author | Dario Sestito <darios@symbian.org> |
Wed, 27 Oct 2010 14:34:16 +0100 | |
changeset 477 | 63655bb55cf3 |
parent 447 | ab35549ca79a |
permissions | -rw-r--r-- |
447
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
name CDATA #REQUIRED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
<!ATTLIST layer |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
name CDATA #REQUIRED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
13 |
span CDATA #IMPLIED> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
<!ATTLIST block |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
span CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
name CDATA #REQUIRED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
22 |
<!ATTLIST subblock |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
name CDATA #REQUIRED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
26 |
<!ATTLIST collection |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
27 |
name CDATA #REQUIRED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
31 |
<!ATTLIST component |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
32 |
name CDATA #REQUIRED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
36 |
contract CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
37 |
plugin (Y|N) 'N' |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
38 |
filter CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
40 |
supports CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
43 |
<!ATTLIST unit |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
45 |
filter CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
47 |
root CDATA #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
52 |
]> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
53 |
<SystemDefinition name="Symbian^4" schema="2.0.1"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
55 |
<layer name="app" long-name="Applications" levels="services apps"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
56 |
<block name="videotelephony" level="apps" levels="engine plugin prot ui" long-name="Video Telephony Apps"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
57 |
<collection name="videotelephony_plat" long-name="VT Apps Platform Interfaces" level="ui"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
58 |
<component name="video_telephony_media_configuration_api" long-name="Video Telephony Media Configuration API" filter="s60" purpose="optional" class="api"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
59 |
<unit bldFile="/sf/app/videotelephony/videotelephony_plat/video_telephony_media_configuration_api/group"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
60 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
61 |
</collection> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
62 |
<collection name="vtengines" long-name="Video Telephony Engines" level="engine"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
63 |
<component name="videoteleng" long-name="Video Telephony Engine" filter="s60" purpose="optional"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
64 |
<unit bldFile="/sf/app/videotelephony/vtengines/videoteleng/Group"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
65 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
66 |
<component name="vtmediatorplugin" long-name="VT Mediator Plugin" filter="s60" purpose="optional" plugin="Y"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
67 |
<unit bldFile="/sf/app/videotelephony/vtengines/vtmediatorplugin/group"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
68 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
69 |
</collection> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
70 |
<collection name="vtuis" long-name="Video Telephony UIs" level="ui"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
71 |
<component name="lcvtplugin" long-name="Video Telephony Plugin" filter="s60" purpose="optional" plugin="Y"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
72 |
<unit bldFile="/sf/app/videotelephony/vtuis/lcvtplugin/group"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
73 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
74 |
<component name="lcvtapp" long-name="Video Telephony Application" introduced="^4" filter="s60" purpose="optional"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
75 |
<unit bldFile="/sf/app/videotelephony/vtuis/lcvtapp" proFile="lcvtapp.pro"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
76 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
77 |
<component name="lcvtindicatorplugin" long-name="Video Telephony Indicator Plugin" introduced="^4" filter="s60" purpose="optional" plugin="Y"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
78 |
<unit bldFile="/sf/app/videotelephony/vtuis/lcvtindicatorplugin" proFile="lcvtindicatorplugin.pro"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
79 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
80 |
<component name="lcvtindicatorcontroller" long-name="Video Telephony Indicator Controller" introduced="^4" filter="s60" purpose="optional"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
81 |
<unit bldFile="/sf/app/videotelephony/vtuis/lcvtindicatorcontroller" proFile="lcvtindicatorcontroller.pro"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
82 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
83 |
</collection> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
84 |
<collection name="vtprotocolplugins" long-name="VT Protocol Plugins" level="plugin"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
85 |
<component name="displaysink" long-name="Display Sink" introduced="^2" filter="s60" purpose="optional"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
86 |
<unit bldFile="/sf/app/videotelephony/vtprotocolplugins/DisplaySink/group"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
87 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
88 |
<component name="videosource" long-name="Video Source" introduced="^2" filter="s60" purpose="optional"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
89 |
<unit bldFile="/sf/app/videotelephony/vtprotocolplugins/VideoSource/group"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
90 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
91 |
</collection> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
92 |
<collection name="vtprotocolsstub" long-name="VT Protocols Stub" level="prot"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
93 |
<!-- this collection is really a component, move down a directory --> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
94 |
<component name="videotelproto" long-name="Video Telephony Protocol" filter="s60" purpose="optional"> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
95 |
<unit bldFile="/sf/app/videotelephony/vtprotocolsstub/group"/> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
96 |
</component> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
97 |
</collection> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
98 |
</block> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
99 |
</layer> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
100 |
</systemModel> |
ab35549ca79a
Update package models from latest system model (platform@0e7027db5b57)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
101 |
</SystemDefinition> |