tip_bulk_s3/app/homescreen/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="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="homescreen" level="apps" long-name="Home Screen Apps" levels="fw support apps">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="homescreen_plat" long-name="Home Screen Apps Platform Interfaces" level="apps">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
<component name="menu_settings_api" long-name="Menu Settings API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
<unit bldFile="/sf/app/homescreen/homescreen_plat/menu_settings_api/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="hs_content_control_ui" long-name="HS Content Control Ui" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
<unit bldFile="/sf/app/homescreen/homescreen_plat/hs_content_control_ui/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="hs_renderingplugin_api" long-name="HS Rendering Plugin API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
<unit bldFile="/sf/app/homescreen/homescreen_plat/hs_renderingplugin_api/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
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
<collection name="idlehomescreen" long-name="Idle Home Screen" level="apps">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
<component name="nativeuicontroller" filter="s60" long-name="Native UI Controller">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
<unit bldFile="/sf/app/homescreen/idlehomescreen/nativeuicontroller/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
<component name="exths" filter="s60" long-name="Active Idle Container" plugin="Y">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
<!-- why is the ID so different from the name? Is one wrong? -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
<unit bldFile="/sf/app/homescreen/idlehomescreen/exths/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="hscontentcontrol" filter="s60" long-name="Home Screen Content Control" introduced="^3">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
<unit bldFile="/sf/app/homescreen/idlehomescreen/hscontentcontrol/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="hssapiwrapper" filter="s60" long-name="HS SAPI Wrapper" introduced="^3">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
<!--  can only have one unit. #include from a common bld.inf, or split into two components -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
<unit bldFile="/sf/app/homescreen/idlehomescreen/sapiwrapper/cpswrapper/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
<unit bldFile="/sf/app/homescreen/idlehomescreen/sapiwrapper/hspswrapper/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
<component name="xmluirendering" filter="s60" long-name="XML UI Rendering" introduced="^3">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
<unit bldFile="/sf/app/homescreen/idlehomescreen/xmluirendering/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
<component name="xmluicontroller" filter="s60" long-name="XML UI Controller" introduced="^3">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
<unit bldFile="/sf/app/homescreen/idlehomescreen/xmluicontroller/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
<component name="widgetmanager" filter="s60" long-name="Widget Manager" introduced="^3">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
<unit bldFile="/sf/app/homescreen/idlehomescreen/widgetmanager/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
<component name="idlehomescreen_help" filter="s60" long-name="Idle Home Screen Help">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
<unit bldFile="/sf/app/homescreen/idlehomescreen/help/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<component name="idlehomescreen_data" filter="s60" long-name="Idle Home Screen Data">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
<unit bldFile="/sf/app/homescreen/idlehomescreen/data/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
    99
<component name="idlehomescreen_build" filter="s60" long-name="Idle Home Screen Build">
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   100
<!-- can the loc file be moved to another comopnent and this one removed? -->
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   101
<unit bldFile="/sf/app/homescreen/idlehomescreen/group"/>
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
<collection name="menufw" long-name="Menu Framework" level="fw">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
<component name="hierarchynavigator" filter="s60" long-name="Hierarchy Navigator">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
<unit bldFile="/sf/app/homescreen/menufw/hierarchynavigator/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
<component name="menufwui" filter="s60" long-name="Menu Framework UI">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
<unit bldFile="/sf/app/homescreen/menufw/menufwui/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
</component>
500
d8ac09bd7e84 Update package models from latest system model (platform@9cb52f62a444)
Dario Sestito <darios@symbian.org>
parents: 480
diff changeset
   111
<component name="menusuites" filter="s60" long-name="Menu Suites">
d8ac09bd7e84 Update package models from latest system model (platform@9cb52f62a444)
Dario Sestito <darios@symbian.org>
parents: 480
diff changeset
   112
<unit bldFile="/sf/app/homescreen/menufw/menusuites/group"/>
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   114
<component name="menufw_build" filter="s60" long-name="Menu Framework Build">
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   115
<!-- can the exports be exported by the other components? -->
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   116
<unit bldFile="/sf/app/homescreen/menufw/group"/>
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   117
</component>
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
<collection name="taskswitcher" long-name="Task Switcher" level="support">
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
   120
<component name="contextengine" filter="s60" long-name="Context Engine" introduced="^3">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
<unit bldFile="/sf/app/homescreen/taskswitcher/contextengine/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
<component name="taskswitcherui" filter="s60" long-name="Task Switcher UI" introduced="^3">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
<unit bldFile="/sf/app/homescreen/taskswitcher/taskswitcherui/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
</block>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
  </layer>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
 </systemModel>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
</SystemDefinition>