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