author | Chetan Kapoor <chetank@symbian.org> |
Mon, 18 Oct 2010 12:37:57 +0100 | |
changeset 460 | 89e99f874660 |
parent 434 | 2191cfc2ee85 |
permissions | -rw-r--r-- |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
name CDATA #REQUIRED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
<!ATTLIST layer |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
name CDATA #REQUIRED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
13 |
span CDATA #IMPLIED> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
<!ATTLIST block |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
span CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
name CDATA #REQUIRED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
22 |
<!ATTLIST subblock |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
name CDATA #REQUIRED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
26 |
<!ATTLIST collection |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
27 |
name CDATA #REQUIRED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
31 |
<!ATTLIST component |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
32 |
name CDATA #REQUIRED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
36 |
contract CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
37 |
plugin (Y|N) 'N' |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
38 |
filter CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
40 |
supports CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
43 |
<!ATTLIST unit |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
45 |
filter CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
47 |
root CDATA #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
52 |
]> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
53 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
55 |
<layer name="adaptation" long-name="Adaptation" levels="low mw high"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
56 |
<block name="codecs.aricent" level="low" long-name="Aricent Codecs"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
57 |
<collection name="utilities" long-name="Aricent Utilities"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
58 |
<component name="ariprocessengine" long-name="Aricent Process Engine"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
59 |
<unit bldFile="/sf/adapt/codecs.aricent/utilities/ariprocessengine/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
60 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
61 |
<component name="aristatemachine" long-name="Aricent State Machine"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
62 |
<unit bldFile="/sf/adapt/codecs.aricent/utilities/aristatemachine/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
63 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
64 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
65 |
<collection name="aaclc_enc" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
66 |
<component name="ariaaclcencmmfcodec"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
67 |
<unit bldFile="/sf/adapt/codecs.aricent/aaclc_enc/ariaaclcencmmfcodec/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
68 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
69 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
70 |
<collection name="amrnb_dec" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
71 |
<component name="ariamrnbdecmmfcodec"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
72 |
<unit bldFile="/sf/adapt/codecs.aricent/amrnb_dec/ariamrnbdecmmfcodec/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
73 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
74 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
75 |
<collection name="amrnb_enc" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
76 |
<component name="ariamrnbencmmfcodec"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
77 |
<unit bldFile="/sf/adapt/codecs.aricent/amrnb_enc/ariamrnbencmmfcodec/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
78 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
79 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
80 |
<collection name="amrwb_dec" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
81 |
<component name="ariamrwbdecmmfcodec"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
82 |
<unit bldFile="/sf/adapt/codecs.aricent/amrwb_dec/ariamrwbdecmmfcodec/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
83 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
84 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
85 |
<collection name="h264_dec" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
86 |
<component name="arih264dechwdevice"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
87 |
<unit bldFile="/sf/adapt/codecs.aricent/h264_dec/arih264dechwdevice/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
88 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
89 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
90 |
<collection name="h264_enc" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
91 |
<component name="arih264enchwdevice"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
92 |
<unit bldFile="/sf/adapt/codecs.aricent/h264_enc/arih264enchwdevice/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
93 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
94 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
95 |
<collection name="heaac_dec" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
96 |
<component name="ariheaacdecmmfcodec"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
97 |
<unit bldFile="/sf/adapt/codecs.aricent/heaac_dec/ariheaacdecmmfcodec/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
98 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
99 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
100 |
<collection name="mp3_dec" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
101 |
<component name="arimp3decmmfcodec"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
102 |
<unit bldFile="/sf/adapt/codecs.aricent/mp3_dec/arimp3decmmfcodec/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
103 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
104 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
105 |
<collection name="mp4asp_dec" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
106 |
<component name="arimpeg4aspdechwdevice"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
107 |
<unit bldFile="/sf/adapt/codecs.aricent/mp4asp_dec/arimpeg4aspdechwdevice/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
108 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
109 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
110 |
<collection name="mp4sp_enc" level="plugin"> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
111 |
<component name="arimp4spenchwdevice"> |
460
89e99f874660
Changed sf/adaptation to sf/adapt
Chetan Kapoor <chetank@symbian.org>
parents:
434
diff
changeset
|
112 |
<unit bldFile="/sf/adapt/codecs.aricent/mp4sp_enc/arimp4spenchwdevice/group"/> |
434
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
113 |
</component> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
114 |
</collection> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
115 |
</block> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
116 |
</layer> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
117 |
</systemModel> |
2191cfc2ee85
Update package models from latest system model (platform@f29a2e7da006)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
118 |
</SystemDefinition> |