systemDefinition.xml
author MattD <mattd@symbian.org>
Tue, 09 Feb 2010 16:42:17 +0000
changeset 6 d811f7979633
parent 0 f58d6ec98e88
permissions -rw-r--r--
CdlCompiler.exe - exported binary not contributed anymore, so bulding from source.

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

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

 	<!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>