systemDefinition.xml
author Peter Fordham <peter.fordham@gmail.com>
Mon, 22 Mar 2010 13:57:02 -0700
branchCompilerCompatibility
changeset 12 e3debc045864
parent 0 e83bab7cf002
permissions -rw-r--r--
Bug 1752 - Fixed malformed method pointers.

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


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

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