author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Fri, 19 Feb 2010 16:49:20 +0000 | |
branch | HighFidelityModel |
changeset 92 | eb82b25cc4f9 |
parent 63 | d7aa110911c4 |
child 115 | 92aad91b04df |
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:
31
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
5 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
6 |
schema CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
7 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
9 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
12 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
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:
31
diff
changeset
|
15 |
<!ATTLIST layer |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
16 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
19 |
span CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
20 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
21 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
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:
31
diff
changeset
|
24 |
<!ATTLIST block |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
26 |
span CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
28 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
30 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
31 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
34 |
<!ATTLIST subblock |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
35 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
37 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
38 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
41 |
<!ATTLIST collection |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
42 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
45 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
46 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
49 |
<!ATTLIST component |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
50 |
name CDATA #REQUIRED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
54 |
contract CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
56 |
filter CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
58 |
supports CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
60 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
61 |
|
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
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:
31
diff
changeset
|
65 |
<!ATTLIST unit |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
67 |
filter CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
69 |
root CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
73 |
priority CDATA #IMPLIED |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
74 |
> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
75 |
]> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
77 |
<systemModel> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
79 |
<block name="homescreen" level="apps" long-name="Home Screen Apps" levels="fw apps"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
80 |
<collection name="idlehomescreen" long-name="Idle Home Screen" level="apps"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
81 |
<component name="nativeuicontroller" filter="s60" long-name="Native UI Controller"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
82 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/nativeuicontroller/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
83 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
84 |
<component name="exths" filter="s60" long-name="Active Idle Container" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
85 |
<!-- why is the ID so different from the name? Is one wrong? --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
86 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/exths/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
87 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
88 |
<component name="hscontentcontrol" filter="s60" long-name="Home Screen Content Control" introduced="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
89 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/hscontentcontrol/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
90 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
91 |
<component name="hssapiwrapper" filter="s60" long-name="HS SAPI Wrapper" introduced="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
92 |
<!-- can only have one unit. #include from a common 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:
31
diff
changeset
|
93 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/sapiwrapper/cpswrapper/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
94 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/sapiwrapper/hspswrapper/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
95 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
96 |
<component name="xmluirendering" filter="s60" long-name="XML UI Rendering" introduced="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
97 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/xmluirendering/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
98 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
99 |
<component name="xmluicontroller" filter="s60" long-name="XML UI Controller" introduced="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
100 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/xmluicontroller/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
101 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
102 |
<component name="widgetmanager" filter="s60" long-name="Widget Manager" introduced="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
103 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/widgetmanager/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
104 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
105 |
<component name="idlehomescreen_help" filter="s60" long-name="Idle Home Screen Help"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
106 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/help/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
107 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
108 |
<component name="idlehomescreen_data" filter="s60" long-name="Idle Home Screen Data"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
109 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/data/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
110 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
111 |
<component name="idlehomescreen_build" filter="s60" long-name="Idle Home Screen Build"> |
61
8ae69391a51a
More fixed conditional cases
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
39
diff
changeset
|
112 |
<!-- can the loc file be moved to another comopnent and this one removed? --> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
113 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
114 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
61
diff
changeset
|
115 |
<component name="homescreen_test" filter="s60,test,unit_test" purpose="development" long-name="Home Screen Apps Test"> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
116 |
<unit bldFile="/sf/app/homescreen/idlehomescreen/widgetmanager/tsrc/wmunittest/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
117 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
118 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
119 |
<collection name="menufw" long-name="Menu Framework" level="fw"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
120 |
<component name="hierarchynavigator" filter="s60" long-name="Hierarchy Navigator"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
121 |
<unit bldFile="/sf/app/homescreen/menufw/hierarchynavigator/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
122 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
123 |
<component name="menufwui" filter="s60" long-name="Menu Framework UI"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
124 |
<unit bldFile="/sf/app/homescreen/menufw/menufwui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
125 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
126 |
<component name="menusuites" filter="s60" long-name="Menu Suites"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
127 |
<unit bldFile="/sf/app/homescreen/menufw/menusuites/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
128 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
129 |
<component name="menufw_build" filter="s60" long-name="Menu Framework Build"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
130 |
<!-- can the exports be exported by the other components? --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
131 |
<unit bldFile="/sf/app/homescreen/menufw/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
132 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
133 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
134 |
<collection name="taskswitcher" long-name="Task Switcher" level="apps"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
135 |
<component name="contextengine" filter="s60" long-name="Context Engine" introduced="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
136 |
<unit bldFile="/sf/app/homescreen/taskswitcher/contextengine/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
137 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
138 |
<component name="taskswitcherui" filter="s60" long-name="Task Switcher UI" introduced="^3"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
139 |
<unit bldFile="/sf/app/homescreen/taskswitcher/taskswitcherui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
140 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
141 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
142 |
<collection name="homescreen_info" long-name="Home Screen Apps Info" level="apps"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
143 |
<component name="homescreen_plat" filter="s60" long-name="Home Screen Apps Platform Interfaces" class="api"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
144 |
<unit bldFile="/sf/app/homescreen/homescreen_plat/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
145 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
146 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
147 |
</block> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
148 |
</layer> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
149 |
</systemModel> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
150 |
</SystemDefinition> |