systemDefinition.xml
author jake
Tue, 13 Apr 2010 15:07:27 +0300
branchv5backport
changeset 56 7b5c31fac191
parent 0 79c6a41cd166
permissions -rw-r--r--
Many of the components were not compilingm,because bld.inf had undefined flag #ifdef RD_CUSTOMIZABLE_AI. All the flags removed now. Components do not compile right away. E.g. many icons are missing and need to be copied from Symbian3. See example from MCSPlugin. Shortcut plugin does not need to be compiled as MCSPlugin replaces it.

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

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

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