author | Dario Sestito <darios@symbian.org> |
Mon, 15 Mar 2010 18:47:03 +0000 | |
changeset 138 | 6892870d74c9 |
parent 30 | 0f4f00318d20 |
child 212 | a44ae815a47f |
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"?> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
5 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
9 |
<!ATTLIST layer |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
10 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
13 |
span CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
15 |
<!ATTLIST block |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
17 |
span CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
19 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
22 |
<!ATTLIST subblock |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
23 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
26 |
<!ATTLIST collection |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
27 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
31 |
<!ATTLIST component |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
32 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
36 |
contract CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
37 |
plugin (Y|N) 'N' |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
38 |
filter CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
40 |
supports CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
43 |
<!ATTLIST unit |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
45 |
filter CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
47 |
root CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
52 |
]> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
53 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
55 |
<layer name="mw" long-name="Middleware" levels="generic specific"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
56 |
<block name="phonesrv" level="specific" long-name="Telephony and SIM Services" levels="plugin framework server generic specific"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
57 |
<collection name="telutils" long-name="Telephony Utils" level="generic"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
58 |
<component name="phoneparser" filter="s60" long-name="Phone Parser"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
59 |
<unit bldFile="/sf/mw/phonesrv/telutils/phoneparser/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
60 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
61 |
<component name="telephonyservice" filter="s60" long-name="Telephony Service"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
62 |
<unit bldFile="/sf/mw/phonesrv/telutils/telephonyservice/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
63 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
64 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
65 |
<collection name="cbs" long-name="Cellular Baseband Services" level="plugin"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
66 |
<component name="cbsserver" filter="s60" long-name="CBS Server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
67 |
<unit bldFile="/sf/mw/phonesrv/cbs/cbsserver/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
68 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
69 |
<component name="cbsui" filter="s60" long-name="CBS UI"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
70 |
<unit bldFile="/sf/mw/phonesrv/cbs/cbsui/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
71 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
72 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
73 |
<collection name="cellular" long-name="Cellular" level="server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
74 |
<component name="telephonysettings" filter="s60" long-name="Telephony Settings"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
75 |
<unit bldFile="/sf/mw/phonesrv/cellular/telephonysettings/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
76 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
77 |
<component name="sssettings" filter="s60" long-name="Supplementary Service Settings"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
78 |
<unit bldFile="/sf/mw/phonesrv/cellular/sssettings/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
79 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
80 |
<component name="psetnotesui" filter="s60" long-name="Phone Settings Notes UI"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
81 |
<unit bldFile="/sf/mw/phonesrv/cellular/psetnotesui/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
82 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
83 |
<component name="servicerequest" filter="s60" long-name="Service Request"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
84 |
<unit bldFile="/sf/mw/phonesrv/cellular/servicerequest/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
85 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
86 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
87 |
<collection name="convergedcallengine" long-name="Converged Call Engine" level="framework"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
88 |
<component name="callprovider" filter="s60" long-name="Call Provider"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
89 |
<unit bldFile="/sf/mw/phonesrv/convergedcallengine/callprovider/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
90 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
91 |
<component name="cce" filter="s60" long-name="CCE"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
92 |
<unit bldFile="/sf/mw/phonesrv/convergedcallengine/cce/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
93 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
94 |
<component name="spsettings" filter="s60" long-name="Service Provider Settings"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
95 |
<unit bldFile="/sf/mw/phonesrv/convergedcallengine/spsettings/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
96 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
97 |
<component name="cenrepdatabase" filter="s60" long-name="CCE Cenrep Database"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
98 |
<unit bldFile="/sf/mw/phonesrv/convergedcallengine/cenrepdatabase/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
99 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
100 |
<component name="serviceselector" filter="s60" long-name="Service Selector"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
101 |
<unit bldFile="/sf/mw/phonesrv/convergedcallengine/serviceselector/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
102 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
103 |
<component name="csplugin" filter="s60" long-name="CS Plugin" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
104 |
<!-- should spell out CS in name --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
105 |
<unit bldFile="/sf/mw/phonesrv/convergedcallengine/csplugin/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
106 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
107 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
108 |
<collection name="engines" long-name="Telephony Engines" level="specific"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
109 |
<component name="vmbxengine" filter="s60" long-name="Voice Mailbox Engine"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
110 |
<unit bldFile="/sf/mw/phonesrv/engines/vmbxengine/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
111 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
112 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
113 |
<collection name="networkhandling" long-name="Network Handling" level="plugin"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
114 |
<component name="networkhandlingengine" filter="s60" long-name="Network Handling Engine"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
115 |
<unit bldFile="/sf/mw/phonesrv/networkhandling/networkhandlingengine/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
116 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
117 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
118 |
<collection name="phoneclientserver" long-name="Phone Client/Server" level="server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
119 |
<component name="enpolicy" filter="s60" long-name="Emergency Number Policy"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
120 |
<unit bldFile="/sf/mw/phonesrv/phoneclientserver/enpolicy/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
121 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
122 |
<component name="aiwdialdata" filter="s60" long-name="AIW Dial Data"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
123 |
<unit bldFile="/sf/mw/phonesrv/phoneclientserver/aiwdialdata/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
124 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
125 |
<component name="dialutils" filter="s60" long-name="Dial Utils"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
126 |
<unit bldFile="/sf/mw/phonesrv/phoneclientserver/dialutils/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
127 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
128 |
<component name="phoneclient" filter="s60" long-name="Phone Client"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
129 |
<unit bldFile="/sf/mw/phonesrv/phoneclientserver/phoneclient/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
130 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
131 |
<component name="phoneserver" filter="s60" long-name="Phone Server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
132 |
<unit bldFile="/sf/mw/phonesrv/phoneclientserver/phoneserver/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
133 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
134 |
<component name="callui" filter="s60" long-name="Call UI"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
135 |
<unit bldFile="/sf/mw/phonesrv/phoneclientserver/callui/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
136 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
137 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
138 |
<collection name="satengine" long-name="SIM Application Toolkit Engine" level="generic"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
139 |
<component name="satserver" filter="s60" long-name="SAT Server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
140 |
<unit bldFile="/sf/mw/phonesrv/satengine/satserver/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
141 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
142 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
143 |
<collection name="satui" long-name="SIM Application Toolkit UI" level="specific"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
144 |
<component name="satapp" filter="s60" long-name="SAT Application"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
145 |
<unit bldFile="/sf/mw/phonesrv/satui/satapp/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
146 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
147 |
<component name="satplugin" filter="s60" long-name="SAT Plugin" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
148 |
<unit bldFile="/sf/mw/phonesrv/satui/satplugin/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
149 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
150 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
151 |
<collection name="phonecmdhandler" long-name="Phone Command Handler" level="generic"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
152 |
<component name="phonecmdhnlr" filter="s60" long-name="Phone Command Handler"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
153 |
<unit bldFile="/sf/mw/phonesrv/phonecmdhandler/phonecmdhnlr/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
154 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
155 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
156 |
<collection name="phonesrv_info" long-name="Telephony and SIM Services Info" level="specific"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
157 |
<component name="phonesrv_plat" filter="s60" long-name="Telephony and SIM Services Platform Interfaces" class="api"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
158 |
<unit bldFile="/sf/mw/phonesrv/phonesrv_plat/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
159 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
160 |
<component name="phonesrv_pub" filter="s60" long-name="Telephony and SIM Services Public Interfaces" class="api"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
161 |
<unit bldFile="/sf/mw/phonesrv/phonesrv_pub/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
162 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
163 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
164 |
</block> |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
165 |
</layer> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
166 |
</systemModel> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
167 |
</SystemDefinition> |