40
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
|
|
3 |
<package id="files" name="File Manager Apps" levels="support apps">
|
|
4 |
<collection id="filemanager" name="File Manager" level="apps">
|
|
5 |
<component id="filemanager_plat" name="File Manager Platform Interfaces" class="api" filter="s60" introduced="^4">
|
|
6 |
<unit base="filemanager/filemanager_plat"/>
|
|
7 |
</component>
|
|
8 |
<component id="fmbkupengine" filter="s60,bldfirst" name="File Manager Backup Engine" introduced="^4">
|
|
9 |
<unit bldFile="filemanager/src/fmbkupengine/group"/>
|
|
10 |
</component>
|
|
11 |
<component id="fmfiledialog" filter="s60,bldfirst" name="File Manager File Dialog" introduced="^4">
|
|
12 |
<unit bldFile="filemanager/src/fmfiledialog" qt:proFile="fmfiledialog.pro" qt:qmakeArgs="-r -config rom"/>
|
|
13 |
</component>
|
|
14 |
<component id="filemanager_rom" filter="s60" name="File Manager ROM" class="config" introduced="^4">
|
|
15 |
<unit bldFile="filemanager/rom"/>
|
|
16 |
</component>
|
|
17 |
<component id="fmbkupenginewrapper" filter="s60" name="File Manager Build" introduced="^4">
|
|
18 |
<unit bldFile="filemanager/src/fmbkupenginewrapper" qt:proFile="fmbkupenginewrapper.pro"/>
|
|
19 |
</component>
|
|
20 |
<component id="filemanager_src" filter="s60" name="File Manager Build" introduced="^4">
|
|
21 |
<unit bldFile="filemanager/src/filemanager" qt:proFile="filemanager.pro"/>
|
|
22 |
</component>
|
|
23 |
<component id="filemanager_tests" name="File Manager Tests" filter="s60,test,qt_unit_test">
|
|
24 |
<unit bldFile="filemanager/tsrc" qt:proFile="tsrc.pro"/>
|
|
25 |
</component>
|
|
26 |
</collection>
|
|
27 |
</package>
|
|
28 |
</SystemDefinition>
|
|
29 |
|