deprecated/buildtools/buildsystemtools/System_Build.xml
author marvin shi <marvin.shi@nokia.com>
Wed, 17 Nov 2010 16:47:55 +0800
changeset 696 30aa553e9465
parent 655 3f65fd25dfd4
permissions -rw-r--r--
features: bsym for rofsbuild and log input support for rombuild
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
655
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     2
<!DOCTYPE SystemBuild [
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     3
 <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     4
<!ATTLIST SystemBuild
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     5
  schema CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     6
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     7
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     8
<!ELEMENT list (ref+)>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
     9
<!-- e.g. common, beech, cedar, etc -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    10
<!ATTLIST list
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    11
  name ID #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    12
  description CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    13
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    14
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    15
<!ELEMENT ref EMPTY>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    16
<!-- Reference to a named entity in System Model -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    17
<!ATTLIST ref
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    18
  item CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    19
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    20
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    21
<!ELEMENT targetList EMPTY>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    22
<!-- e.g. DEFAULT_7.0S, TOOLS_7.0S, etc -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    23
<!ATTLIST targetList
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    24
  name ID #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    25
  description CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    26
  target IDREFS #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    27
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    28
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    29
<!ELEMENT target EMPTY>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    30
<!-- e.g. WINS, WINSCW, ARM4, etc -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    31
<!ATTLIST target
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    32
  name ID #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    33
  abldTarget CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    34
  description CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    35
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    36
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    37
<!ELEMENT option EMPTY>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    38
<!-- e.g. Keepgoing, SaveSpace, etc -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    39
<!ATTLIST option
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    40
  name ID #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    41
  abldOption CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    42
  description CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    43
  enable (Y | N ) #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    44
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    45
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    46
<!ELEMENT configuration (listRef+ | ref+ | task+)*>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    47
<!-- 7.0s, 8.0a, 8.0b, cuskit, etc -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    48
<!ATTLIST configuration
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    49
  name ID #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    50
  description CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    51
  filter CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    52
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    53
<!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    54
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    55
<!ELEMENT listRef EMPTY>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    56
<!-- Reference to unitList -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    57
<!ATTLIST listRef
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    58
  list CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    59
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    60
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    61
<!ELEMENT buildLayer EMPTY>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    62
<!-- bldmake, abld export, etc -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    63
<!ATTLIST buildLayer
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    64
  command CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    65
  targetList IDREFS #IMPLIED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    66
  unitParallel (Y | N ) #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    67
  targetParallel (Y | N ) "N"
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    68
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    69
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    70
<!ELEMENT specialInstructions EMPTY>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    71
<!-- BootStrap -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    72
<!ATTLIST specialInstructions
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    73
  name CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    74
  cwd CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    75
  root CDATA #IMPLIED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    76
  command CDATA #REQUIRED
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    77
>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    78
]>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    79
<SystemBuild schema="1.0.0">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    80
  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    81
  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    82
  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    83
  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    84
  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    85
  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    86
  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    87
  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    88
  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    89
  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    90
  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    91
  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    92
  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    93
  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    94
  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    95
  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    96
  <target name="ARMV7" abldTarget="armv7" description="RVCT Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    97
  <target name="ARMV7_REL" abldTarget="armv7 urel" description="RVCT Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    98
  <target name="ARMV7_DEB" abldTarget="armv7 udeb" description="RVCT Compiler"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
    99
  <target name="ARMV5SMP" abldTarget="armv5smp" description="RVCT Compiler for SMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   100
  <target name="ARMV5SMP_REL" abldTarget="armv5smp urel" description="RVCT Compiler for SMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   101
  <target name="ARMV5SMP_DEB" abldTarget="armv5smp udeb" description="RVCT Compiler for SMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   102
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   103
  <!-- Aditional Targets -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   104
  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   105
  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   106
  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   107
  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   108
  
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   109
  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   110
  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   111
  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   112
  <targetList name="tools" description="tools Targets" target="TOOLS"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   113
  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   114
  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   115
  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   116
  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   117
  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   118
  <targetList name="armv5smp" description="Separate ARMV5 SMP target" target="ARMV5SMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   119
  <targetList name="armv5smp_rel" description="Separate ARMV5 SMP release target" target="ARMV5SMP_REL"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   120
  <targetList name="armv5smp_deb" description="Separate ARMV5 SMP debug target" target="ARMV5SMP_DEB"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   121
  <targetList name="default_9.0_armv7" description="Main targets and ARMV7 target" target="WINSCW ARMV5 ARMV7"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   122
  <targetList name="default_9.0_rel_armv7" description="Main targets and ARMV7 release target" target="WINSCW_REL ARMV5_REL ARMV7_REL"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   123
  <targetList name="default_9.0_deb_armv7" description="Main targets and ARMV7 debug target" target="WINSCW_DEB ARMV5_DEB ARMV7_DEB"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   124
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   125
  
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   126
  <list name="SYSTEMTEST_LIST" description="System Test Code">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   127
    <ref item="n:integtestltsy"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   128
    <ref item="n:systemtestos"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   129
  </list>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   130
  <list name="SYSTEMTEST_LIST_INTEGTESTSMP" description="System Test Code">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   131
    <ref item="n:integtestsmp"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   132
  </list>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   133
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   134
    <!-- 9.5 configuration -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   135
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   136
  <configuration name="Custkit_9.5" description="9.5 Custkit build" filter="9.5,custkit">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   137
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   138
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   139
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   140
    <task><specialInstructions name="BootStrap1" cwd="cedar/generic/tools/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   141
    <task><specialInstructions name="BootStrap2" cwd="cedar/generic/tools/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   142
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   143
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   144
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   145
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   146
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   147
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   148
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   149
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   150
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   151
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   152
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   153
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   154
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   155
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   156
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   157
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   158
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   159
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   160
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   161
    <task><buildLayer command="abld -what build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   162
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   163
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   164
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   165
  <configuration name="GT_9.5" description="9.5 GT build" filter="9.5,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   166
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   167
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   168
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   169
    <task><specialInstructions name="BootStrap1" cwd="cedar/generic/tools/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   170
    <task><specialInstructions name="BootStrap2" cwd="cedar/generic/tools/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   171
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   172
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   173
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   174
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   175
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   176
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   177
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   178
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   179
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   180
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   181
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   182
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   183
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   184
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   185
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   186
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   187
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   188
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   189
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   190
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   191
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   192
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   193
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   194
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   195
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   196
    
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   197
  <configuration name="GT_9.5_ARMV5SMP" description="9.5 ARMV5SMP build" filter="9.5,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   198
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   199
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   200
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   201
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   202
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   203
    <task><buildLayer command="abld makefile" targetList="armv5smp" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   204
    <task><buildLayer command="abld resource" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   205
    <task><buildLayer command="abld library" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   206
    <task><buildLayer command="abld target" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   207
    <task><buildLayer command="abld final" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   208
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   209
    <task><buildLayer command="abld -what target" targetList="armv5smp_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   210
    <task><buildLayer command="abld -what target" targetList="armv5smp_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   211
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   212
    <task><buildLayer command="abld -check build" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   213
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   214
  <configuration name="TV_9.5" description="9.5 Techview build" filter="9.5,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   215
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   216
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   217
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   218
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   219
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   220
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   221
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   222
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   223
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   224
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   225
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   226
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   227
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   228
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   229
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   230
  <configuration name="SystemTest_9.5" description="9.5 System Test build" filter="9.5,systemtest">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   231
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   232
    <task><specialInstructions name="Copy Systemtest Configuration" cwd="common/generic/SystemTest/Symbian/Group" command="copy 9.5\configuration.cfg %CleanSourceDir%\common\generic\SystemTest\Symbian\Group\"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   233
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   234
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   235
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   236
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   237
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   238
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   239
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   240
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   241
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   242
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   243
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   244
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   245
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   246
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   247
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   248
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   249
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   250
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   251
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   252
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   253
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   254
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   255
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   256
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   257
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   258
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   259
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   260
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   261
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   262
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   263
  <configuration name="GCCXML_9.5" description="9.5 GCCXML build" filter="9.5,gt,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   264
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   265
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   266
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   267
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   268
    <task><buildLayer command="abld makefile" targetList="gccxml" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   269
    <task><buildLayer command="abld resource" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   270
    <task><buildLayer command="abld library" targetList="gccxml" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   271
    <task><buildLayer command="abld target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   272
    <task><buildLayer command="abld final" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   273
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   274
    <task><buildLayer command="abld -what target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   275
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   276
    <task><buildLayer command="abld -check build" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   277
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   278
 
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   279
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   280
    <!-- 9.6 configuration -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   281
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   282
  <configuration name="Custkit_9.6" description="9.6 Custkit build" filter="9.6,custkit">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   283
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   284
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   285
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   286
    <task><specialInstructions name="BootStrap1" cwd="cedar/generic/tools/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   287
    <task><specialInstructions name="BootStrap2" cwd="cedar/generic/tools/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   288
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   289
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   290
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   291
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   292
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   293
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   294
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   295
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   296
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   297
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   298
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   299
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   300
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   301
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   302
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   303
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   304
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   305
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   306
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   307
    <task><buildLayer command="abld -what build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   308
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   309
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   310
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   311
  <configuration name="GT_9.6_ARMV5SMP" description="9.6 ARMV5SMP build" filter="9.6,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   312
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   313
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   314
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   315
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   316
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   317
    <task><buildLayer command="abld makefile" targetList="armv5smp" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   318
    <task><buildLayer command="abld resource" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   319
    <task><buildLayer command="abld library" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   320
    <task><buildLayer command="abld target" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   321
    <task><buildLayer command="abld final" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   322
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   323
    <task><buildLayer command="abld -what target" targetList="armv5smp_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   324
    <task><buildLayer command="abld -what target" targetList="armv5smp_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   325
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   326
    <task><buildLayer command="abld -check build" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   327
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   328
  
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   329
  <configuration name="GT_9.6" description="9.6 GT build" filter="9.6,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   330
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   331
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   332
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   333
    <task><specialInstructions name="BootStrap1" cwd="cedar/generic/tools/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   334
    <task><specialInstructions name="BootStrap2" cwd="cedar/generic/tools/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   335
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   336
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   337
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   338
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   339
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   340
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   341
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   342
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   343
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   344
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   345
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   346
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   347
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   348
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   349
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   350
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   351
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   352
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   353
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   354
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   355
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   356
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   357
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   358
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   359
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   360
    
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   361
  <configuration name="TV_9.6" description="9.6 Techview build" filter="9.6,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   362
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   363
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   364
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   365
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   366
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   367
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   368
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   369
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   370
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   371
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   372
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   373
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   374
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   375
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   376
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   377
  <configuration name="SystemTest_9.6" description="9.6 System Test build" filter="9.6,systemtest">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   378
    <task><specialInstructions name="Copy Systemtest Configuration" cwd="common/generic/SystemTest/Symbian/Group" command="copy 9.6\configuration.cfg %CleanSourceDir%\common\generic\SystemTest\Symbian\Group\"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   379
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   380
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   381
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   382
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   383
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   384
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   385
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   386
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   387
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   388
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   389
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   390
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   391
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   392
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   393
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   394
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   395
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   396
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   397
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   398
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   399
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   400
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   401
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   402
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   403
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   404
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   405
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   406
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   407
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   408
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   409
  <configuration name="GCCXML_9.6" description="9.6 GCCXML build" filter="9.6,gt,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   410
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   411
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   412
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   413
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   414
    <task><buildLayer command="abld makefile" targetList="gccxml" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   415
    <task><buildLayer command="abld resource" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   416
    <task><buildLayer command="abld library" targetList="gccxml" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   417
    <task><buildLayer command="abld target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   418
    <task><buildLayer command="abld final" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   419
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   420
    <task><buildLayer command="abld -what target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   421
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   422
    <task><buildLayer command="abld -check build" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   423
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   424
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   425
  
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   426
  <!-- tb92 configuration -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   427
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   428
  <configuration name="Custkit_tb92" description="tb92 Custkit build" filter="tb92,custkit">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   429
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   430
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   431
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   432
    <task><specialInstructions name="BootStrap1" cwd="cedar/generic/tools/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   433
    <task><specialInstructions name="BootStrap2" cwd="cedar/generic/tools/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   434
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   435
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   436
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   437
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   438
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   439
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   440
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   441
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   442
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   443
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   444
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   445
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   446
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   447
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   448
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   449
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   450
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   451
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   452
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   453
    <task><buildLayer command="abld -what build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   454
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   455
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   456
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   457
  <configuration name="GT_tb92" description="tb92 GT build" filter="tb92,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   458
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   459
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   460
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   461
    <task><specialInstructions name="BootStrap1" cwd="cedar/generic/tools/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   462
    <task><specialInstructions name="BootStrap2" cwd="cedar/generic/tools/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   463
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   464
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   465
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   466
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   467
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   468
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   469
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   470
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   471
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   472
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   473
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   474
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   475
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   476
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   477
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   478
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   479
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   480
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   481
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   482
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   483
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   484
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   485
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   486
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   487
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   488
    
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   489
  <configuration name="GT_tb92_ARMV5SMP" description="tb92 ARMV5SMP build" filter="tb92,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   490
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   491
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   492
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   493
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   494
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   495
    <task><buildLayer command="abld makefile" targetList="armv5smp" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   496
    <task><buildLayer command="abld resource" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   497
    <task><buildLayer command="abld library" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   498
    <task><buildLayer command="abld target" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   499
    <task><buildLayer command="abld final" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   500
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   501
    <task><buildLayer command="abld -what target" targetList="armv5smp_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   502
    <task><buildLayer command="abld -what target" targetList="armv5smp_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   503
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   504
    <task><buildLayer command="abld -check build" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   505
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   506
  <configuration name="TV_tb92" description="tb92 Techview build" filter="tb92,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   507
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   508
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   509
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   510
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   511
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   512
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   513
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   514
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   515
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   516
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   517
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   518
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   519
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   520
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   521
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   522
  <configuration name="SystemTest_tb92" description="tb92 System Test build" filter="tb92,systemtest">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   523
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   524
    <task><specialInstructions name="Copy Systemtest Configuration" cwd="common/generic/SystemTest/Symbian/Group" command="copy tb92\configuration.cfg %CleanSourceDir%\common\generic\SystemTest\Symbian\Group\"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   525
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   526
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   527
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   528
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   529
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   530
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   531
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   532
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   533
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   534
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   535
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   536
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   537
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   538
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   539
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   540
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   541
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   542
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   543
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   544
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   545
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   546
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   547
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   548
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   549
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   550
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   551
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   552
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   553
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   554
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   555
  <configuration name="GCCXML_tb92" description="tb92 GCCXML build" filter="tb92,gt,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   556
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   557
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   558
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   559
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   560
    <task><buildLayer command="abld makefile" targetList="gccxml" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   561
    <task><buildLayer command="abld resource" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   562
    <task><buildLayer command="abld library" targetList="gccxml" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   563
    <task><buildLayer command="abld target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   564
    <task><buildLayer command="abld final" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   565
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   566
    <task><buildLayer command="abld -what target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   567
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   568
    <task><buildLayer command="abld -check build" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   569
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   570
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   571
  <!-- tb92sf configuration -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   572
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   573
  <configuration name="Custkit_tb92sf" description="tb92sf Custkit build" filter="tb92sf,custkit">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   574
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   575
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   576
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   577
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   578
    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   579
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   580
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   581
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   582
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   583
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   584
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   585
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   586
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   587
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   588
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   589
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   590
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   591
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   592
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   593
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   594
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   595
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   596
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   597
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   598
    <task><buildLayer command="abld -what build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   599
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   600
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   601
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   602
  <configuration name="GT_tb92sf" description="tb92sf GT build" filter="tb92sf,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   603
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   604
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   605
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   606
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   607
    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   608
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   609
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   610
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   611
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   612
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   613
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   614
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   615
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   616
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   617
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   618
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   619
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   620
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   621
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   622
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   623
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   624
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   625
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   626
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   627
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   628
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   629
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   630
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   631
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   632
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   633
    
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   634
  <configuration name="GT_tb92sf_ARMV5SMP" description="tb92sf ARMV5SMP build" filter="tb92sf,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   635
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   636
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   637
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   638
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   639
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   640
    <task><buildLayer command="abld makefile" targetList="armv5smp" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   641
    <task><buildLayer command="abld resource" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   642
    <task><buildLayer command="abld library" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   643
    <task><buildLayer command="abld target" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   644
    <task><buildLayer command="abld final" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   645
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   646
    <task><buildLayer command="abld -what target" targetList="armv5smp_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   647
    <task><buildLayer command="abld -what target" targetList="armv5smp_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   648
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   649
    <task><buildLayer command="abld -check build" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   650
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   651
  <configuration name="TV_tb92sf" description="tb92sf Techview build" filter="tb92sf,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   652
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   653
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   654
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   655
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   656
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   657
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   658
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   659
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   660
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   661
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   662
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   663
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   664
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   665
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   666
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   667
  <configuration name="SystemTest_tb92sf" description="tb92sf System Test build" filter="tb92sf,systemtest">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   668
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   669
    <task><specialInstructions name="Copy Systemtest Configuration" cwd="app/techview/sysvalidation/systemtestos/Group" command="copy tb92sf\configuration.cfg %CleanSourceDir%\app\techview\sysvalidation\systemtestos\Group\"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   670
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   671
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   672
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   673
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   674
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   675
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   676
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   677
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   678
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   679
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   680
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   681
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   682
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   683
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   684
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   685
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   686
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   687
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   688
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   689
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   690
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   691
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   692
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   693
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   694
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   695
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   696
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   697
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   698
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   699
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   700
  <configuration name="GCCXML_tb92sf" description="tb92sf GCCXML build" filter="tb92sf,gt,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   701
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   702
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   703
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   704
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   705
    <task><buildLayer command="abld makefile" targetList="gccxml" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   706
    <task><buildLayer command="abld resource" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   707
    <task><buildLayer command="abld library" targetList="gccxml" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   708
    <task><buildLayer command="abld target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   709
    <task><buildLayer command="abld final" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   710
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   711
    <task><buildLayer command="abld -what target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   712
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   713
    <task><buildLayer command="abld -check build" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   714
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   715
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   716
<!-- tb101sf configuration -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   717
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   718
  <configuration name="Custkit_tb101sf" description="tb101sf Custkit build" filter="tb101sf,custkit">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   719
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   720
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   721
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   722
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   723
    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   724
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   725
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   726
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   727
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   728
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   729
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   730
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   731
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   732
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   733
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   734
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   735
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   736
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   737
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   738
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   739
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   740
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   741
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   742
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   743
    <task><buildLayer command="abld -what build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   744
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   745
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   746
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   747
  <configuration name="GT_tb101sf" description="tb101sf GT build" filter="tb101sf,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   748
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   749
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   750
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   751
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   752
    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   753
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   754
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   755
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   756
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   757
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   758
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   759
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   760
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   761
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   762
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   763
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   764
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   765
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   766
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   767
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   768
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   769
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   770
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   771
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   772
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   773
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   774
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   775
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   776
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   777
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   778
    
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   779
  <configuration name="GT_tb101sf_ARMV5SMP" description="tb101sf ARMV5SMP build" filter="tb101sf,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   780
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   781
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   782
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   783
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   784
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   785
    <task><buildLayer command="abld makefile" targetList="armv5smp" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   786
    <task><buildLayer command="abld resource" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   787
    <task><buildLayer command="abld library" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   788
    <task><buildLayer command="abld target" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   789
    <task><buildLayer command="abld final" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   790
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   791
    <task><buildLayer command="abld -what target" targetList="armv5smp_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   792
    <task><buildLayer command="abld -what target" targetList="armv5smp_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   793
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   794
    <task><buildLayer command="abld -check build" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   795
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   796
  <configuration name="TV_tb101sf" description="tb101sf Techview build" filter="tb101sf,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   797
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   798
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   799
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   800
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   801
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   802
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   803
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   804
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   805
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   806
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   807
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   808
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   809
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   810
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   811
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   812
  <configuration name="SystemTest_tb101sf" description="tb101sf System Test build" filter="tb101sf,systemtest">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   813
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   814
    <task><specialInstructions name="Copy Systemtest Configuration" cwd="app/techview/sysvalidation/systemtestos/Group" command="copy tb101sf\configuration.cfg %CleanSourceDir%\app\techview\sysvalidation\systemtestos\Group\"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   815
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   816
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   817
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   818
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   819
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   820
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   821
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   822
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   823
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   824
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   825
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   826
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   827
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   828
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   829
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   830
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   831
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   832
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   833
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   834
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   835
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   836
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   837
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   838
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   839
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   840
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   841
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   842
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   843
	    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   844
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   845
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   846
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   847
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   848
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   849
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   850
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   851
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   852
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   853
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   854
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   855
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   856
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   857
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   858
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   859
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   860
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   861
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   862
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   863
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   864
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   865
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   866
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   867
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   868
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   869
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   870
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   871
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   872
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   873
  <configuration name="GCCXML_tb101sf" description="tb101sf GCCXML build" filter="tb101sf,gt,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   874
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   875
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   876
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   877
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   878
    <task><buildLayer command="abld makefile" targetList="gccxml" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   879
    <task><buildLayer command="abld resource" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   880
    <task><buildLayer command="abld library" targetList="gccxml" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   881
    <task><buildLayer command="abld target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   882
    <task><buildLayer command="abld final" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   883
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   884
    <task><buildLayer command="abld -what target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   885
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   886
    <task><buildLayer command="abld -check build" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   887
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   888
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   889
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   890
<!-- Future configuration -->
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   891
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   892
  <configuration name="Custkit_Future" description="Future Custkit build" filter="Future,custkit">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   893
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   894
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   895
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   896
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   897
    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   898
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   899
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   900
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   901
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   902
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   903
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   904
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   905
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   906
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   907
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   908
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   909
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   910
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   911
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   912
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   913
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   914
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   915
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   916
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   917
    <task><buildLayer command="abld -what build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   918
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   919
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   920
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   921
  <configuration name="GT_Future" description="Future GT build" filter="Future,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   922
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   923
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   924
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   925
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   926
    <task><specialInstructions name="BootStrap2" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="bld.bat rel"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   927
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   928
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   929
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   930
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   931
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   932
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   933
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   934
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   935
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   936
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   937
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   938
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   939
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   940
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   941
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   942
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   943
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   944
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   945
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   946
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   947
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   948
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   949
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   950
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   951
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   952
    
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   953
  <configuration name="GT_Future_ARMV5SMP" description="Future ARMV5SMP build" filter="Future,gt">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   954
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   955
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   956
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   957
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   958
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   959
    <task><buildLayer command="abld makefile" targetList="armv5smp" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   960
    <task><buildLayer command="abld resource" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   961
    <task><buildLayer command="abld library" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   962
    <task><buildLayer command="abld target" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   963
    <task><buildLayer command="abld final" targetList="armv5smp" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   964
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   965
    <task><buildLayer command="abld -what target" targetList="armv5smp_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   966
    <task><buildLayer command="abld -what target" targetList="armv5smp_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   967
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   968
    <task><buildLayer command="abld -check build" targetList="armv5smp" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   969
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   970
  <configuration name="TV_Future" description="Future Techview build" filter="Future,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   971
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   972
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   973
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   974
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   975
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   976
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   977
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   978
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   979
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   980
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   981
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   982
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   983
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   984
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   985
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   986
  <configuration name="SystemTest_Future" description="Future System Test build" filter="Future,systemtest">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   987
    <ref item="techview"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   988
    <task><specialInstructions name="Copy Systemtest Configuration" cwd="app/techview/sysvalidation/systemtestos/Group" command="copy future\configuration.cfg %CleanSourceDir%\app\techview\sysvalidation\systemtestos\Group\"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   989
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   990
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   991
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   992
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   993
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   994
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   995
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   996
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   997
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   998
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
   999
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1000
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1001
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1002
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1003
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1004
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1005
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1006
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1007
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1008
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1009
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1010
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1011
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1012
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1013
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1014
      <listRef list="SYSTEMTEST_LIST"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1015
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1016
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1017
	    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1018
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1019
      <buildLayer command="bldmake bldfiles" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1020
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1021
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1022
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1023
      <buildLayer command="abld export" unitParallel="Y"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1024
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1025
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1026
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1027
      <buildLayer command="abld export -what" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1028
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1029
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1030
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1031
      <buildLayer command="abld export -check" unitParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1032
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1033
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1034
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1035
      <buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1036
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1037
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1038
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1039
      <buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1040
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1041
    <task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1042
      <listRef list="SYSTEMTEST_LIST_INTEGTESTSMP"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1043
      <buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1044
    </task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1045
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1046
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1047
  <configuration name="GCCXML_Future" description="Future GCCXML build" filter="Future,gt,techview">
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1048
    <ref item="os"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1049
    <ref item="mw"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1050
    <ref item="app"/>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1051
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1052
    <task><buildLayer command="abld makefile" targetList="gccxml" unitParallel="Y" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1053
    <task><buildLayer command="abld resource" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1054
    <task><buildLayer command="abld library" targetList="gccxml" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1055
    <task><buildLayer command="abld target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1056
    <task><buildLayer command="abld final" targetList="gccxml_rel" unitParallel="N" targetParallel="N"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1057
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1058
    <task><buildLayer command="abld -what target" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1059
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1060
    <task><buildLayer command="abld -check build" targetList="gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1061
  </configuration>
3f65fd25dfd4 sync up SVN codes
kelvzhu
parents:
diff changeset
  1062
</SystemBuild>