layers.sysdef.xml
author William Roberts <williamr@symbian.org>
Tue, 06 Apr 2010 20:54:40 +0100
branchCompilerCompatibility
changeset 8 897cb525da4c
parent 1 edfc90759b9f
permissions -rw-r--r--
Fix RVCT 4.0 linker error caused by using EXPORT_C instead of IMPORT_C in a header file

<?xml version="1.0"?>
<!DOCTYPE SystemDefinition SYSTEM "sysdef_1_4_0.dtd" [
  <!ENTITY layer_real_source_path "sf/app/imgeditor" >
]>

<SystemDefinition name="imgeditor" schema="1.4.0">
  <systemModel>
    <layer name="app_layer">
      <module name="imgeditor">
        <unit unitID="imm.imgeditor" mrp="" bldFile="&layer_real_source_path;/group" name="imgeditor" />
      </module>
    </layer>
    
  <layer name="api_test_layer">
    <module name="imgeditor_api_tests">
     	<unit unitID="imm.imageeditorengine_api" mrp="" bldFile="sf/app/imgeditor/imageeditorengine/tsrc/public/basic/group"  name="imageeditorengine_api"  />
    </module>
  </layer>
    
  <layer name="unit_test_layer">
    <module name="imgeditor_unit_tests">
    </module>
  </layer>

	</systemModel>  
</SystemDefinition>