587
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE SystemDefinition [
|
|
3 |
<!ELEMENT SystemDefinition (systemModel?, build?)>
|
|
4 |
<!ATTLIST SystemDefinition
|
|
5 |
name CDATA #REQUIRED
|
|
6 |
schema CDATA #REQUIRED>
|
|
7 |
<!ELEMENT systemModel (layer+)>
|
|
8 |
<!ELEMENT layer (logicalset* | module*)*>
|
|
9 |
<!ATTLIST layer
|
|
10 |
name CDATA #REQUIRED
|
|
11 |
levels CDATA #IMPLIED
|
|
12 |
span CDATA #IMPLIED>
|
|
13 |
<!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
|
|
14 |
<!ATTLIST logicalset name CDATA #REQUIRED>
|
|
15 |
<!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
|
|
16 |
<!ATTLIST logicalsubset name CDATA #REQUIRED>
|
|
17 |
<!ELEMENT module (component* | unit* | package* | prebuilt*)*>
|
|
18 |
<!ATTLIST module
|
|
19 |
name CDATA #REQUIRED
|
|
20 |
level CDATA #IMPLIED>
|
|
21 |
<!ELEMENT component (unit* | package* | prebuilt*)*>
|
|
22 |
<!ATTLIST component name CDATA #REQUIRED>
|
|
23 |
<!ELEMENT unit EMPTY>
|
|
24 |
<!ATTLIST unit
|
|
25 |
unitID ID #REQUIRED
|
|
26 |
name CDATA #REQUIRED
|
|
27 |
mrp CDATA #REQUIRED
|
|
28 |
filter CDATA #IMPLIED
|
|
29 |
bldFile CDATA #REQUIRED
|
|
30 |
priority CDATA #IMPLIED
|
|
31 |
contract CDATA #IMPLIED
|
|
32 |
proFile CDATA #IMPLIED
|
|
33 |
qmakeArgs CDATA #IMPLIED>
|
|
34 |
<!ELEMENT package EMPTY>
|
|
35 |
<!ATTLIST package
|
|
36 |
name CDATA #REQUIRED
|
|
37 |
mrp CDATA #REQUIRED
|
|
38 |
filter CDATA #IMPLIED
|
|
39 |
contract CDATA #IMPLIED>
|
|
40 |
<!ELEMENT prebuilt EMPTY>
|
|
41 |
<!ATTLIST prebuilt
|
|
42 |
name CDATA #REQUIRED
|
|
43 |
version CDATA #REQUIRED
|
|
44 |
late (Y|N) #IMPLIED
|
|
45 |
filter CDATA #IMPLIED
|
|
46 |
contract CDATA #IMPLIED>
|
|
47 |
<!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
|
|
48 |
<!ELEMENT unitList (unitRef+)>
|
|
49 |
<!ATTLIST unitList
|
|
50 |
name ID #REQUIRED
|
|
51 |
description CDATA #REQUIRED>
|
|
52 |
<!ELEMENT unitRef EMPTY>
|
|
53 |
<!ATTLIST unitRef unit IDREF #REQUIRED>
|
|
54 |
<!ELEMENT targetList EMPTY>
|
|
55 |
<!ATTLIST targetList
|
|
56 |
name ID #REQUIRED
|
|
57 |
description CDATA #REQUIRED
|
|
58 |
target IDREFS #REQUIRED>
|
|
59 |
<!ELEMENT target EMPTY>
|
|
60 |
<!ATTLIST target
|
|
61 |
name ID #REQUIRED
|
|
62 |
abldTarget CDATA #REQUIRED
|
|
63 |
description CDATA #REQUIRED>
|
|
64 |
<!ELEMENT option EMPTY>
|
|
65 |
<!ATTLIST option
|
|
66 |
name ID #REQUIRED
|
|
67 |
abldOption CDATA #REQUIRED
|
|
68 |
description CDATA #REQUIRED
|
|
69 |
enable (Y | N | y | n) #REQUIRED>
|
|
70 |
<!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
|
|
71 |
<!ATTLIST configuration
|
|
72 |
name ID #REQUIRED
|
|
73 |
description CDATA #REQUIRED
|
|
74 |
filter CDATA #REQUIRED>
|
|
75 |
<!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
|
|
76 |
<!ELEMENT unitListRef EMPTY>
|
|
77 |
<!ATTLIST unitListRef unitList IDREF #REQUIRED>
|
|
78 |
<!ELEMENT layerRef EMPTY>
|
|
79 |
<!ATTLIST layerRef layerName CDATA #REQUIRED>
|
|
80 |
<!ELEMENT buildLayer EMPTY>
|
|
81 |
<!ATTLIST buildLayer
|
|
82 |
command CDATA #REQUIRED
|
|
83 |
targetList IDREFS #IMPLIED
|
|
84 |
unitParallel (Y | N | y | n) #REQUIRED
|
|
85 |
targetParallel (Y | N | y | n) #IMPLIED>
|
|
86 |
<!ELEMENT specialInstructions EMPTY>
|
|
87 |
<!ATTLIST specialInstructions
|
|
88 |
name CDATA #REQUIRED
|
|
89 |
cwd CDATA #REQUIRED
|
|
90 |
command CDATA #REQUIRED>
|
|
91 |
]>
|
|
92 |
<!--
|
|
93 |
============================================================================
|
|
94 |
Name : sysdef_dtd_1_5_1.xml
|
|
95 |
Part of : Helium
|
|
96 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
97 |
All rights reserved.
|
|
98 |
This component and the accompanying materials are made available
|
|
99 |
under the terms of the License "Eclipse Public License v1.0"
|
|
100 |
which accompanies this distribution, and is available
|
|
101 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
102 |
Initial Contributors:
|
|
103 |
Nokia Corporation - initial contribution.
|
|
104 |
Contributors:
|
|
105 |
Description:
|
|
106 |
============================================================================
|
|
107 |
-->
|
|
108 |
<SystemDefinition name="sysdef_dtd_1_5_1_xml + helloworldapi + helloworldcons + helium_minibuild_compile" schema="1.5.1"><systemModel>
|
|
109 |
<layer name="mw_layer">
|
|
110 |
<module name="helloworldapi_module">
|
|
111 |
<unit unitID="minibuild.helloworldapi" mrp="" bldFile="\sf\mw\HelloWorldAPI\group" name="minibuild.helloworldapi" proFile="helloworldapi.pro" qmakeArgs="-nomoc"/>
|
|
112 |
</module>
|
|
113 |
</layer>
|
|
114 |
<layer name="app_layer">
|
|
115 |
<module name="helloworldcons_module">
|
|
116 |
<unit unitID="minibuild.helloworldcons" mrp="" bldFile="\sf\app\HelloWorldCons\group" name="minibuild.helloworldcons" proFile="helloworld.pro"/>
|
|
117 |
</module>
|
|
118 |
</layer>
|
|
119 |
<layer name="osext_layer"/></systemModel>
|
|
120 |
<build>
|
|
121 |
<option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
|
|
122 |
<!-- <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/> -->
|
|
123 |
<target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
|
|
124 |
<target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
|
|
125 |
<target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
|
|
126 |
<target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
|
|
127 |
<target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
|
|
128 |
<target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
|
|
129 |
<target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
|
|
130 |
<target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
|
|
131 |
<target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
|
|
132 |
<target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
|
|
133 |
<target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
|
|
134 |
<!-- Aditional Targets -->
|
|
135 |
<target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
|
|
136 |
<target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
|
|
137 |
<targetList name="default" description="Main Targets" target="WINSCW ARMV5"/>
|
|
138 |
<targetList name="default_winscw" description="Main Targets" target="WINSCW"/>
|
|
139 |
<targetList name="default_armv5" description="Main Targets" target="ARMV5"/>
|
|
140 |
<targetList name="default_rel" description="Main Targets for rel" target="WINSCW_REL ARMV5_REL"/>
|
|
141 |
<targetList name="default_deb" description="Main Targets for deb" target="WINSCW_DEB ARMV5_DEB"/>
|
|
142 |
<targetList name="default_tools" description="tools Targets" target="TOOLS"/>
|
|
143 |
<targetList name="tools" description="tools Targets" target="TOOLS"/>
|
|
144 |
<targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
|
|
145 |
<targetList name="cwtools" description="cwtools Targets" target="CWTOOLS"/>
|
|
146 |
<targetList name="cwtools_rel" description="cwtools Release Targets" target="CWTOOLS_REL"/>
|
|
147 |
<configuration name="helium_minibuild_ido" description="" filter="raptor_helium_minibuild_ido">
|
|
148 |
<layerRef layerName="mw_layer"/>
|
|
149 |
<layerRef layerName="app_layer"/>
|
|
150 |
<layerRef layerName="osext_layer"/>
|
|
151 |
<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
|
|
152 |
<task><buildLayer command="abld export" unitParallel="Y"/></task>
|
|
153 |
<task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="Y"/></task>
|
|
154 |
<task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
|
|
155 |
<task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
|
|
156 |
<task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
|
|
157 |
<task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
|
|
158 |
<task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="Y"/></task>
|
|
159 |
<task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
|
|
160 |
<task><buildLayer command="abld resource" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
|
|
161 |
<task><buildLayer command="abld library" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
|
|
162 |
<task><buildLayer command="abld target" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
|
|
163 |
<task><buildLayer command="abld final" targetList="default_armv5" unitParallel="N" targetParallel="N"/></task>
|
|
164 |
<task><buildLayer command="abld -what build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
|
|
165 |
<task><buildLayer command="abld -check build" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
|
|
166 |
</configuration>
|
|
167 |
<configuration name="helium_minibuild_ido_clean" description="" filter="raptor_helium_minibuild_ido_clean">
|
|
168 |
<layerRef layerName="mw_layer"/>
|
|
169 |
<layerRef layerName="app_layer"/>
|
|
170 |
<layerRef layerName="osext_layer"/>
|
|
171 |
<task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
|
|
172 |
<task><buildLayer command="abld makefile" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
|
|
173 |
<task><buildLayer command="abld reallyclean" targetList="default_armv5" unitParallel="Y" targetParallel="Y"/></task>
|
|
174 |
<task><buildLayer command="bldmake clean" unitParallel="Y"/></task>
|
|
175 |
</configuration>
|
|
176 |
</build></SystemDefinition> |