author | Dario Sestito <darios@symbian.org> |
Mon, 06 Sep 2010 18:31:48 +0100 | |
changeset 393 | 905c455d2299 |
parent 354 | 8a720eca298e |
child 465 | 2f64eb39c7c3 |
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="imagingext" level="services" long-name="Imaging Extensions" levels="adaptation hw-if plugin framework server app-if"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
57 |
<collection name="imagingext_pub" long-name="Imaging Extensions Public Interfaces" level="app-if"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
58 |
<component name="exif_api" long-name="Exif 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/imagingext/imagingext_pub/exif_api/group" filter="!test"/> |
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 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
62 |
<collection name="imagingext_plat" long-name="Imaging Extensions Platform Interfaces" level="app-if"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
63 |
<component name="jpeg2000_icl_plugin_api" long-name="JPEG2000 ICL plugin API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
64 |
<unit bldFile="/sf/os/imagingext/imagingext_plat/jpeg2000_icl_plugin_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
65 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
66 |
<component name="extended_icl_jpeg_api" long-name="Extended ICL Jpeg API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
67 |
<unit bldFile="/sf/os/imagingext/imagingext_plat/extended_icl_jpeg_api/group" filter="!test"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
68 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
69 |
<component name="h324_annex_k_custom_api" long-name="H324 Annex K Custom 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/imagingext/imagingext_plat/h324_annex_k_custom_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 |
<component name="ecam_orientation_custom_api" long-name="ECam Orientation Custom API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
73 |
<unit bldFile="/sf/os/imagingext/imagingext_plat/ecam_orientation_custom_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
74 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
75 |
<component name="ecam_ui_orientation_override_custom_api" long-name="ECam UI Orientation Override Custom API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
76 |
<unit bldFile="/sf/os/imagingext/imagingext_plat/ecam_ui_orientation_override_custom_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
77 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
78 |
<component name="ecam_face_tracking_custom_api" long-name="ECam Face Tracking Custom API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
79 |
<unit bldFile="/sf/os/imagingext/imagingext_plat/ecam_face_tracking_custom_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
80 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
81 |
<component name="ecam_use_case_hint_custom_api" long-name="ECam Use Case Hint Custom API" filter="s60" class="api"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
82 |
<unit bldFile="/sf/os/imagingext/imagingext_plat/ecam_use_case_hint_custom_api/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
83 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
84 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
85 |
<collection name="imageadaptationextensions" long-name="Image Adaptation Extensions" level="app-if"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
86 |
<component name="iclextjpegapi" filter="s60" long-name="ICL Extension JPEG API"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
87 |
<unit bldFile="/sf/os/imagingext/imageadaptationextensions/iclextjpegapi/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
88 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
89 |
<component name="imageadaptationextensions_build" filter="s60" long-name="Image Adaptation Extensions Build"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
90 |
<!-- Move the export from this bld.inf into the above one and remove this component, or make this a ROM component --> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
91 |
<unit bldFile="/sf/os/imagingext/imageadaptationextensions/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
92 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
93 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
94 |
<collection name="imagingmodules" long-name="Imaging Modules" level="hw-if"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
95 |
<component name="exiflib" filter="s60" long-name="Exif Library"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
96 |
<unit bldFile="/sf/os/imagingext/imagingmodules/exiflib/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
97 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
98 |
<component name="jp2kcodec" filter="s60" long-name="JPEG2000 Decoder Plugin" plugin="Y"> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
99 |
<unit bldFile="/sf/os/imagingext/imagingmodules/jp2kcodec/group"/> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
100 |
</component> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
101 |
</collection> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
102 |
</block> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
103 |
</layer> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
104 |
</systemModel> |
34513d6de7cd
Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
105 |
</SystemDefinition> |