build.config.xml
author Daniel A. Rubio <danielr@symbian.org>
Fri, 18 Jun 2010 14:48:37 +0100
branchGCC_SURGE
changeset 43 d65d023db13c
parent 31 f5b12b673c07
permissions -rw-r--r--
Fising some symbol visibility issues by adding as dummy object based on the templated class

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

<SystemDefinition name="commsfw" schema="1.4.0">
  <systemModel>
    <layer name="os_layer">
      <module name="commsfw">
        <unit unitID="netdo.commsfw" mrp="" bldFile="&layer_real_source_path;/group" name="commsfw" />
      </module>
    </layer>
	<layer name="api_test_layer">
      <module name="commsfw_test">
        <unit unitID="netdo.commsfw.test" mrp="" bldFile="&layer_real_source_path;/group" name="commsfw" />
      </module>
    </layer>
  </systemModel>
</SystemDefinition>