tip_bulk_s3/app/rndtools/package_definition.xml
author Dario Sestito <darios@symbian.org>
Thu, 25 Nov 2010 14:33:42 +0000
changeset 511 5b9ea224ada6
parent 359 230db5697b60
permissions -rw-r--r--
Update package models from latest system model (platform@7ed7e7a9dfa6)
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="app" long-name="Applications" levels="services apps">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
   <block name="rndtools" level="services" long-name="R&amp;D tools" levels="support generic test util">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="creator" long-name="Creator" level="support">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
<!-- collection is really a component. Should move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
<component name="creator_build" filter="s60" long-name="Creator Tool" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
<unit bldFile="/sf/app/rndtools/creator/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
<collection name="filebrowser" long-name="File Browser" level="util">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
<!-- consider collapsing into a single component -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
<component name="fileopserver" filter="s60" long-name="File Operations Server" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
<!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
<component name="fileopclient" filter="s60" long-name="File Operations Client" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
<!--<unit bldFile="filebrowser/fileopclient/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="filebrowser_build" filter="s60" long-name="File Browser Application" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
<!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
<unit bldFile="/sf/app/rndtools/filebrowser/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
<collection name="launcher" long-name="Launcher" level="util">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
<!-- collection is really a component. Should move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
<component name="launcher_build" filter="s60" long-name="Launcher Utility" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
<unit bldFile="/sf/app/rndtools/launcher/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
<collection name="loadgen" long-name="Load Generator" level="test">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
<!-- collection is really a component. Should move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
<component name="loadgen_build" filter="s60" long-name="Load Generator Application" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
<unit bldFile="/sf/app/rndtools/loadgen/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
<collection name="perfmon" long-name="Performance Monitor" level="test">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
<!-- collection is really a component. Should move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
<component name="perfmon_build" filter="s60" long-name="Performance Monitor Tool" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
<unit bldFile="/sf/app/rndtools/perfmon/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<collection name="screengrabber" long-name="Screen Grabber" level="util">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
<!-- collection is really a component. Should move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
<component name="screengrabber_build" filter="s60" long-name="ScreenGrabber" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
<unit bldFile="/sf/app/rndtools/screengrabber/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
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
<collection name="stifui" long-name="STIF UI" level="generic">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
<component name="stifui_avkon" filter="s60" long-name="STIF UI for Avkon" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
<unit bldFile="/sf/app/rndtools/stifui/avkon/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
<collection name="memspyui" long-name="Memspy UI" level="generic">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
<!-- collection is really a component. Should move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
<component name="memspyui_build" filter="s60" long-name="Memspy UI Application" purpose="development" class="tool">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
<unit bldFile="/sf/app/rndtools/memspyui/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
<collection name="htiui" long-name="Harmonized Test Interface UI" level="generic">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
<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
   115
<!-- can only have a single unit. Should #include from a common bld.inf file -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
<unit bldFile="/sf/app/rndtools/htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   125
<component name="htidevicereboot" filter="s60" long-name="HTI Device Reboot" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
<unit bldFile="/sf/app/rndtools/htiui/htidevicereboot/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   127
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
<component name="htistartupwait" filter="s60" long-name="HTI Startup Wait" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
<unit bldFile="/sf/app/rndtools/htiui/htistartupwait/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="htiadmin" filter="s60" long-name="HTI Admin" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   132
<unit bldFile="/sf/app/rndtools/htiui/htiadmin/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="htiui_build" filter="s60" long-name="HTI UI Build" purpose="development">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
<!-- can this be split up into the other components or made a ROM component? -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   136
<unit bldFile="/sf/app/rndtools/htiui/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   139
</block>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
  </layer>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   141
 </systemModel>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   142
</SystemDefinition>