author | Dario Sestito <darios@symbian.org> |
Wed, 03 Mar 2010 12:43:39 +0000 | |
branch | HighFidelityModel |
changeset 119 | a81d06a8c2fc |
parent 39 | bd4651024dad |
child 141 | 27d9d356efbf |
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"?> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
5 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
6 |
schema CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
7 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
9 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
10 |
<!-- System Model Section of DTD --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
12 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
13 |
<!ELEMENT layer (block* | collection*)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
14 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
15 |
<!ATTLIST layer |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
16 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
17 |
long-name CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
19 |
span CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
20 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
21 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
22 |
<!ELEMENT block (subblock* | collection*)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
23 |
<!-- Generic OS services, Comms Services, etc --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
24 |
<!ATTLIST block |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
26 |
span CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
28 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
29 |
long-name CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
30 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
31 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
33 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
34 |
<!ATTLIST subblock |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
35 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
36 |
long-name CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
37 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
38 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
40 |
<!-- Screen Driver, Content Handling, etc --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
41 |
<!ATTLIST collection |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
42 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
43 |
long-name CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
45 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
46 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
48 |
<!-- contains units or is a package or prebuilt --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
49 |
<!ATTLIST component |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
50 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
51 |
long-name CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
54 |
contract CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
55 |
plugin (Y|N) "N" |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
56 |
filter CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
58 |
supports CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
59 |
purpose ( optional | mandatory | development ) "optional" |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
60 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
61 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
63 |
<!-- must be buildable (bld.inf) --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
64 |
<!-- bldFile may someday be removed in favour of mrp --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
65 |
<!ATTLIST unit |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
67 |
filter CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
69 |
root CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
72 |
late (Y|N) #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
73 |
priority CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
74 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
75 |
]> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
76 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
77 |
<systemModel> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
78 |
<layer name="app" long-name="Applications" levels="services apps"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
79 |
<block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
80 |
<collection name="mobilemessaging" long-name="Mobile Messaging" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
81 |
<component name="audiomsg" filter="s60" long-name="Audio Message"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
82 |
<unit bldFile="/sf/app/messaging/mobilemessaging/audiomsg/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
83 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
84 |
<component name="msgmedia" filter="s60" long-name="Message Media"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
85 |
<unit bldFile="/sf/app/messaging/mobilemessaging/msgmedia/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
86 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
87 |
<component name="unieditor" filter="s60" long-name="Unified Editor"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
88 |
<unit bldFile="/sf/app/messaging/mobilemessaging/unieditor/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
89 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
90 |
<component name="mmsui" filter="s60" long-name="MMS UI"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
91 |
<unit bldFile="/sf/app/messaging/mobilemessaging/mmsui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
92 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
93 |
<component name="postcard" filter="s60" long-name="Postcard"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
94 |
<unit bldFile="/sf/app/messaging/mobilemessaging/postcard/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
95 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
96 |
<component name="smilui" filter="s60" long-name="SMIL UI"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
97 |
<unit bldFile="/sf/app/messaging/mobilemessaging/smilui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
98 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
99 |
<component name="smum" filter="s60" long-name="SMS UI MTM and UI Data MTM" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
100 |
<unit bldFile="/sf/app/messaging/mobilemessaging/smum/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
101 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
102 |
<component name="smsui" filter="s60" long-name="SMS UI"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
103 |
<unit bldFile="/sf/app/messaging/mobilemessaging/smsui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
104 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
105 |
<component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
106 |
<unit bldFile="/sf/app/messaging/mobilemessaging/smsmtm/group" mrp="/sf/app/messaging/mobilemessaging/smsmtm/group/messaging_sms.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
107 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
108 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
109 |
<collection name="mmsengine" long-name="MMS Engine" level="eng"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
110 |
<component name="mmsconninit" filter="s60" long-name="MMS Connection Initiator" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
111 |
<!-- <unit bldFile="mmsengine/mmsconninit/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
112 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
113 |
<component name="genutils" filter="s60" long-name="General Utils" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
114 |
<!-- <unit bldFile="mmsengine/genutils/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
115 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
116 |
<component name="mmsserversettings" filter="s60" long-name="MMS Server Settings" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
117 |
<!-- <unit bldFile="mmsengine/mmsserversettings/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
118 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
119 |
<component name="mmsmessage" filter="s60" long-name="MMS Message" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
120 |
<!-- <unit bldFile="mmsengine/mmsmessage/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
121 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
122 |
<component name="mmshttptransport" filter="s60" long-name="MMS HTTP Transport" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
123 |
<!-- <unit bldFile="mmsengine/mmshttptransport/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
124 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
125 |
<component name="mmscodec" filter="s60" long-name="MMS Codec" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
126 |
<!-- <unit bldFile="mmsengine/mmscodec/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
127 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
128 |
<component name="mmsserver" filter="s60" long-name="MMS Server" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
129 |
<!-- <unit bldFile="mmsengine/mmsserver/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
130 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
131 |
<component name="clientmtm" filter="s60" long-name="MMS Client MTM" plugin="Y" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
132 |
<!-- <unit bldFile="mmsengine/clientmtm/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
133 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
134 |
<component name="mmswatcher" filter="s60" long-name="MMS Watcher" plugin="Y" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
135 |
<!-- <unit bldFile="mmsengine/mmswatcher/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
136 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
137 |
<component name="mmspushhandler" filter="s60" long-name="MMS Push Handler" plugin="Y" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
138 |
<!-- <unit bldFile="mmsengine/mmspushhandler/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
139 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
140 |
<component name="applicationadapter" filter="s60" long-name="MMS Application Adapter" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
141 |
<!-- <unit bldFile="mmsengine/applicationadapter/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
142 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
143 |
<component name="mmscodecclient" filter="s60" long-name="MMS Codec Client" class="placeholder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
144 |
<!-- <unit bldFile="mmsengine/mmscodecclient/bld"/> --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
145 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
146 |
<component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
147 |
<unit bldFile="/sf/app/messaging/mmsengine/mmssettings/group" mrp="/sf/app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
148 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
149 |
<component name="mmsconf" long-name="MMS Configuration" purpose="optional"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
150 |
<unit bldFile="/sf/app/messaging/mmsengine/mmsconf" mrp="/sf/app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
151 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
152 |
<component name="mmsengine_build" filter="s60" long-name="MMS Engine Build"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
153 |
<!-- this bld.inf should be broken up into the individual other components --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
154 |
<unit bldFile="/sf/app/messaging/mmsengine/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
155 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
156 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
157 |
<collection name="messagingappbase" long-name="Messaging App Base" level="base"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
158 |
<component name="msgavkon" filter="s60" long-name="Messaging Avkon UI"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
159 |
<unit bldFile="/sf/app/messaging/messagingappbase/msgavkon/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
160 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
161 |
<component name="mce" filter="s60" long-name="Message Center Application"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
162 |
<unit bldFile="/sf/app/messaging/messagingappbase/mce/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
163 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
164 |
<component name="mceextraitems" filter="s60" long-name="Message Center Extra Items"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
165 |
<unit bldFile="/sf/app/messaging/messagingappbase/mceextraitems/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
166 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
167 |
<component name="mcesettings" filter="s60" long-name="Message Center Settings"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
168 |
<unit bldFile="/sf/app/messaging/messagingappbase/mcesettings/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
169 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
170 |
<component name="msgerrorwatcher" filter="s60" long-name="Messaging Error Watcher" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
171 |
<unit bldFile="/sf/app/messaging/messagingappbase/msgerrorwatcher/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
172 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
173 |
<component name="ncnlist" filter="s60" long-name="New Contacts Note List"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
174 |
<unit bldFile="/sf/app/messaging/messagingappbase/ncnlist/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
175 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
176 |
<component name="schemeplugin" filter="s60" long-name="Scheme Handler Plugin" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
177 |
<unit bldFile="/sf/app/messaging/messagingappbase/schemeplugin/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
178 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
179 |
<component name="sendui" filter="s60" long-name="Send UI" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
180 |
<unit bldFile="/sf/app/messaging/messagingappbase/sendui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
181 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
182 |
<component name="smilengine" filter="s60" long-name="SMIL Engine"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
183 |
<unit bldFile="/sf/app/messaging/messagingappbase/smilengine/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
184 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
185 |
<component name="bium" filter="s60" long-name="BIO UI MTM" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
186 |
<unit bldFile="/sf/app/messaging/messagingappbase/bium/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
187 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
188 |
<component name="smartmessaging" filter="s60" long-name="Smart Messaging"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
189 |
<unit bldFile="/sf/app/messaging/messagingappbase/smartmessaging/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
190 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
191 |
<component name="msgeditor" filter="s60" long-name="Messaging Editor"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
192 |
<unit bldFile="/sf/app/messaging/messagingappbase/msgeditor/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
193 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
194 |
<component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
195 |
<unit bldFile="/sf/app/messaging/messagingappbase/smilparser/GROUP" mrp="/sf/app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
196 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
197 |
<component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
198 |
<unit bldFile="/sf/app/messaging/messagingappbase/obexmtms/Group" mrp="/sf/app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
199 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
200 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
201 |
<collection name="email" long-name="Email" level="mail"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
202 |
<!-- use commonemail instead --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
203 |
<component name="alwaysonlineemailplugin" filter="s60" long-name="Always Online Mail Plugin" deprecated="^3" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
204 |
<unit bldFile="/sf/app/messaging/email/alwaysonlineemailplugin/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
205 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
206 |
<component name="emailnotificationhandler" filter="s60" long-name="Email Notification Handler" deprecated="^3" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
207 |
<unit bldFile="/sf/app/messaging/email/emailnotificationhandler/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
208 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
209 |
<component name="imum" filter="s60" long-name="Internet Mail UI MTM" deprecated="^3" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
210 |
<unit bldFile="/sf/app/messaging/email/imum/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
211 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
212 |
<component name="mail" filter="s60" long-name="Mail Application" deprecated="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
213 |
<unit bldFile="/sf/app/messaging/email/mail/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
214 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
215 |
<component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" deprecated="^3" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
216 |
<unit bldFile="/sf/app/messaging/email/pop3andsmtpmtm/group" mrp="/sf/app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
217 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
218 |
<component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" deprecated="^3" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
219 |
<unit bldFile="/sf/app/messaging/email/imap4mtm/group" mrp="/sf/app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
220 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
221 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
222 |
<collection name="messaging_info" long-name="Messaging Apps Info" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
223 |
<component name="msg_plat" long-name="Messaging Apps Platform APIs" filter="s60" class="api"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
224 |
<unit bldFile="/sf/app/messaging/msg_plat/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
225 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
226 |
<component name="msg_pub" long-name="Messaging Apps Public APIs" filter="s60" class="api"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
227 |
<unit bldFile="/sf/app/messaging/msg_pub/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
228 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
229 |
<component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="^2" purpose="development" class="config PC"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
230 |
<unit mrp="/sf/app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
231 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
232 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
233 |
</block> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
234 |
</layer> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
235 |
</systemModel> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
236 |
</SystemDefinition> |