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="dlnasrv" level="specific" long-name="DLNA Services" levels="stack server ctrl framework plugin"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
57 |
<!-- uncomment all the units when configuration is in place, they're currently #included from other xxx_build components --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
58 |
<collection name="upnpavcontrolpoint" long-name="UPnP A/V Control Point" level="plugin"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
59 |
<component name="avcontrolframework" filter="s60" long-name="A/V Control Famework" introduced="9.1" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
60 |
<unit bldFile="/sf/mw/dlnasrv/upnpavcontrolpoint/avcontrolframework/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
61 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
62 |
<component name="upnpavcontrolpoint_build" filter="s60" long-name="UPnP A/V Control Point Build" introduced="9.1" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
63 |
<!-- put exports in other component instead --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
64 |
<unit bldFile="/sf/mw/dlnasrv/upnpavcontrolpoint/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
65 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
66 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
67 |
<collection name="upnpmediaserver" long-name="UPnP Media Server" level="server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
68 |
<component name="avobjects" filter="s60" long-name="A/V Objects"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
69 |
<unit bldFile="/sf/mw/dlnasrv/upnpmediaserver/avobjects/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
70 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
71 |
<component name="mediaserverclient" filter="s60" long-name="Media Server Client"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
72 |
<unit bldFile="/sf/mw/dlnasrv/upnpmediaserver/mediaserverclient/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
73 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
74 |
<component name="connectionmanagerservice" filter="s60" long-name="Connection Manager Service"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
75 |
<unit bldFile="/sf/mw/dlnasrv/upnpmediaserver/connectionmanagerservice/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="contentdirectoryservice" filter="s60" long-name="Content Directory Service"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
78 |
<unit bldFile="/sf/mw/dlnasrv/upnpmediaserver/contentdirectoryservice/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="mediaserverengine" filter="s60" long-name="Media Server Engine"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
81 |
<unit bldFile="/sf/mw/dlnasrv/upnpmediaserver/mediaserverengine/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="upnpmediaserver_build" filter="s60" long-name="UPnP Media Server Build"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
84 |
<!-- move exports into one of above components --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
85 |
<unit bldFile="/sf/mw/dlnasrv/upnpmediaserver/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
86 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
87 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
88 |
<collection name="upnpavcontroller" long-name="UPnP A/V Controller" level="ctrl"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
89 |
<component name="upnpxmlparser" filter="s60" long-name="UPnP XML Parser" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
90 |
<unit bldFile="/sf/mw/dlnasrv/upnpavcontroller/upnpxmlparser/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
91 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
92 |
<component name="upnpavcontrollerserver" filter="s60" long-name="UPnP A/V Controller Server" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
93 |
<unit bldFile="/sf/mw/dlnasrv/upnpavcontroller/upnpavcontrollerserver/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
94 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
95 |
<component name="upnpavcontrollerclient" filter="s60" long-name="UPnP A/V Ccontroller Client" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
96 |
<unit bldFile="/sf/mw/dlnasrv/upnpavcontroller/upnpavcontrollerclient/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
97 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
98 |
<component name="upnpavcontrollerhelper" filter="s60" long-name="UPnP A/V Controller Helper" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
99 |
<unit bldFile="/sf/mw/dlnasrv/upnpavcontroller/upnpavcontrollerhelper/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
100 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
101 |
<component name="upnpavcontroller_build" filter="s60" long-name="UPnP A/V Controller Build" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
102 |
<!-- move exports content into one of above components --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
103 |
<unit bldFile="/sf/mw/dlnasrv/upnpavcontroller/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
104 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
105 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
106 |
<collection name="upnpframework" long-name="UPnP Framework" level="framework"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
107 |
<component name="upnputilities" filter="s60" long-name="UPnP Utilities" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
108 |
<unit bldFile="/sf/mw/dlnasrv/upnpframework/upnputilities/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
109 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
110 |
<component name="upnpextensionpluginif" filter="s60" long-name="UPnP Home Media Extension Plugin Interface" introduced="^2" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
111 |
<!-- <unit bldFile="upnpframework/upnpextensionpluginif/group"/> --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
112 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
113 |
<component name="upnpfiletransferengine" filter="s60" long-name="UPnP File Transfer Engine" introduced="^2" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
114 |
<!-- <unit bldFile="upnpframework/upnpfiletransferengine/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
115 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
116 |
<component name="upnpcommonui" filter="s60" long-name="UPnP Common UI" introduced="^2" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
117 |
<!--<unit bldFile="upnpframework/upnpcommonui/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
118 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
119 |
<component name="upnpaiwengine" filter="s60" long-name="UPnP AIW Engine" introduced="^2" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
120 |
<!--<unit bldFile="upnpframework/upnpaiwengine/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="upnpaiwprovider" filter="s60" long-name="UPnP AIW Provider" introduced="^2" deprecated="^3" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
123 |
<!--<unit bldFile="upnpframework/upnpaiwprovider/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="upnpmusicadapter" filter="s60" long-name="UPnP Music Adapter" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
126 |
<unit bldFile="/sf/mw/dlnasrv/upnpframework/upnpmusicadapter/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="upnpcommand" filter="s60" long-name="UPnP Command" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
129 |
<unit bldFile="/sf/mw/dlnasrv/upnpframework/upnpcommand/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="upnpframework_build" filter="s60" long-name="UPnP Framework Build" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
132 |
<!-- move exports content into one of above components --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
133 |
<unit bldFile="/sf/mw/dlnasrv/upnpframework/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
134 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
135 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
136 |
<collection name="upnpsettings" long-name="UPnP Settings" level="framework"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
137 |
<component name="upnpsettingsengine" filter="s60" long-name="UPnP Settings Engine" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
138 |
<unit bldFile="/sf/mw/dlnasrv/upnpsettings/upnpsettingsengine/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
139 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
140 |
<component name="multiselectionui" filter="s60" long-name="Multi-Selection UI" introduced="^2" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
141 |
<!--<unit bldFile="upnpsettings/multiselectionui/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
142 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
143 |
<component name="appwizard" filter="s60" long-name="UPnP Settings Wizard App" introduced="^2" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
144 |
<!--<unit bldFile="upnpsettings/appwizard/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
145 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
146 |
<component name="upnpsharingui" filter="s60" long-name="UPnP Sharing UI" introduced="^2" deprecated="^3"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
147 |
<!--<unit bldFile="upnpsettings/upnpsharingui/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
148 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
149 |
<component name="upnpgsplugin" filter="s60" long-name="UPnP GS Plugin" introduced="^2" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
150 |
<unit bldFile="/sf/mw/dlnasrv/upnpsettings/upnpgsplugin/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
151 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
152 |
<component name="upnpsettings_build" filter="s60" long-name="UPnP Settings Build" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
153 |
<!-- move exports content into one of above components --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
154 |
<unit bldFile="/sf/mw/dlnasrv/upnpsettings/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
155 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
156 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
157 |
<collection name="upnpsharing" long-name="UPnP Sharing" level="server"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
158 |
<component name="upnpdlnaprofiler" filter="s60" long-name="UPnP DLNA Profiler" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
159 |
<unit bldFile="/sf/mw/dlnasrv/upnpsharing/upnpdlnaprofiler/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
160 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
161 |
<component name="upnpsecurity" filter="s60" long-name="UPnP Security" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
162 |
<unit bldFile="/sf/mw/dlnasrv/upnpsharing/upnpsecurity/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
163 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
164 |
<component name="upnpcontentserver" filter="s60" long-name="UPnP Content Server" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
165 |
<unit bldFile="/sf/mw/dlnasrv/upnpsharing/upnpcontentserver/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
166 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
167 |
<component name="applicationengine" filter="s60" long-name="UPnP Application Engine" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
168 |
<unit bldFile="/sf/mw/dlnasrv/upnpsharing/applicationengine/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
169 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
170 |
<component name="upnpsharing_build" filter="s60" long-name="UPnP Sharing Build" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
171 |
<!-- move exports content into one of above components --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
172 |
<unit bldFile="/sf/mw/dlnasrv/upnpsharing/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
173 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
174 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
175 |
<collection name="upnpmpxplugins" long-name="UPnP MPX Plugins" level="plugin"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
176 |
<component name="upnpplaybackplugins" filter="s60" long-name="UPnP Playback Plugins" introduced="^2" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
177 |
<unit bldFile="/sf/mw/dlnasrv/upnpmpxplugins/upnpplaybackplugins/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
178 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
179 |
<component name="upnpmpxplugins_build" filter="s60" long-name="UPnP MPX Plugins Build" introduced="^2"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
180 |
<!-- move exports content into other component? --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
181 |
<unit bldFile="/sf/mw/dlnasrv/upnpmpxplugins/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
182 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
183 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
184 |
<collection name="upnpharvester" long-name="UPnP Harvester" level="ctrl"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
185 |
<component name="upnpharvester_common" filter="s60" long-name="UPnP Harvester Common" introduced="^2" deprecated="^3" class="placeholder"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
186 |
<!-- need to merge or #include these to a single bld.inf --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
187 |
<!--<unit bldFile="upnpharvester/common/cmlibrary/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
188 |
<unit bldFile="upnpharvester/common/cmsettings/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
189 |
<unit bldFile="upnpharvester/common/cmsqlwrapper/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
190 |
<unit bldFile="upnpharvester/common/dbmanager/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
191 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
192 |
<component name="cdssync" filter="s60" long-name="CDS Sync" introduced="^2" deprecated="^3" class="placeholder"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
193 |
<!-- <unit bldFile="upnpharvester/cdssync/common"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
194 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
195 |
<component name="mdhserver" filter="s60" long-name="Metadata Harvester Server" introduced="^2" deprecated="^3" class="placeholder"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
196 |
<!--<unit bldFile="upnpharvester/mdhserver/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
197 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
198 |
<component name="upnpharvester_build" filter="s60" long-name="UPnP Harvester Build" introduced="^2" deprecated="^3" class="placeholder"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
199 |
<!-- could just make the whole collection one component and move down a dir. Or move the exports here into the other component --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
200 |
<!--<unit bldFile="upnpharvester/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
201 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
202 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
203 |
<collection name="homesync" long-name="Home Sync" level="plugin"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
204 |
<component name="contentmanager" filter="s60" long-name="Content Manager" introduced="^2" deprecated="^3" class="placeholder"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
205 |
<!-- <unit bldFile="homesync/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
206 |
<!-- move bld.inf into contentmanager dir --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
207 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
208 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
209 |
<collection name="homemedia" long-name="Home Media" level="framework"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
210 |
<!-- collection is really just a component. Move down a directory --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
211 |
<component name="homemedia_build" filter="s60" long-name="Home Media" introduced="^2" deprecated="^3" class="placeholder"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
212 |
<!-- <unit bldFile="homemedia/group"/> --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
213 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
214 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
215 |
<collection name="dlnasrv_info" long-name="DLNA Services Info" level="plugin"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
216 |
<component name="dlnasrv_plat" filter="s60" long-name="DLNA Services Platform Interfaces" class="api"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
217 |
<unit bldFile="/sf/mw/dlnasrv/dlnasrv_plat/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
218 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
219 |
<component name="dlnasrv_build" filter="s60" long-name="DLNA Services Build"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
220 |
<!-- need to #include upnpplatformvar.hrh from each #included bld.inf, then this can be removed --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
221 |
<unit bldFile="/sf/mw/dlnasrv/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
222 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
223 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
224 |
</block> |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
225 |
</layer> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
226 |
</systemModel> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
30
diff
changeset
|
227 |
</SystemDefinition> |