author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Wed, 03 Feb 2010 20:06:22 +0000 | |
branch | HighFidelityModel |
changeset 48 | c8d3143d3c0e |
parent 39 | bd4651024dad |
child 63 | d7aa110911c4 |
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="phone" level="apps" span="2" long-name="Phone Apps" levels="engine plugin ui app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
80 |
<collection name="phoneapp" long-name="Phone Application" level="app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
81 |
<component name="blacklist" filter="s60" long-name="Phone Blacklist Clearing" plugin="Y"> |
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/phone/phoneapp/blacklist/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="phoneui" filter="s60" long-name="Phone UI"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
85 |
<unit bldFile="/sf/app/phone/phoneapp/phoneui/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
86 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
87 |
<component name="phoneuicontrol" filter="s60" long-name="Phone UI Control"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
88 |
<unit bldFile="/sf/app/phone/phoneapp/phoneuicontrol/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
89 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
90 |
<component name="phoneuistates" filter="s60" long-name="Phone UI States"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
91 |
<unit bldFile="/sf/app/phone/phoneapp/phoneuistates/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
92 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
93 |
<component name="phoneuiutils" filter="s60" long-name="Phone UI Utils"> |
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/phone/phoneapp/phoneuiutils/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="phoneuiview" filter="s60" long-name="Phone UI View"> |
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/phone/phoneapp/phoneuiview/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="phoneuivoipextension" filter="s60" long-name="Phone UI VOIP Extension"> |
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/phone/phoneapp/phoneuivoipextension/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="silenceactionplugin" filter="s60" long-name="Silence Action Plugin" plugin="Y"> |
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/phone/phoneapp/silenceactionplugin/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="phonemediatorcenter" filter="s60" long-name="Phone Mediator Center"> |
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/phone/phoneapp/phonemediatorcenter/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="phoneapp_api_test" filter="s60,api_test" long-name="Phone App API Tests"> |
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/phone/phoneapp/phoneui/tsrc/public/basic/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 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
112 |
<collection name="phoneengine" long-name="Phone Engine" level="engine"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
113 |
<component name="phonecntfinder" filter="s60" long-name="Phone Contact Finder"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
114 |
<unit bldFile="/sf/app/phone/phoneengine/phonecntfinder/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
115 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
116 |
<component name="audiohandling" filter="s60" long-name="Phone Audio Handling"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
117 |
<unit bldFile="/sf/app/phone/phoneengine/audiohandling/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
118 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
119 |
<component name="callhandling" filter="s60" long-name="Call Handling"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
120 |
<unit bldFile="/sf/app/phone/phoneengine/callhandling/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
121 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
122 |
<component name="contacthandling" filter="s60" long-name="Phone Contact Handling"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
123 |
<unit bldFile="/sf/app/phone/phoneengine/contacthandling/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
124 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
125 |
<component name="loghandling" filter="s60" long-name="Phone Log Handling"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
126 |
<unit bldFile="/sf/app/phone/phoneengine/loghandling/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
127 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
128 |
<component name="engineinfo" filter="s60" long-name="Phone Engine Info"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
129 |
<unit bldFile="/sf/app/phone/phoneengine/engineinfo/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
130 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
131 |
<component name="phonemodel" filter="s60" long-name="Phone Model"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
132 |
<unit bldFile="/sf/app/phone/phoneengine/phonemodel/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
133 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
134 |
<component name="servicehandling" filter="s60" long-name="Phone Service Handling"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
135 |
<unit bldFile="/sf/app/phone/phoneengine/servicehandling/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
136 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
137 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
138 |
<collection name="phonesettings" long-name="Phone Settings" level="plugin"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
139 |
<component name="aiwcallimageplugin" filter="s60" long-name="Call Image AIW Plugin" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
140 |
<unit bldFile="/sf/app/phone/phonesettings/aiwcallimageplugin/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
141 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
142 |
<component name="pslncallimageplugin" filter="s60" long-name="Call Image Personalization Plugin" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
143 |
<unit bldFile="/sf/app/phone/phonesettings/pslncallimageplugin/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
144 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
145 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
146 |
<collection name="phoneuis" long-name="Phone UIs" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
147 |
<component name="dialer" filter="s60" long-name="Dialer"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
148 |
<unit bldFile="/sf/app/phone/phoneuis/dialer/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
149 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
150 |
<component name="bubblemanager" filter="s60" long-name="Phone Bubble Manager"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
151 |
<unit bldFile="/sf/app/phone/phoneuis/bubblemanager/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
152 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
153 |
<component name="connectutil" filter="s60" long-name="Connection Utility" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
154 |
<unit bldFile="/sf/app/phone/phoneuis/connectutil/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
155 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
156 |
<component name="ussd" filter="s60" long-name="Unstructured Supplementary Services Data"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
157 |
<unit bldFile="/sf/app/phone/phoneuis/ussd/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
158 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
159 |
<component name="vmbx" filter="s60" long-name="Voice Mailbox"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
160 |
<unit bldFile="/sf/app/phone/phoneuis/vmbx/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
161 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
162 |
<component name="telephonydevicemode" filter="s60" long-name="Telephony Device Mode"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
163 |
<unit bldFile="/sf/app/phone/phoneuis/telephonydevicemode/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
164 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
165 |
<component name="phoneuis_api_test" filter="s60,api_test" long-name="Phone UIs API Tests"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
166 |
<unit bldFile="/sf/app/phone/phoneuis/dialer/tsrc/public/basic/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
167 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
168 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
169 |
<collection name="phone_info" long-name="Phone Apps Info" level="app"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
170 |
<component name="phone_plat" filter="s60" long-name="Phone 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
|
171 |
<unit bldFile="/sf/app/phone/phone_plat/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
172 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
173 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
174 |
<collection name="phoneplugins" long-name="Phone Plugins" level="plugin"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
175 |
<component name="telbranding" filter="s60" long-name="Tel Branding" introduced="^2" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
176 |
<unit bldFile="/sf/app/phone/phoneplugins/telbranding/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
177 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
178 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
179 |
</block> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
180 |
</layer> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
181 |
</systemModel> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
182 |
</SystemDefinition> |