systemDefinition.xml
author Monotype Imaging Inc. <geoff.greve@monotypeimaging.com
Tue, 09 Mar 2010 14:23:10 +0000
branchRCL_3
changeset 8 030b3432fbe0
parent 0 1fb32624e06b
permissions -rw-r--r--
MYuppy TrueType GB2312 font from Monotype Imaging Inc. (Bug 1899) MYuppyGB-Medium Format - TTF TrueType Character set - GB2312 Encoding - Unicode This font was designed to appeal to young urban professionals, Monotype Yuppy is a newly designed typeface with a unique, modern feel. The design combines elements of handwriting with classic letterform characteristics, such as open shapes and proper proportions that help the typeface retain legibility.

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