587
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<SystemDefinition schema="3.0.0" id-namespace="http://www.symbian.org/system-definition" xmlns:qt="http://www.nokia.com/qt">
|
|
3 |
<systemModel name="sf_">
|
|
4 |
<layer id="app" name="app">
|
|
5 |
<package id="helloworldcons" name="helloworldcons" levels="demo">
|
|
6 |
<collection id="helloworldcons_apps" name="helloworldcons_apps" level="demo">
|
|
7 |
<component id="helloworldcons_app" name="helloworldcons app" purpose="development">
|
|
8 |
<unit bldFile="sf/app/helloworldcons/group" mrp="sf/app/helloworldcons/" qt:proFile="helloworld.pro" />
|
|
9 |
</component>
|
|
10 |
</collection>
|
|
11 |
</package>
|
|
12 |
</layer>
|
|
13 |
<layer id="mw" name="mw">
|
|
14 |
<package id="helloworldapi" name="helloworldapi" levels="demo">
|
|
15 |
<collection id="helloworld_apis" name="helloworlds APIs" level="demo">
|
|
16 |
<component id="helloworld_api" name="Hello World API" purpose="development">
|
|
17 |
<unit bldFile="sf/mw/helloworldapi/group" mrp="sf/mw/helloworldapi/" qt:proFile="helloworldapi.pro" qt:qmakeArgs="-nomoc" />
|
|
18 |
</component>
|
|
19 |
</collection>
|
|
20 |
</package>
|
|
21 |
</layer>
|
|
22 |
</systemModel>
|
|
23 |
</SystemDefinition>
|