author | Dario Sestito <darios@symbian.org> |
Wed, 03 Mar 2010 12:50:03 +0000 | |
branch | HighFidelityModel |
changeset 121 | b38e72de1a9a |
parent 66 | a0fbc95a9c09 |
child 122 | 46d4f3fb7e2f |
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="commonemail" level="apps" long-name="Email Apps" levels="service support ui 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="emailservices" long-name="Email Services" level="service"> |
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="emailframework" filter="s60" long-name="Email Framework" introduced="^2"> |
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/commonemail/emailservices/emailframework/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="emailclientapi" filter="s60" long-name="Email Client API" introduced="^2"> |
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/commonemail/emailservices/emailclientapi/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="emailserver" filter="s60" long-name="Email Server" introduced="^2"> |
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/commonemail/emailservices/emailserver/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="emailservermonitor" filter="s60" long-name="Email Server Monitor" introduced="^2"> |
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/commonemail/emailservices/emailservermonitor/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="psmruadapter" filter="s60" long-name="Predictive Search Most Recent Used Adapter" introduced="^2" 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
|
94 |
<unit bldFile="/sf/app/commonemail/emailservices/psmruadapter/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
|
95 |
</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
|
96 |
<component name="emailstore" filter="s60" long-name="Email Store" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/emailservices/emailstore/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
|
98 |
</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
|
99 |
<component name="emaildebug" filter="s60" long-name="Email Debug" introduced="^2" class="api"> |
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 |
<unit bldFile="/sf/app/commonemail/emailservices/emaildebug/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
|
101 |
</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
|
102 |
<component name="emailinstallationinitiator" filter="s60" long-name="Email Installation Initiator" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/emailservices/emailinstallationinitiator/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
|
104 |
</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
|
105 |
</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
|
106 |
<collection name="ipsservices" long-name="IMAP/POP/SMTP Services" level="service"> |
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 |
<component name="ipssossettings" filter="s60" long-name="IPS SOS Settings" introduced="^2"> |
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 |
<!-- SOS? Consider spelling it out since the abbreviation is ambiguous --> |
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 |
<unit bldFile="/sf/app/commonemail/ipsservices/ipssossettings/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
|
110 |
</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
|
111 |
<component name="ipssosplugin" filter="s60" long-name="IPS SOS Plugin" introduced="^2" 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
|
112 |
<unit bldFile="/sf/app/commonemail/ipsservices/ipssosplugin/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 |
<component name="ipssosaoplugin" filter="s60" long-name="IPS SOS Always Online Plugin" introduced="^2" 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
|
115 |
<unit bldFile="/sf/app/commonemail/ipsservices/ipssosaoplugin/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
|
116 |
</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
|
117 |
<component name="ipsservices_build" filter="s60" long-name="IPS Services Build" introduced="^2"> |
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/commonemail/ipsservices/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 |
<!-- can the exports be broken up into the other components or made a config 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> |
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 |
</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
|
122 |
<collection name="emailcontacts" long-name="Email Contacts" level="support"> |
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="contactactionservice" filter="s60" long-name="Contact Action Service" introduced="^2" 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
|
124 |
<unit bldFile="/sf/app/commonemail/emailcontacts/contactactionservice/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="contactactionmenu" filter="s60" long-name="Contact Action Menu" introduced="^2" 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/commonemail/emailcontacts/contactactionmenu/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="remotecontactlookup" filter="s60" long-name="Remote Contact Lookup" introduced="^2" 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/commonemail/emailcontacts/remotecontactlookup/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 |
</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
|
133 |
<collection name="meetingrequest" long-name="Meeting Request" level="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
|
134 |
<component name="mrcommon" filter="s60" long-name="MR Common" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrcommon/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
|
136 |
</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
|
137 |
<component name="mrdb" filter="s60" long-name="MR Database" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrdb/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
|
139 |
</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
|
140 |
<component name="mrpolicy" filter="s60" long-name="MR Policy" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrpolicy/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
|
142 |
</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
|
143 |
<component name="mrservices" filter="s60" long-name="MR Services" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrservices/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
|
145 |
</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
|
146 |
<component name="mrgui" filter="s60" long-name="MR GUI" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrgui/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
|
148 |
</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
|
149 |
<component name="mrentry" filter="s60" long-name="MR Entry" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrentry/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
|
151 |
</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
|
152 |
<component name="mrtasks" filter="s60" long-name="MR Tasks" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrtasks/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
|
154 |
</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
|
155 |
<component name="mrutils" filter="s60" long-name="MR Utils" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrutils/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
|
157 |
</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
|
158 |
<component name="mrutilscalplugin" filter="s60" long-name="MR Utils Calendar Plugin" introduced="^2" 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
|
159 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrutilscalplugin/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
|
160 |
</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
|
161 |
<component name="mrviewer" filter="s60" long-name="MR Viewer" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrviewer/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
|
163 |
</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
|
164 |
<component name="mrviewercalplugin" filter="s60" long-name="MR Viewer Calendar Plugin" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrviewercalplugin/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
|
166 |
</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
|
167 |
<component name="mricalviewer" filter="s60" long-name="MR iCal Viewer" introduced="^2" 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
|
168 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mricalviewer/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
|
169 |
</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
|
170 |
<component name="mrversit2" filter="s60" long-name="MR Versit2" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrversit2/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
|
172 |
</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
|
173 |
<component name="mragnversit2" filter="s60" long-name="MR Agenda Versit2" introduced="^2"> |
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 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mragnversit2/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
|
175 |
</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
|
176 |
<component name="mrcasplugin" filter="s60" long-name="MR Contact Action Service Plugin" introduced="^2" 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
|
177 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrcasplugin/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
|
178 |
</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
|
179 |
<component name="mrurlparserplugin" filter="s60" long-name="MR URL Parser Plugin" introduced="^2" 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
|
180 |
<unit bldFile="/sf/app/commonemail/meetingrequest/mrurlparserplugin/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
|
181 |
</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
|
182 |
<component name="meetingrequest_build" filter="s60" long-name="MR Build" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
183 |
<!-- can the exports be broken up into 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
|
184 |
alternatively, move the exports into a RM Config 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
|
185 |
<unit bldFile="/sf/app/commonemail/meetingrequest/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
|
186 |
</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
|
187 |
</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
|
188 |
<collection name="emailuis" long-name="Email UIs" 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
|
189 |
<component name="emailui" filter="s60" long-name="Email UI" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
190 |
<unit bldFile="/sf/app/commonemail/emailuis/emailui/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
|
191 |
</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
|
192 |
<component name="gsemailsettings" filter="s60" long-name="Email GS Settings" introduced="^2" 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
|
193 |
<unit bldFile="/sf/app/commonemail/emailuis/gsemailsettings/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
|
194 |
</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
|
195 |
<component name="uicomponents" filter="s60" long-name="Email UI Components" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
196 |
<unit bldFile="/sf/app/commonemail/emailuis/uicomponents/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
|
197 |
</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
|
198 |
<component name="widget" filter="s60" long-name="Email Widget" introduced="^2"> |
59
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
199 |
<!-- Uncomment unit when configuration is in place. Currently #included from emailuis_build, which should be removed at the same time. --> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
200 |
<!--<unit bldFile="emailuis/widget/group"/>--> |
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
|
201 |
</component> |
59
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
202 |
<component name="emailuis_build" filter="s60" long-name="Email UIs Build" introduced="^2"> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
203 |
<unit bldFile="/sf/app/commonemail/emailuis/group"/> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
204 |
</component> |
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
|
205 |
</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
|
206 |
<collection name="commonemail_info" long-name="Email Apps Info" 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
|
207 |
<component name="emailhelp" filter="s60" long-name="Email Help" class="placeholder"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
208 |
<!-- should this be commented out or 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
|
209 |
<!-- <unit bldFile="emailhelp/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
|
210 |
</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
|
211 |
<component name="commonemail_help" filter="s60" long-name="Email Help" introduced="^2" class="placeholder"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
212 |
<!-- should this be commented out or 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
|
213 |
<!-- <unit bldFile="help/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
|
214 |
</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
|
215 |
<component name="email_plat" filter="s60" long-name="Email Apps Platform Interfaces" class="api"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
216 |
<unit bldFile="/sf/app/commonemail/email_plat/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
|
217 |
</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
|
218 |
</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
|
219 |
</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
|
220 |
</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
|
221 |
</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
|
222 |
</SystemDefinition> |