systemDefinition.xml
author Simon Howkins <simonh@symbian.org>
Thu, 22 Apr 2010 17:50:50 +0100
branchRCL_3
changeset 44 14a1a9556453
parent 0 05e9090e2422
permissions -rw-r--r--
Added another $ so that turning on MBM output won't remove everything else from the lit of releaseables. Removed spaces so that, when variables are expanded at the start of a line, there's no space in the expansion, so make understands it!

<?xml version="1.0"?>
<!DOCTYPE SystemDefinition SYSTEM "systemDefinition.dtd"[

 	<!ENTITY layer_real_source_path "\sf\mw\uiresources">
 	<!ENTITY layer_name "uiresources">

 	<!ENTITY layer_file SYSTEM "systemDefinitionLayer.xml">
 	<!ENTITY targetDefinition_file SYSTEM "/epoc32/tools/systemDefinition/targetDefinition.xml">
 	<!ENTITY defaultbuild_file SYSTEM "/epoc32/tools/systemDefinition/default_build.xml">
 	<!ENTITY defaultclean_file SYSTEM "/epoc32/tools/systemDefinition/default_clean.xml">
]>

<SystemDefinition name="SystemDefinition" schema="1.4.0">
  <systemModel>
&layer_file;
  </systemModel>
  <build>
&targetDefinition_file;

		<configuration name="build" description="build layer" filter="">
    	<layerRef layerName="&layer_name;"/>

&defaultbuild_file;
    </configuration>

		<configuration name="clean" description="clean layer" filter="">
    	<layerRef layerName="&layer_name;"/>

&defaultclean_file;
    </configuration>

  </build>
</SystemDefinition>