tip_bulk_s3/os/osrndtools/package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 01 Dec 2010 15:34:13 +0000
changeset 513 f99df75e4e8e
parent 500 d8ac09bd7e84
child 514 dac9fd4a6922
permissions -rw-r--r--
Update package models from latest system model (platform@0240cdcd8446)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
  <layer name="os" long-name="OS" levels="hw services">
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
    56
   <block name="osrndtools" level="services" long-name="OS R&amp;D tools" levels="fw trace">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="stif" long-name="STIF" level="fw">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
<component name="stif_plat" filter="s60" long-name="STIF Platform Interfaces" purpose="development" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
<unit bldFile="/sf/os/osrndtools/stif/stif_plat/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
<component name="testinterface" filter="s60" long-name="Test Interface" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
<unit bldFile="/sf/os/osrndtools/stif/testinterface/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
<component name="testserver" filter="s60" long-name="Test Server" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
<unit bldFile="/sf/os/osrndtools/stif/testserver/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
<component name="testengine" filter="s60" long-name="Test Engine" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
<unit bldFile="/sf/os/osrndtools/stif/testengine/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
<component name="testserverstarter" filter="s60" long-name="Test Server Starter" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
<unit bldFile="/sf/os/osrndtools/stif/testserverstarter/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
<component name="stiftfwif" filter="s60" long-name="STIF Test Framework Interface" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
<unit bldFile="/sf/os/osrndtools/stif/stiftfwif/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
<component name="consoleui" filter="s60" long-name="Console UI" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
<unit bldFile="/sf/os/osrndtools/stif/consoleui/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
<component name="testcombiner" filter="s60" long-name="Test Combiner" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
<unit bldFile="/sf/os/osrndtools/stif/testcombiner/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
<component name="demomodule" filter="s60" long-name="Demo Module" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
<unit bldFile="/sf/os/osrndtools/stif/demomodule/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
<component name="atslogger" filter="s60" long-name="ATS Logger" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
<unit bldFile="/sf/os/osrndtools/stif/atslogger/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
<component name="atsinterface" filter="s60" long-name="ATS Interface" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
<unit bldFile="/sf/os/osrndtools/stif/atsinterface/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
<component name="testscripter" filter="s60" long-name="Test Scripter" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
<unit bldFile="/sf/os/osrndtools/stif/testscripter/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
<component name="suevent" filter="s60" long-name="SU Event" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
<unit bldFile="/sf/os/osrndtools/stif/suevent/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
<component name="stifkerneltestclassbase" filter="s60" long-name="STIF Kernel Test Class Base" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
<!-- uncomment the unit when configuration is in place, it's currently #included from stif_build -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
<!-- <unit bldFile="stif/stifkerneltestclassbase/group"/>-->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   100
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
<component name="stif_build" filter="s60" long-name="STIF Build" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
<!--  move exports into self-contained component. Remove this when configuration is in place-->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
<unit bldFile="/sf/os/osrndtools/stif/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
</collection>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   106
<collection name="memspy" long-name="Memspy" level="trace">
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   107
<component name="memspy_plat" filter="s60" long-name="Memspy Platform Interfaces" purpose="development" class="api">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
<unit bldFile="/sf/os/osrndtools/memspy/memspy_plat/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   110
<component name="driver" filter="s60" long-name="Memspy Driver" purpose="development">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
<unit bldFile="/sf/os/osrndtools/memspy/driver/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   113
<component name="memspy_engine" filter="s60" long-name="Memspy Engine" purpose="development">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
<unit bldFile="/sf/os/osrndtools/memspy/engine/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   116
<component name="commandline" filter="s60" long-name="Memspy Command Line" purpose="development">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
<unit bldFile="/sf/os/osrndtools/memspy/commandline/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   119
<component name="console" filter="s60" long-name="Memspy Console" purpose="development">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
<unit bldFile="/sf/os/osrndtools/memspy/console/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   122
<component name="memspy_build" filter="s60" long-name="Memspy Build" purpose="development">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
<!--  move exports into self-contained component.-->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
<unit bldFile="/sf/os/osrndtools/memspy/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   125
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   127
<collection name="hti" long-name="Harmonized Test Interface" level="trace">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
<component name="hti_plat" filter="s60" long-name="HTI Platform Interfaces" purpose="development" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
<unit bldFile="/sf/os/osrndtools/hti/hti_plat/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
<component name="hticfg" filter="s60" long-name="HTI Config" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   132
<unit bldFile="/sf/os/osrndtools/hti/hticfg/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   133
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
<component name="htiautostart" filter="s60" long-name="HTI Autostart" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
<unit bldFile="/sf/os/osrndtools/hti/htiautostart/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   136
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
<component name="htiframework" filter="s60" long-name="HTI Framework" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
<unit bldFile="/sf/os/osrndtools/hti/htiframework/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   139
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
<component name="hticommplugins" filter="s60" long-name="HTI Communication Plugins" purpose="development" plugin="Y">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   141
<!-- need to #include these from a single unit or separate into component at the right directory level -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   142
<unit bldFile="/sf/os/osrndtools/hti/HtiCommPlugins/HtiBtCommPlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   143
<unit bldFile="/sf/os/osrndtools/hti/HtiCommPlugins/HtiIPCommPlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   144
<unit bldFile="/sf/os/osrndtools/hti/HtiCommPlugins/HtiSerialCommPlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   145
<unit bldFile="/sf/os/osrndtools/hti/HtiCommPlugins/HtiUsbSerialCommPlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   146
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   147
<component name="htiserviceplugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   148
<!-- need to #include these from a single unit or separate into component at the right directory level -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   149
<unit bldFile="/sf/os/osrndtools/hti/HtiServicePlugins/HtiAppServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   150
<unit bldFile="/sf/os/osrndtools/hti/HtiServicePlugins/HtiEchoServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   151
<unit bldFile="/sf/os/osrndtools/hti/HtiServicePlugins/HtiFtpServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
<unit bldFile="/sf/os/osrndtools/hti/HtiServicePlugins/HtiIpProxyServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   153
<unit bldFile="/sf/os/osrndtools/hti/HtiServicePlugins/HtiStifTfServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   154
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   155
<component name="htifilehlp" filter="s60" long-name="HTI File Help" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   156
<unit bldFile="/sf/os/osrndtools/hti/htifilehlp/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   157
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   158
<component name="htiwatchdog" filter="s60" long-name="HTI Watchdog" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   159
<unit bldFile="/sf/os/osrndtools/hti/htiwatchdog/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   160
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   161
<component name="hti_build" filter="s60" long-name="HTI Build" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   162
<!--  move exports into self-contained component.-->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   163
<unit bldFile="/sf/os/osrndtools/hti/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   164
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   165
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   166
<collection name="osrndtools_info" long-name="OS R&amp;D tools Info" level="trace">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   167
<component name="osrndtools_metadata" long-name="OS R&amp;D tools Metadata" introduced="^2" purpose="development" class="config PC">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   168
<unit mrp="/sf/os/osrndtools/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   169
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   170
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   171
</block>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   172
  </layer>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   173
 </systemModel>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   174
</SystemDefinition>