author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Fri, 29 Jan 2010 14:35:06 +0000 | |
branch | HighFidelityModel |
changeset 42 | 82a6c2dffce1 |
parent 38 | 12159035c0ef |
child 145 | c00b8b174e3c |
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"?> |
38
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
5 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
6 |
schema CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
7 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
9 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
10 |
<!-- System Model Section of DTD --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
12 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
13 |
<!ELEMENT layer (block* | collection*)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
14 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
15 |
<!ATTLIST layer |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
16 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
17 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
19 |
span CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
20 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
21 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
22 |
<!ELEMENT block (subblock* | collection*)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
23 |
<!-- Generic OS services, Comms Services, etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
24 |
<!ATTLIST block |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
26 |
span CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
28 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
29 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
30 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
31 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
33 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
34 |
<!ATTLIST subblock |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
35 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
36 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
37 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
38 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
40 |
<!-- Screen Driver, Content Handling, etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
41 |
<!ATTLIST collection |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
42 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
43 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
45 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
46 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
48 |
<!-- contains units or is a package or prebuilt --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
49 |
<!ATTLIST component |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
50 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
51 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
54 |
contract CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
55 |
plugin (Y|N) "N" |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
56 |
filter CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
58 |
supports CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
59 |
purpose ( optional | mandatory | development ) "optional" |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
60 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
61 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
63 |
<!-- must be buildable (bld.inf) --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
64 |
<!-- bldFile may someday be removed in favour of mrp --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
65 |
<!ATTLIST unit |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
67 |
filter CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
69 |
root CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
72 |
late (Y|N) #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
73 |
priority CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
74 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
75 |
]> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
76 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
77 |
<systemModel> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
78 |
<layer name="app" long-name="Applications" levels="services apps"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
79 |
<block name="devicecontrol" level="services" long-name="Device Control Daemons" levels="oma mid app"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
80 |
<collection name="devicediagnostics" long-name="Device Diagnostics" level="app"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
81 |
<component name="devdiagapp" filter="s60" long-name="Device Diagnostics App"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
82 |
<unit bldFile="/sf/app/devicecontrol/devicediagnostics/devdiagapp/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
83 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
84 |
<component name="devdiaggsplugin" filter="s60" long-name="Device Diagnostics GS Plugin" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
85 |
<unit bldFile="/sf/app/devicecontrol/devicediagnostics/devdiaggsplugin/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
86 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
87 |
<component name="diagplugins" filter="s60" long-name="Diagnostics Plugins" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
88 |
<unit bldFile="/sf/app/devicecontrol/devicediagnostics/diagplugins/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
89 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
90 |
<component name="diagsuites" filter="s60" long-name="Diagnostics Suites" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
91 |
<unit bldFile="/sf/app/devicecontrol/devicediagnostics/diagsuites/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
92 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
93 |
<component name="devicediagnostics_build" filter="s60" long-name="Device Diagnostics Build"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
94 |
<!-- can the exports be moved to one of the other components? |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
95 |
or all #includes removed from here, and it renamed Device Diagnostics ROM --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
96 |
<unit bldFile="/sf/app/devicecontrol/devicediagnostics/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
97 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
98 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
99 |
<collection name="omadm" long-name="OMA Device Management" level="oma"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
100 |
<component name="omadmappui" filter="s60" long-name="OMA DM Application UI"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
101 |
<unit bldFile="/sf/app/devicecontrol/omadm/omadmappui/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
102 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
103 |
<component name="omadmextensions" filter="s60" long-name="OMA DM Extensions" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
104 |
<unit bldFile="/sf/app/devicecontrol/omadm/omadmextensions/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
105 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
106 |
<component name="dcmo" filter="s60" long-name="Device Capabilities Management Object" introduced="^3" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
107 |
<unit bldFile="/sf/app/devicecontrol/omadm/dcmo/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
108 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
109 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
110 |
<collection name="pnpmobileservices" long-name="PnP Mobile Services" level="mid"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
111 |
<component name="pnpms" filter="s60" long-name="PnP MS"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
112 |
<unit bldFile="/sf/app/devicecontrol/pnpmobileservices/pnpms/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
113 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
114 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
115 |
<collection name="applicationmanagement" long-name="Application Management" level="app"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
116 |
<!-- could this collection be collapsed into a single component and moved down a dir? Do all these need to be noted separately? --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
117 |
<component name="applicationmanagement_options" filter="s60" long-name="AM Install Options"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
118 |
<unit bldFile="/sf/app/devicecontrol/applicationmanagement/options/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
119 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
120 |
<component name="applicationmanagement_client" filter="s60" long-name="AM Client"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
121 |
<unit bldFile="/sf/app/devicecontrol/applicationmanagement/client/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
122 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
123 |
<component name="applicationmanagement_server" filter="s60" long-name="AM Server"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
124 |
<unit bldFile="/sf/app/devicecontrol/applicationmanagement/server/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
125 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
126 |
<component name="rfsplugin" filter="s60" long-name="AM RFS Plugin" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
127 |
<unit bldFile="/sf/app/devicecontrol/applicationmanagement/rfsplugin/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
128 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
129 |
<component name="amadapter2" filter="s60" long-name="AM Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
130 |
<unit bldFile="/sf/app/devicecontrol/applicationmanagement/amadapter2/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
131 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
132 |
<component name="omascomoadapter" filter="s60" long-name="OMA SCOMO Adapter" introduced="^3" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
133 |
<unit bldFile="/sf/app/devicecontrol/applicationmanagement/amadapter2/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
134 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
135 |
<component name="applicationmanagement_build" filter="s60" long-name="AM Build"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
136 |
<!-- If thes aren't collapsed into one cmp, can all #includes removed from here, and it renamed AM ROM? --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
137 |
<unit bldFile="/sf/app/devicecontrol/applicationmanagement/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
138 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
139 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
140 |
<collection name="customization" long-name="DM Customization Adapters" level="mid"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
141 |
<component name="dmutils" long-name="DM Utils" filter="s60"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
142 |
<unit bldFile="/sf/app/devicecontrol/customization/dmutils/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
143 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
144 |
<component name="uisettingssrv" filter="s60" long-name="UI Settings Server"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
145 |
<unit bldFile="/sf/app/devicecontrol/customization/uisettingssrv/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
146 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
147 |
<component name="isadapter" filter="s60" long-name="Idle State Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
148 |
<unit bldFile="/sf/app/devicecontrol/customization/isadapter/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
149 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
150 |
<component name="supadapter" filter="s60" long-name="Startup Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
151 |
<unit bldFile="/sf/app/devicecontrol/customization/supadapter/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
152 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
153 |
<component name="wallpaperadapter" filter="s60" long-name="Wallpaper Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
154 |
<unit bldFile="/sf/app/devicecontrol/customization/wallpaperadapter/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
155 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
156 |
<component name="operatorlogoadapter" filter="s60" long-name="Operator Logo Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
157 |
<unit bldFile="/sf/app/devicecontrol/customization/operatorlogoadapter/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
158 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
159 |
<component name="screensaveradapter" filter="s60" long-name="Screen Saver Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
160 |
<unit bldFile="/sf/app/devicecontrol/customization/screensaveradapter/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
161 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
162 |
<component name="themesadapter" filter="s60" long-name="Themes Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
163 |
<unit bldFile="/sf/app/devicecontrol/customization/themesadapter/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
164 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
165 |
<component name="embeddedlinkadapter" filter="s60" long-name="Embedded Link Adapter" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
166 |
<unit bldFile="/sf/app/devicecontrol/customization/embeddedlinkadapter/bld"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
167 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
168 |
<component name="customization_build" filter="s60" long-name="DM Customization Build"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
169 |
<!-- If thes aren't collapsed into one cmp, can all #includes removed from here, and it renamed DM Customization ROM? --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
170 |
<unit bldFile="/sf/app/devicecontrol/customization/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
171 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
172 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
173 |
<collection name="omacp" long-name="OMA Content Provisioning" level="oma"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
174 |
<component name="omacpadapters" filter="s60" long-name="OMA CP Adapters" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
175 |
<unit bldFile="/sf/app/devicecontrol/omacp/omacpadapters/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
176 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
177 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
178 |
</block> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
179 |
</layer> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
180 |
</systemModel> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
181 |
</SystemDefinition> |