systemDefinition.xml
author William Roberts <williamr@symbian.org>
Fri, 28 May 2010 15:00:24 +0100
branchRCL_3
changeset 30 c83f1006fff0
parent 0 1fb32624e06b
permissions -rw-r--r--
Get rid of unused version of charconv, as a more radical fix for bug 1860

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

 	<!ENTITY layer_real_source_path "\sf\os\textandloc">
 	<!ENTITY layer_name "textandloc">

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