author | Dario Sestito <darios@symbian.org> |
Mon, 15 Mar 2010 18:47:03 +0000 | |
changeset 138 | 6892870d74c9 |
parent 30 | 0f4f00318d20 |
child 212 | a44ae815a47f |
permissions | -rw-r--r-- |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
5 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
9 |
<!ATTLIST layer |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
10 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
13 |
span CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
15 |
<!ATTLIST block |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
17 |
span CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
19 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
22 |
<!ATTLIST subblock |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
23 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
26 |
<!ATTLIST collection |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
27 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
31 |
<!ATTLIST component |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
32 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
36 |
contract CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
37 |
plugin (Y|N) 'N' |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
38 |
filter CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
40 |
supports CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
43 |
<!ATTLIST unit |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
45 |
filter CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
47 |
root CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
52 |
]> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
53 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
55 |
<layer name="os" long-name="OS" levels="hw services"> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
56 |
<block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if"> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
57 |
<collection name="featuremgmt" long-name="Feature Management" level="framework"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
58 |
<component name="featuremgr" long-name="Feature Manager" introduced="^3" purpose="mandatory"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
59 |
<unit bldFile="/sf/os/persistentdata/featuremgmt/featuremgr/group" mrp="/sf/os/persistentdata/featuremgmt/featuremgr/group/syslibs_featmgr.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
60 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
61 |
<component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="^3" purpose="mandatory"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
62 |
<unit bldFile="/sf/os/persistentdata/featuremgmt/featureregistry/group" mrp="/sf/os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
63 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
64 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
65 |
<collection name="loggingservices" long-name="Logging Services" level="server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
66 |
<component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
67 |
<unit bldFile="/sf/os/persistentdata/loggingservices/eventlogger/group" mrp="/sf/os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
68 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
69 |
<component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
70 |
<unit bldFile="/sf/os/persistentdata/loggingservices/filelogger/group" mrp="/sf/os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
71 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
72 |
<component name="rfilelogger" long-name="RFile Logger" deprecated="^3" introduced="9.1" purpose="development"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
73 |
<unit bldFile="/sf/os/persistentdata/loggingservices/rfilelogger/group" mrp="/sf/os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
74 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
75 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
76 |
<collection name="traceservices" long-name="Trace Services" level="server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
77 |
<component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
78 |
<unit bldFile="/sf/os/persistentdata/traceservices/commsdebugutility/group" mrp="/sf/os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
79 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
80 |
<component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
81 |
<unit bldFile="/sf/os/persistentdata/traceservices/tracefw/ulogger/group" mrp="/sf/os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
82 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
83 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
84 |
<collection name="persistentstorage" long-name="Persistent Storage" level="framework"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
85 |
<component name="store" long-name="Store" purpose="optional"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
86 |
<unit bldFile="/sf/os/persistentdata/persistentstorage/store/group" mrp="/sf/os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
87 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
88 |
<component name="dbms" long-name="DBMS" purpose="optional"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
89 |
<unit bldFile="/sf/os/persistentdata/persistentstorage/dbms/group" mrp="/sf/os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
90 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
91 |
<component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
92 |
<unit bldFile="/sf/os/persistentdata/persistentstorage/centralrepository/group" mrp="/sf/os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
93 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
94 |
<component name="sql" long-name="SQL" introduced="9.3" purpose="optional"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
95 |
<unit bldFile="/sf/os/persistentdata/persistentstorage/sql/GROUP" mrp="/sf/os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
96 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
97 |
<component name="sqlite3api" long-name="SQLite 3 API" introduced="^3" purpose="optional"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
98 |
<unit bldFile="/sf/os/persistentdata/persistentstorage/sqlite3api/GROUP" mrp="/sf/os/persistentdata/persistentstorage/sqlite3api/GROUP/syslibs_sqlite3.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
99 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
100 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
101 |
<collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
102 |
<component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="^2" purpose="development" class="config PC"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
103 |
<unit mrp="/sf/os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
104 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
105 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
106 |
</block> |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
107 |
</layer> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
108 |
</systemModel> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
109 |
</SystemDefinition> |