18
|
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 |
<unit bldFile="browserplugins/browsersysteminfoplugin/group"/>
|
|
18 |
</component>
|
|
19 |
<component id="browsergpsplugin" filter="s60" name="Browser GPS Plugin" class="plugin">
|
|
20 |
<unit bldFile="browserplugins/browsergpsplugin/group"/>
|
|
21 |
</component>
|
|
22 |
<component id="browseraudiovideoplugin" filter="s60" name="Browser Audio Video Plugin" class="plugin">
|
|
23 |
<unit bldFile="browserplugins/browseraudiovideoplugin/group"/>
|
|
24 |
</component>
|
|
25 |
<component id="browserplugins_build" filter="s60" name="Browser Plugins Build">
|
|
26 |
<!-- can the #ifdef in this be handled elsewhere? -->
|
|
27 |
<unit bldFile="browserplugins/group"/>
|
|
28 |
</component>
|
|
29 |
</collection>
|
|
30 |
<collection id="pushmtm" name="Push MTM" level="plugin">
|
|
31 |
<component id="pushmtm_help" filter="s60" name="Push MTM Help">
|
|
32 |
<unit bldFile="pushmtm/help/group"/>
|
|
33 |
</component>
|
|
34 |
<component id="plugins" filter="s60" name="Push MTM Plugins" class="plugin">
|
|
35 |
<unit bldFile="pushmtm/plugins/group"/>
|
|
36 |
</component>
|
|
37 |
<component id="pushmtm_build" filter="s60" name="Push MTM Build">
|
|
38 |
<!-- can this be distributed into the other components? -->
|
|
39 |
<unit bldFile="pushmtm/group"/>
|
|
40 |
</component>
|
|
41 |
</collection>
|
|
42 |
</package>
|
|
43 |
</SystemDefinition>
|