34
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
|
|
3 |
<package id="hb" name="Orbit" levels="engine test api">
|
|
4 |
<collection id="platforms_symbian" name="Orbit Symbian Platform Configuration" level="engine">
|
|
5 |
<component id="hbconfig" name="Orbit Config" introduced="^4" filter="s60,qt_tools">
|
|
6 |
<!-- need to check filter is correct -->
|
|
7 |
<unit bldFile="src/platforms/symbian/configurations"/>
|
|
8 |
</component>
|
|
9 |
<component id="hbinstall" name="Orbit Install" introduced="^4" filter="s60">
|
|
10 |
<unit bldFile="src/platforms/symbian/installs"/>
|
|
11 |
</component>
|
|
12 |
</collection>
|
|
13 |
<collection id="hb_info" name="Orbit Info" level="api">
|
|
14 |
<component id="hb_build" name="Orbit Build" introduced="^4" filter="s60">
|
|
15 |
<!-- should break this down into actual components -->
|
|
16 |
<unit bldFile="." qt:proFile="hb.pro"/>
|
|
17 |
</component>
|
|
18 |
</collection>
|
|
19 |
</package>
|
|
20 |
</SystemDefinition>
|