package_definition.xml
author darios@symbian.org
Tue, 12 May 2009 14:32:49 +0100
changeset 13 2377c767afaf
parent 2 fe0064c766ff
permissions -rw-r--r--
[maven-scm] copy for tag serviceapi_FCL.013
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     5
  name CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     8
 <!ELEMENT layer (block* | collection*)*>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
     9
 <!ATTLIST layer
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    10
  name CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    13
  span CDATA #IMPLIED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    14
 <!ELEMENT block (subblock* | collection*)*>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    15
 <!ATTLIST block
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    17
  span CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    19
  name CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    22
 <!ATTLIST subblock
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    23
  name CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    26
 <!ATTLIST collection
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    27
  name CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    31
 <!ATTLIST component
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    32
  name CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    36
  contract CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    37
  plugin (Y|N) "N"
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    38
  filter CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    40
  supports CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    41
  purpose ( optional | mandatory | development ) "optional">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY >
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    43
 <!ATTLIST unit
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    45
  filter CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    47
  root CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    52
 <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    53
 <!ATTLIST SystemBuild schema CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    54
 <!ELEMENT list (ref+)>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    55
 <!ATTLIST list
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    56
  name ID #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    57
  description CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    58
 <!ELEMENT ref EMPTY>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    59
 <!ATTLIST ref item CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    60
 <!ELEMENT targetList EMPTY>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    61
 <!ATTLIST targetList
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    62
  name ID #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    63
  description CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    64
  target IDREFS #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    65
 <!ELEMENT target EMPTY>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    66
 <!ATTLIST target
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    67
  name ID #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    68
  abldTarget CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    69
  description CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    70
 <!ELEMENT option EMPTY>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    71
 <!ATTLIST option
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    72
  name ID #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    73
  abldOption CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    74
  description CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    75
  enable (Y | N ) #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    76
 <!ELEMENT configuration (listRef+ | ref+ | task+)*>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    77
 <!ATTLIST configuration
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    78
  name ID #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    79
  description CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    80
  filter CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    81
 <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    82
 <!ELEMENT listRef EMPTY>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    83
 <!ATTLIST listRef list CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    84
 <!ELEMENT buildLayer EMPTY>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    85
 <!ATTLIST buildLayer
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    86
  command CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    87
  targetList IDREFS #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    88
  unitParallel (Y | N ) #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    89
  targetParallel (Y | N ) "N">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    90
 <!ELEMENT specialInstructions EMPTY>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    91
 <!ATTLIST specialInstructions
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    92
  name CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    93
  cwd CDATA #REQUIRED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    94
  root CDATA #IMPLIED
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    95
  command CDATA #REQUIRED>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    96
]>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    97
<SystemDefinition name="Foundation" schema="2.0.1">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    98
 <systemModel>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
    99
  <layer name="mw" long-name="Middleware" levels="generic specific">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   100
   <block long-name="Service API" level="specific" name="serviceapi" levels="os mw1 mw2 app">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   101
    <!-- Following Collection added by SF via autopopulating script from S60 Model -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   102
    <collection name="serviceapi" long-name="serviceapi">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   103
     <!-- Following Component added by SF via autopopulating script from S60 Model -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   104
     <component name="serviceapi" long-name="serviceapi">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   105
      <!-- Unit added by SF via autopopulating script from S60 Model -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   106
      <unit bldFile="mw/serviceapi/group"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   107
     </component>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   108
    </collection>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   109
   </block>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   110
  </layer>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   111
 </systemModel>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   112
<SystemBuild schema="1.0.0">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   113
  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   114
  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   115
  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   116
  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   117
  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   118
  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   119
  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   120
  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   121
  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   122
  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   123
  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   124
  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   125
  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   126
  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   127
  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   128
  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   129
  <!-- Aditional Targets -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   130
  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   131
  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   132
  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   133
  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   134
  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   135
  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   136
  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   137
  <targetList name="tools" description="tools Targets" target="TOOLS"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   138
  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   139
  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   140
  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   141
  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   142
  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   143
  <!-- 9.4 configuration -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   144
    <!-- tb91 configuration -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   145
    <!-- tb91sf configuration -->
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   146
  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="tb91sf,gt,raptor_GT_tb91sf">
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   147
    <ref item="os"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   148
    <ref item="mw"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   149
    <ref item="app"/>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   150
    <task><specialInstructions name="BootStrap1" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="setupprj.bat secure"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   151
    <task><specialInstructions name="BootStrap2" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="bld.bat rel"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   152
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   153
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   154
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   155
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   156
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   157
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   158
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   159
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   160
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   161
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   162
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   163
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   164
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   165
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   166
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   167
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   168
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   169
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   170
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   171
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   172
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   173
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   174
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   175
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   176
  </configuration>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   177
</SystemBuild>
fe0064c766ff First drop of package_definition, obtained from the system model used in the platform build, along with a generic SystemBuild fragment (from TB91sf)
dario
parents:
diff changeset
   178
</SystemDefinition>