|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <SystemDefinition schema="3.0.0"> |
|
3 <package id="webuis" name="Web UIs" levels="plugin app"> |
|
4 <collection id="browserui" name="Browser UI" level="app"> |
|
5 <component id="browser" filter="s60" name="Browser"> |
|
6 <unit bldFile="browserui/browser/group"/> |
|
7 </component> |
|
8 <component id="operatormenu" filter="s60" name="Browser Operator Menu"> |
|
9 <unit bldFile="browserui/operatormenu/group"/> |
|
10 </component> |
|
11 <component id="videoservices" filter="s60" name="Browser Video Services"> |
|
12 <unit bldFile="browserui/videoservices/group"/> |
|
13 </component> |
|
14 </collection> |
|
15 <collection id="browserplugins" name="Browser Plugins" level="plugin"> |
|
16 <component id="browsersysteminfoplugin" filter="s60" name="Browser System Info Plugin" class="plugin"> |
|
17 <meta rel="config"> |
|
18 <defined condition="__WEB_WIDGETS"/> |
|
19 </meta> |
|
20 <unit bldFile="browserplugins/browsersysteminfoplugin/group"/> |
|
21 </component> |
|
22 <component id="browsergpsplugin" filter="s60" name="Browser GPS Plugin" class="plugin"> |
|
23 <meta rel="config"> |
|
24 <defined condition="__WEB_WIDGETS"/> |
|
25 <not-defined condition="__WEB_WIDGETS"/> |
|
26 </meta> |
|
27 <unit bldFile="browserplugins/browsergpsplugin/group"/> |
|
28 </component> |
|
29 <component id="browseraudiovideoplugin" filter="s60" name="Browser Audio Video Plugin" class="plugin"> |
|
30 <unit bldFile="browserplugins/browseraudiovideoplugin/group"/> |
|
31 </component> |
|
32 <!-- <component id="browserplugins_build" filter="s60" name="Browser Plugins Build">--> |
|
33 <!-- can the #ifdef in this be handled elsewhere? --> |
|
34 <!-- <unit bldFile="browserplugins/group"/> |
|
35 </component>--> |
|
36 </collection> |
|
37 <collection id="pushmtm" name="Push MTM" level="plugin"> |
|
38 <component id="pushmtm_help" filter="s60" name="Push MTM Help"> |
|
39 <unit bldFile="pushmtm/help/group"/> |
|
40 </component> |
|
41 <component id="plugins" filter="s60" name="Push MTM Plugins" class="plugin"> |
|
42 <unit bldFile="pushmtm/plugins/group"/> |
|
43 </component> |
|
44 <component id="pushmtm_build" filter="s60" name="Push MTM Build"> |
|
45 <!-- Some content is at collection level and some is at comopnent level. Either make this a single |
|
46 component and move it down a diretcory, or make separate independent components in this collection --> |
|
47 <unit bldFile="pushmtm/group"/> |
|
48 </component> |
|
49 </collection> |
|
50 </package> |
|
51 </SystemDefinition> |