author | Dario Sestito <darios@symbian.org> |
Tue, 26 Oct 2010 15:03:28 +0100 | |
changeset 470 | 3c54d3474644 |
parent 354 | 8a720eca298e |
permissions | -rw-r--r-- |
304
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
name CDATA #REQUIRED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
<!ATTLIST layer |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
name CDATA #REQUIRED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
13 |
span CDATA #IMPLIED> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
<!ATTLIST block |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
span CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
name CDATA #REQUIRED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
22 |
<!ATTLIST subblock |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
name CDATA #REQUIRED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
26 |
<!ATTLIST collection |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
27 |
name CDATA #REQUIRED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
31 |
<!ATTLIST component |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
32 |
name CDATA #REQUIRED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
36 |
contract CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
37 |
plugin (Y|N) 'N' |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
38 |
filter CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
40 |
supports CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
43 |
<!ATTLIST unit |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
45 |
filter CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
47 |
root CDATA #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
52 |
]> |
354
8a720eca298e
Update package models from latest system model (platform@ec09b0ceb772)
Dario Sestito <darios@symbian.org>
parents:
304
diff
changeset
|
53 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
304
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
55 |
<layer name="os" long-name="OS" levels="hw services"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
56 |
<block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
57 |
<collection name="textandloc_plat" long-name="Text and Localisation Platform Interfaces" level="text"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
58 |
<component name="findutil_api" long-name="Find Utility API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
59 |
<unit bldFile="/sf/os/textandloc/textandloc_plat/findutil_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
60 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
61 |
<component name="japanese_language_utilities_api" long-name="Japanese Language Utilities API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
62 |
<unit bldFile="/sf/os/textandloc/textandloc_plat/japanese_language_utilities_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
63 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
64 |
<component name="sortutil_api" long-name="Sorting Utility API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
65 |
<unit bldFile="/sf/os/textandloc/textandloc_plat/sortutil_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
66 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
67 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
68 |
<collection name="textandloc_pub" long-name="Text and Localisation Public Interfaces" level="text"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
69 |
<component name="directory_localizer_api" long-name="Directory Localizer API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
70 |
<unit bldFile="/sf/os/textandloc/textandloc_pub/directory_localizer_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
71 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
72 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
73 |
<collection name="charconvfw" long-name="Character Conversion" level="encoding"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
74 |
<component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
75 |
<unit bldFile="/sf/os/textandloc/charconvfw/charconv_fw/group" mrp="/sf/os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
76 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
77 |
<component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
78 |
<unit bldFile="/sf/os/textandloc/charconvfw/charconvplugins/group" mrp="/sf/os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
79 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
80 |
<component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
81 |
<unit bldFile="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group" mrp="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
82 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
83 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
84 |
<collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
85 |
<component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
86 |
<unit bldFile="/sf/os/textandloc/fontservices/textshaperplugin/group" mrp="/sf/os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
87 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
88 |
<component name="fontstore" long-name="Font Store" purpose="mandatory"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
89 |
<unit bldFile="/sf/os/textandloc/fontservices/fontstore/group" mrp="/sf/os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
90 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
91 |
<component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
92 |
<!-- placeholder for text code from GDI --> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
93 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
94 |
<component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
95 |
<unit bldFile="/sf/os/textandloc/fontservices/freetypefontrasteriser/group" mrp="/sf/os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
96 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
97 |
<component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
98 |
<unit bldFile="/sf/os/textandloc/fontservices/referencefonts/group" mrp="/sf/os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
99 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
100 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
101 |
<collection name="textlayout" long-name="Text Layout" level="text"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
102 |
<component name="texthandling" long-name="Text Handling" purpose="optional"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
103 |
<unit bldFile="/sf/os/textandloc/textrendering/texthandling/group" mrp="/sf/os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
104 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
105 |
<component name="textformatting" long-name="Text Formatting" purpose="optional"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
106 |
<unit bldFile="/sf/os/textandloc/textrendering/textformatting/group" mrp="/sf/os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
107 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
108 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
109 |
<collection name="textandlocutils" long-name="Text and Localisation Utils" level="util"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
110 |
<!-- components in this collection need to be moved to the right collection. |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
111 |
Either move into the units' directories, or create a new textandlocutils directory --> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
112 |
<component name="numbergrouping" filter="s60" long-name="Number Grouping"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
113 |
<unit bldFile="/sf/os/textandloc/charconvfw/numbergrouping/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
114 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
115 |
<component name="jplangutil" filter="s60" long-name="Japanese Language Utilities"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
116 |
<unit bldFile="/sf/os/textandloc/charconvfw/jplangutil/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
117 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
118 |
<component name="sortutil" filter="s60" long-name="Sorting Utility"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
119 |
<unit bldFile="/sf/os/textandloc/charconvfw/sortutil/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
120 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
121 |
<component name="inlinetext" filter="s60" long-name="Inline Text"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
122 |
<unit bldFile="/sf/os/textandloc/charconvfw/inlinetext/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
123 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
124 |
<component name="nearestlangutil" long-name="Nearest Language Util" introduced="^2" purpose="mandatory" class="placeholder"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
125 |
<!-- placeholder for split from bafl --> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
126 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
127 |
<component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
128 |
<unit bldFile="/sf/os/textandloc/textrendering/numberformatting/group" mrp="/sf/os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
129 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
130 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
131 |
<collection name="localesupport" long-name="Locale Support" level="util"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
132 |
<component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
133 |
<unit bldFile="/sf/os/textandloc/localisation/localesupport" mrp="/sf/os/textandloc/localisation/localesupport/mmpfiles/base_loce32.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
134 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
135 |
<component name="initlocale" long-name="Initialise Locale" introduced="^2" purpose="mandatory" class="placeholder"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
136 |
<!-- placeholder for split from bafl --> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
137 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
138 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
139 |
<collection name="textandloctools" long-name="Text and Localisation Tools" level="tools"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
140 |
<component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
141 |
<!-- placeholder for split from GDI Tools --> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
142 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
143 |
<component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
144 |
<unit bldFile="/sf/os/graphics/graphicstools/bitmapfonttools/group" mrp="/sf/os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
145 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
146 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
147 |
<collection name="textandloc_info" long-name="Text and Localisation Info" level="text"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
148 |
<component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="^2" purpose="development" class="config PC"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
149 |
<unit mrp="/sf/os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
150 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
151 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
152 |
</block> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
153 |
</layer> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
154 |
</systemModel> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
155 |
</SystemDefinition> |