628
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!--
|
|
3 |
============================================================================
|
|
4 |
Name : sysdef3.xml
|
|
5 |
Part of : Helium
|
|
6 |
|
|
7 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
8 |
All rights reserved.
|
|
9 |
This component and the accompanying materials are made available
|
|
10 |
under the terms of the License "Eclipse Public License v1.0"
|
|
11 |
which accompanies this distribution, and is available
|
|
12 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
13 |
|
|
14 |
Initial Contributors:
|
|
15 |
Nokia Corporation - initial contribution.
|
|
16 |
|
|
17 |
Contributors:
|
|
18 |
|
|
19 |
Description:
|
|
20 |
|
|
21 |
============================================================================
|
|
22 |
-->
|
|
23 |
<SystemDefinition schema="3.0.0" id-namespace="http://www.symbian.org/system-definition" xmlns:qt="http://www.nokia.com/qt">
|
|
24 |
<systemModel name="sf_">
|
|
25 |
<layer id="app" name="app">
|
|
26 |
<package id="helloworldcons" name="helloworldcons" levels="demo">
|
|
27 |
<collection id="helloworldcons_apps" name="helloworldcons_apps" level="demo">
|
|
28 |
<component id="helloworldcons_app" name="helloworldcons app" purpose="development">
|
|
29 |
<unit bldFile="/sf/app/helloworldcons/group" mrp="sf/app/helloworldcons/" qt:proFile="helloworld.pro" />
|
|
30 |
</component>
|
|
31 |
</collection>
|
|
32 |
</package>
|
|
33 |
</layer>
|
|
34 |
<layer id="mw" name="mw">
|
|
35 |
<package id="helloworldapi" name="helloworldapi" levels="demo">
|
|
36 |
<collection id="helloworld_apis" name="helloworlds APIs" level="demo">
|
|
37 |
<component id="helloworld_api" name="Hello World API" purpose="development">
|
|
38 |
<unit bldFile="/sf/mw/helloworldapi/group" mrp="sf/mw/helloworldapi/" qt:proFile="helloworldapi.pro" qt:qmakeArgs="-nomoc" />
|
|
39 |
</component>
|
|
40 |
</collection>
|
|
41 |
</package>
|
|
42 |
</layer>
|
|
43 |
</systemModel>
|
|
44 |
</SystemDefinition>
|