author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Tue, 16 Feb 2010 18:06:19 +0000 | |
branch | HighFidelityModel |
changeset 59 | 7da3f5055ea5 |
parent 39 | bd4651024dad |
child 86 | e068c62e9ba2 |
child 92 | eb82b25cc4f9 |
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="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
80 |
<collection name="alarmengines" long-name="Alarm Engines" level="engine"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
81 |
<component name="missedalarmstore" filter="s60" long-name="Missed Alarm Store"> |
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/organizer/alarmengines/missedalarmstore/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 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
85 |
<collection name="calendarengines" long-name="Calendar Engines" level="engine"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
86 |
<component name="versit2" filter="s60" long-name="Versit 2 iCal Parser" introduced="9.2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
87 |
<unit bldFile="/sf/app/organizer/calendarengines/versit2/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
88 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
89 |
<component name="agnversit2" filter="s60" long-name="Versit 2 Agenda Interface" introduced="9.2" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
90 |
<unit bldFile="/sf/app/organizer/calendarengines/agnversit2/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
91 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
92 |
<component name="caleninterimutils" filter="s60" long-name="Calendar Interim Utils" introduced="9.1"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
93 |
<unit bldFile="/sf/app/organizer/calendarengines/caleninterimutils/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
94 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
95 |
<component name="calenimp" filter="s60" long-name="Calendar Import Wrapper" introduced="7.0s"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
96 |
<unit bldFile="/sf/app/organizer/calendarengines/calenimp/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
97 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
98 |
<component name="calenlauncher" filter="s60" long-name="Calendar Launcher"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
99 |
<unit bldFile="/sf/app/organizer/calendarengines/calenlauncher/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
100 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
101 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
102 |
<collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
103 |
<component name="mrmailbox" filter="s60" long-name="Meeting Request Mailbox"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
104 |
<unit bldFile="/sf/app/organizer/meetingrequestengines/mrmailbox/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
105 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
106 |
<component name="mrmailboxutils" filter="s60" long-name="Meeting Request Mailbox Utils" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
107 |
<unit bldFile="/sf/app/organizer/meetingrequestengines/mrmailboxutils/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
108 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
109 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
110 |
<collection name="searchfw" long-name="Search Framework" level="services"> |
59
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
111 |
<!-- Uncomment all units when configuration is in place. All currently #included from searchfw_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:
39
diff
changeset
|
112 |
<component name="coresearchfw" filter="s60" long-name="Core Search Framework" introduced="^1" class="placeholder"> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
113 |
<!--<unit bldFile="searchfw/coresearchfw/group"/>--> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
114 |
</component> |
59
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
115 |
<component name="searchfw_plugins" filter="s60" long-name="Search Plugins" introduced="^1" plugin="Y" class="placeholder"> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
116 |
<!--<unit bldFile="searchfw/plugins/group"/>--> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
117 |
</component> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
118 |
<component name="searchfw_build" filter="s60" long-name="Search Framework Build" introduced="^1"> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
119 |
<unit bldFile="/sf/app/organizer/searchfw/group"/> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
120 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
121 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
122 |
<collection name="alarmui" long-name="Alarm UI" level="app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
123 |
<!-- collection is really a component, should move down a directory --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
124 |
<component name="alarmui_build" filter="s60" long-name="Alarm UI Build"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
125 |
<unit bldFile="/sf/app/organizer/alarmui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
126 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
127 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
128 |
<collection name="calendarui" long-name="Calendar UI" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
129 |
<component name="calendarui_help" filter="s60" long-name="Calendar UI Help"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
130 |
<unit bldFile="/sf/app/organizer/calendarui/help/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
131 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
132 |
<component name="commonutils" filter="s60" long-name="Calendar Common Utils"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
133 |
<unit bldFile="/sf/app/organizer/calendarui/commonutils/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
134 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
135 |
<component name="globaldata" filter="s60" long-name="Calendar Global Data"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
136 |
<unit bldFile="/sf/app/organizer/calendarui/globaldata/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
137 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
138 |
<component name="settings" filter="s60" long-name="Calendar Settings"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
139 |
<!-- these should be merged into a single bld.inf or split into two components --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
140 |
<unit bldFile="/sf/app/organizer/calendarui/settings/gsplugin/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
141 |
<unit bldFile="/sf/app/organizer/calendarui/settings/settingsui/group"/> |
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="customisation" filter="s60" long-name="Calendar Customisation"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
144 |
<unit bldFile="/sf/app/organizer/calendarui/customisation/group"/> |
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="customisationmanager" filter="s60" long-name="Calendar Customisation Manager"> |
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/organizer/calendarui/customisationmanager/group"/> |
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="multicaluidialog" filter="s60" long-name="Multi-Calendar UI Dialog" introduced="^3"> |
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/organizer/calendarui/multicaluidialog/group"/> |
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="views" filter="s60" long-name="Calendar Views"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
153 |
<unit bldFile="/sf/app/organizer/calendarui/views/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
154 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
155 |
<component name="calendarui_controller" filter="s60" long-name="Calendar Controller"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
156 |
<unit bldFile="/sf/app/organizer/calendarui/controller/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
157 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
158 |
<component name="calendarui_editors" filter="s60" long-name="Calendar Editors"> |
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/organizer/calendarui/editors/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="calendarui_application" filter="s60" long-name="Calendar 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/organizer/calendarui/application/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="missedalarmindicatorplugin" filter="s60" long-name="Missed Alarm Indicator Plugin" plugin="Y"> |
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/organizer/calendarui/missedalarmindicatorplugin/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="calendarui_server" filter="s60" long-name="Calendar Server"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
168 |
<!-- these should be merged into a single bld.inf or split into two components --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
169 |
<unit bldFile="/sf/app/organizer/calendarui/server/calensvr/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
170 |
<unit bldFile="/sf/app/organizer/calendarui/server/calensvrclient/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
171 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
172 |
<component name="regionalplugins" filter="s60" long-name="Calendar Regional Plugins" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
173 |
<!-- these should be merged into a single bld.inf or split into four components --> |
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/organizer/calendarui/regionalplugins/calenregionalutil/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
175 |
<unit bldFile="/sf/app/organizer/calendarui/regionalplugins/lunarchinese/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
176 |
<unit bldFile="/sf/app/organizer/calendarui/regionalplugins/lunarvietnamese/group"/> |
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/organizer/calendarui/regionalplugins/thai/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="calenaiwprovider" filter="s60" long-name="Calendar AIW Proivder" introduced="^3" 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/organizer/calendarui/calenaiwprovider/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="calendarui_build" filter="s60" long-name="Calendar UI Build"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
183 |
<!-- split contents into separate components --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
184 |
<unit bldFile="/sf/app/organizer/calendarui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
185 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
186 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
187 |
<collection name="meetingui" long-name="Meeting UI" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
188 |
<component name="attendeeview" filter="s60" long-name="Attendee View"> |
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/organizer/meetingui/attendeeview/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="agnentryui" filter="s60" long-name="Agenda Entry UI" plugin="Y"> |
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/organizer/meetingui/agnentryui/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="meetingrequestutils" filter="s60" long-name="Meeting Request Utils"> |
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/organizer/meetingui/meetingrequestutils/group"/> |
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="meetingrequestviewers" filter="s60" long-name="Meeting Request Viewers" 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/organizer/meetingui/meetingrequestviewers/group"/> |
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 |
<component name="meetingui_build" filter="s60" long-name="Meeting UI Build"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
201 |
<!-- split contents into separate components --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
202 |
<unit bldFile="/sf/app/organizer/meetingui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
203 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
204 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
205 |
<collection name="clock2" long-name="Clock" level="app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
206 |
<component name="clockengines" filter="s60" long-name="Clock Engines"> |
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/organizer/clock2/clockengines/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="clockui" filter="s60" long-name="Clock UI"> |
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/organizer/clock2/clockui/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="clock2_help" filter="s60" long-name="Clock Help"> |
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/organizer/clock2/help/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="clock2_build" filter="s60" long-name="Clock Build"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
216 |
<!-- split contents into separate components, or just make this one component --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
217 |
<unit bldFile="/sf/app/organizer/clock2/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
218 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
219 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
220 |
<collection name="notepad" long-name="Notepad" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
221 |
<component name="notepad_help" filter="s60" long-name="Notepad Help"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
222 |
<unit bldFile="/sf/app/organizer/notepad/help/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
223 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
224 |
<component name="notepad1" filter="s60" long-name="Notepad Application 1"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
225 |
<unit bldFile="/sf/app/organizer/notepad/notepad1/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
226 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
227 |
<component name="txtrecog" filter="s60" long-name="Text Recognizer" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
228 |
<unit bldFile="/sf/app/organizer/notepad/txtrecog/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
229 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
230 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
231 |
<collection name="searchui" long-name="Search UI" level="app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
232 |
<!-- consider making this a single component --> |
59
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
233 |
<!-- Uncomment all units when configuration is in place. All currently #included from searchui_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:
39
diff
changeset
|
234 |
<component name="searchui_help" filter="s60" long-name="Search UI Help" class="placeholder"> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
235 |
<!--<unit bldFile="searchui/help/group"/>--> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
236 |
</component> |
59
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
237 |
<component name="searchapp" filter="s60" long-name="Search Application" class="placeholder"> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
238 |
<!--<unit bldFile="searchui/searchapp/group"/>--> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
239 |
</component> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
240 |
<component name="searchui_build" filter="s60" long-name="Search UI Build"> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
241 |
<unit bldFile="/sf/app/organizer/searchui/group"/> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
242 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
243 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
244 |
<collection name="pimappservices" long-name="PIM Application Services" level="services"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
245 |
<component name="calendar" long-name="Calendar" 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
|
246 |
<unit bldFile="/sf/app/organizer/pimappservices/calendar/group" mrp="/sf/app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
247 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
248 |
<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" 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
|
249 |
<unit bldFile="/sf/app/organizer/pimappservices/calendarvcalplugin/group" mrp="/sf/app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
250 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
251 |
<component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
252 |
<unit mrp="/sf/app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
253 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
254 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
255 |
<collection name="pimappsupport" long-name="PIM Application Support" level="support"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
256 |
<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
257 |
<unit bldFile="/sf/app/organizer/pimappsupport/vcardandvcal/group" mrp="/sf/app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
258 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
259 |
<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
260 |
<unit bldFile="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
261 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
262 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
263 |
<collection name="organizer_info" long-name="Organizer Application Suite Info" level="app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
264 |
<component name="organizer_pub" filter="s60" long-name="Organizer Application Suite Public Interfaces" class="api"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
265 |
<unit bldFile="/sf/app/organizer/organizer_pub/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
266 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
267 |
<component name="organizer_plat" filter="s60" long-name="Organizer Application Suite Platform Interfaces" class="api"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
268 |
<unit bldFile="/sf/app/organizer/organizer_plat/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
269 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
270 |
<component name="organizer_metadata" long-name="Organizer Application Suite 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
|
271 |
<unit mrp="/sf/app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
272 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
273 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
274 |
</block> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
275 |
</layer> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
276 |
</systemModel> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
277 |
</SystemDefinition> |