author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Thu, 28 Jan 2010 14:49:47 +0000 | |
branch | HighFidelityModel |
changeset 39 | bd4651024dad |
parent 31 | b43c73b88658 |
child 141 | 27d9d356efbf |
permissions | -rw-r--r-- |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
39
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
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="iptelephony" level="apps" long-name="IP Telephony" levels="eng plugin util ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
80 |
<collection name="iptelcommsconfig" long-name="IP Telephony Comms Config" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
81 |
<component name="cscgsplugin" filter="s60" long-name="CSC GS Plugin" 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
|
82 |
<unit bldFile="/sf/app/iptelephony/commsconfig/cscgsplugin/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="cscsipvoipcleanupplugin" filter="s60" long-name="CSC SIP VoIP Cleanup Plugin" 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
|
85 |
<unit bldFile="/sf/app/iptelephony/commsconfig/cscsipvoipcleanupplugin/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="cscengine" filter="s60" long-name="Connection Service Configurator Engine" introduced="^2"> |
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/iptelephony/commsconfig/cscengine/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="cscsettingsui" filter="s60" long-name="CSC Settings UI" introduced="^2"> |
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/iptelephony/commsconfig/cscsettingsui/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="cscapplicationui" filter="s60" long-name="CSC Application UI" introduced="^2"> |
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/iptelephony/commsconfig/cscapplicationui/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="commsconfig_build" filter="s60" long-name="Comms Config Build" introduced="^2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
97 |
<!-- consider distributing this into the above components --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
98 |
<unit bldFile="/sf/app/iptelephony/commsconfig/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
99 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
100 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
101 |
<collection name="convergedconnectionhandler" long-name="Converged Connection Handler" level="eng"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
102 |
<component name="cchserver" filter="s60" long-name="CCH Server" introduced="^2"> |
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/iptelephony/convergedconnectionhandler/cchserver/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="cchclient" filter="s60" long-name="CCH Client" introduced="^2"> |
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/iptelephony/convergedconnectionhandler/cchclient/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="cchclientapi" filter="s60" long-name="CCH Client API" introduced="^2"> |
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/iptelephony/convergedconnectionhandler/cchclientapi/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="convergedconnectionhandler_build" filter="s60" long-name="CCH Build" introduced="^2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
112 |
<!-- consider distributing this into the above components, or collapse the collection into a single component. |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
113 |
The latter is a better option since clients and sevrers are rarely separate components --> |
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/iptelephony/convergedconnectionhandler/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 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
117 |
<collection name="richcallsettingsengine" long-name="Rich Call Settings Engine" level="eng"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
118 |
<component name="rcse2" filter="s60" long-name="Rich Call Settings Engine Build" introduced="^2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
119 |
<unit bldFile="/sf/app/iptelephony/richcallsettingsengine/rcse2/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
120 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
121 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
122 |
<collection name="sipvoipprovider" long-name="SIP VoIP Provider" level="plugin"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
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:
31
diff
changeset
|
124 |
<component name="svp" filter="s60" long-name="SIP VoIP Provider Build" 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
|
125 |
<unit bldFile="/sf/app/iptelephony/sipvoipprovider/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
126 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
127 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
128 |
<collection name="voipplugins" long-name="VoIP Plugins" level="plugin"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
129 |
<component name="sipmxresolver" filter="s60" long-name="SIP MX Resolver" 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
|
130 |
<unit bldFile="/sf/app/iptelephony/voipplugins/sipmxresolver/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
131 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
132 |
<component name="sipconnectionprovider" filter="s60" long-name="SIP Connection Provider" 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
|
133 |
<unit bldFile="/sf/app/iptelephony/voipplugins/sipconnectionprovider/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
134 |
<!-- can only have one unit, can the next be #'included from the above? --> |
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/iptelephony/voipplugins/sipconnectionprovider/ipvoicemailengine/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 |
<component name="ipapputils" filter="s60" long-name="IP App Utils" introduced="^2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
138 |
<unit bldFile="/sf/app/iptelephony/voipplugins/ipapputils/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
139 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
140 |
<component name="voipadapters" filter="s60" long-name="VoIP Adapters" 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
|
141 |
<unit bldFile="/sf/app/iptelephony/voipplugins/voipadapters/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
142 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
143 |
<component name="accountcreationplugin" filter="s60" long-name="Account Creation Plugin" 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
|
144 |
<unit bldFile="/sf/app/iptelephony/voipplugins/accountcreationplugin/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 |
<component name="dhcppositionprovider" filter="s60" long-name="DHCP Position Provider" 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
|
147 |
<unit bldFile="/sf/app/iptelephony/voipplugins/dhcppositionprovider/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
148 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
149 |
<component name="svtmatching" filter="s60" long-name="SIP VoIP Telephony Matching" 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
|
150 |
<unit bldFile="/sf/app/iptelephony/voipplugins/svtmatching/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
151 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
152 |
<component name="svtlogging" filter="s60" long-name="SVT Logging" 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
|
153 |
<unit bldFile="/sf/app/iptelephony/voipplugins/svtlogging/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
154 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
155 |
<component name="svtcallmenu" filter="s60" long-name="SVT Call Menu" 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
|
156 |
<unit bldFile="/sf/app/iptelephony/voipplugins/svtcallmenu/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
157 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
158 |
<component name="sipimresolver" filter="s60" long-name="SIP IM Resolver" introduced="^3" plugin="Y"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
159 |
<unit bldFile="/sf/app/iptelephony/voipplugins/sipimresolver/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
160 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
161 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
162 |
<collection name="callcontinuity" long-name="Call Continuity" level="util"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
163 |
<component name="vccutils" filter="s60" long-name="VCC Utils" introduced="^2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
164 |
<unit bldFile="/sf/app/iptelephony/callcontinuity/vccutils/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
165 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
166 |
<component name="nsmldmvccadapter" filter="s60" long-name="SyncML DM VCC Adapter" 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
|
167 |
<unit bldFile="/sf/app/iptelephony/callcontinuity/nsmldmvccadapter/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
168 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
169 |
<component name="vccclientprovisioningadapter" filter="s60" long-name="VCC Client Provisioning Adapter" 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
|
170 |
<unit bldFile="/sf/app/iptelephony/callcontinuity/vccclientprovisioningadapter/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
171 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
172 |
<component name="vccpropertyhandler" filter="s60" long-name="VCC Property Handler" introduced="^2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
173 |
<unit bldFile="/sf/app/iptelephony/callcontinuity/vccpropertyhandler/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
174 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
175 |
<component name="vcchotrigger" filter="s60" long-name="VCC HO Trigger" introduced="^2"> |
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/iptelephony/callcontinuity/vcchotrigger/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 |
<component name="vcc" filter="s60" long-name="VoIP Call Continuity" 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
|
179 |
<unit bldFile="/sf/app/iptelephony/callcontinuity/vcc/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
180 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
181 |
<component name="callcontinuity_build" filter="s60" long-name="Call Continuity Build" introduced="^2"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
182 |
<!-- consider distributing this into the above components --> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
183 |
<unit bldFile="/sf/app/iptelephony/callcontinuity/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
184 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
185 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
186 |
<collection name="iptelephony_info" long-name="IP Telephony Info" level="ui"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
187 |
<component name="iptel_plat" filter="s60" long-name="IP Telephony Platform Interfaces" introduced="^2" class="api"> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
188 |
<unit bldFile="/sf/app/iptelephony/iptel_plat/group"/> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
189 |
</component> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
190 |
</collection> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
191 |
</block> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
192 |
</layer> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
193 |
</systemModel> |
bd4651024dad
Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
31
diff
changeset
|
194 |
</SystemDefinition> |