author | Chetan Kapoor<chetank@symbian.org> |
Thu, 30 Sep 2010 17:26:06 +0100 | |
changeset 438 | f91cd290ab80 |
parent 425 | 2b5206a690f5 |
child 466 | 37f503631eab |
permissions | -rw-r--r-- |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
<!ATTLIST layer |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
13 |
span CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
<!ATTLIST block |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
span CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
22 |
<!ATTLIST subblock |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
26 |
<!ATTLIST collection |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
27 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
31 |
<!ATTLIST component |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
32 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
36 |
contract CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
37 |
plugin (Y|N) 'N' |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
38 |
filter CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
40 |
supports CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
43 |
<!ATTLIST unit |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
45 |
filter CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
47 |
root CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
52 |
]> |
425
2b5206a690f5
Update package models from latest system model (platform@48ad07c2132c)
Dario Sestito <darios@symbian.org>
parents:
407
diff
changeset
|
53 |
<SystemDefinition name="Symbian^4" schema="2.0.1"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
55 |
<layer name="os" long-name="OS" levels="hw services"> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
56 |
<block name="openmaxil" level="services" levels="adaptation hw-if device-fw devices middleware app-if"> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
57 |
<collection name="openmaxil_plat" long-name="OpenMAX IL Platform Exports" level="hw-if"> |
395
a3f2b0422c8b
Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents:
386
diff
changeset
|
58 |
<component name="openmaxil_khronos_api" long-name="OpenMAX IL API" introduced="^3" purpose="mandatory" class="api"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
59 |
<unit bldFile="/sf/os/openmaxil/openmaxil_plat/khronos_api/group" version="1"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
60 |
</component> |
395
a3f2b0422c8b
Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents:
386
diff
changeset
|
61 |
<component name="openmaxil_symbian_api" long-name="OpenMAX IL Symbian API" introduced="^3" purpose="mandatory" class="api"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
62 |
<unit bldFile="/sf/os/openmaxil/openmaxil_plat/symbian_api/group" version="1"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
63 |
</component> |
395
a3f2b0422c8b
Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents:
386
diff
changeset
|
64 |
<component name="openmaxil_test_api" long-name="OpenMAX IL test headers" introduced="^3" purpose="development" class="api"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
65 |
<unit bldFile="/sf/os/openmaxil/openmaxil_plat/test_api/group" version="1"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
66 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
67 |
</collection> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
68 |
<collection name="omxil_generic" long-name="OpenMAX IL Implementation" level="device-fw"> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
69 |
<component name="omxilcomplib" long-name="OpenMAX IL Component Framework" introduced="^3" purpose="optional"> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
70 |
<unit bldFile="/sf/os/openmaxil/omxil_generic/omxilcomplib/group" version="1"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
71 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
72 |
<component name="omxilcore" long-name="OpenMAX IL Core" introduced="^3" purpose="mandatory"> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
73 |
<unit bldFile="/sf/os/openmaxil/omxil_generic/omxilcore/group" version="1"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
74 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
75 |
<component name="omxilloader" long-name="OpenMAX IL Loader" introduced="^3" purpose="mandatory"> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
76 |
<unit bldFile="/sf/os/openmaxil/omxil_generic/omxilloader/group" version="1"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
77 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
78 |
</collection> |
395
a3f2b0422c8b
Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents:
386
diff
changeset
|
79 |
<collection name="openmaxil_tsrc" long-name="OpenMAX IL Test code" level="hw-if"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
80 |
<component name="xmltestharness" long-name="OpenMAX IL XML Test Harness" introduced="^3" purpose="development"> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
81 |
<unit bldFile="/sf/os/openmaxil/tsrc/xmltestharness/group" version="1"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
82 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
83 |
</collection> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
84 |
</block> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
85 |
</layer> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
86 |
</systemModel> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
87 |
</SystemDefinition> |