symbian4/mw/homescreensrv/package_definition.xml
author Dario Sestito <darios@symbian.org>
Tue, 29 Jun 2010 12:34:13 +0100
changeset 320 7975a56cd8c7
parent 305 123e27c43968
child 332 773ee81ec9c9
permissions -rw-r--r--
Update package models from latest system model (platform@7416e702e1f3)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SystemDefinition [
 <!ELEMENT SystemDefinition (systemModel)>
 <!ATTLIST SystemDefinition
  name CDATA #REQUIRED
  schema CDATA #REQUIRED>
 <!ELEMENT systemModel (layer+)>
 <!ELEMENT layer (block*|collection*)*>
 <!ATTLIST layer
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED>
 <!ELEMENT block (subblock*|collection*)*>
 <!ATTLIST block
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
  level NMTOKEN #IMPLIED
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT subblock (collection)*>
 <!ATTLIST subblock
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT collection (component)*>
 <!ATTLIST collection
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  level NMTOKEN #IMPLIED>
 <!ELEMENT component (unit)*>
 <!ATTLIST component
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  deprecated CDATA #IMPLIED
  introduced CDATA #IMPLIED
  contract CDATA #IMPLIED
  plugin (Y|N) 'N'
  filter CDATA #IMPLIED
  class NMTOKENS #IMPLIED
  supports CDATA #IMPLIED
  purpose (optional|mandatory|development) 'optional'>
 <!ELEMENT unit EMPTY>
 <!ATTLIST unit
  mrp CDATA #IMPLIED
  filter CDATA #IMPLIED
  bldFile CDATA #IMPLIED
  root CDATA #IMPLIED
  version NMTOKEN #IMPLIED
  prebuilt NMTOKEN #IMPLIED
  late (Y|N) #IMPLIED
  priority CDATA #IMPLIED>
]>
<SystemDefinition schema="2.0.1" name="Symbian^4">
 <systemModel>
  <layer name="mw" long-name="Middleware" levels="generic specific">
   <block name="homescreensrv" level="specific" long-name="Home Screen Services" levels="plugin framework server generic specific">
<collection name="appfoundation" long-name="App Foundation" level="generic">
<component name="appfoundation_build" long-name="App Foundation Build" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/appfoundation" qmakeArgs="-r" proFile="appfoundation.pro"/>
</component>
</collection>
<collection name="hswidgetmodel" long-name="Home Screen Widget Model" level="framework">
<component name="hswidgetmodel_build" long-name="Home Screen Widget Model Build" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/hswidgetmodel" qmakeArgs="-r" proFile="hswidgetmodel.pro"/>
</component>
</collection>
<collection name="contentstorage" long-name="Content Storage" level="framework">
<component name="cautils" long-name="Content Arsenal Utils" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/contentstorage/cautils" qmakeArgs="-r" proFile="cautils.pro"/>
</component>
<component name="contentstorage_build" long-name="Content Storage Build" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/contentstorage/group" qmakeArgs="-r" proFile="group.pro"/>
</component>
<component name="casrv/calocalizerscanner" long-name="Content Arsenal Server Localizer Scanner" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/contentstorage/casrv/calocalizerscanner" qmakeArgs="-r" proFile="calocalizerscanner.pro"/>
</component>
<component name="cahandler" long-name="Content Arsenal Handler" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/contentstorage/cahandler" qmakeArgs="-r" proFile="cahandler.pro"/>
</component>
<component name="caclient" long-name="Content Arsenal Client" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/contentstorage/caclient" qmakeArgs="-r" proFile="caclient.pro"/>
</component>
<component name="casoftwareregistry" long-name="Content Arsenal Software Registry" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/contentstorage/casoftwareregistry" qmakeArgs="-r" proFile="casoftwareregistry.pro"/>
</component>
</collection>
<collection name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" level="specific">
<component name="homescreensrv_plat_build" long-name="Home Screen Services Platform Interfaces build" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat" qmakeArgs="-r" proFile="homescreensrv_plat.pro"/>
</component>
<component name="menu_sat_interface_api" long-name="Menu SAT Interface API" filter="s60" class="api"/>
<component name="appruntimemodel_api" long-name="Appliction Run-Time Model API" filter="s60" introduced="^4" class="api"/>
<component name="contentstorage_api" long-name="Content Storage API" filter="s60" introduced="^4" class="api"/>
<component name="hswidgetmodel_api" long-name="HS Widget Model API" filter="s60" introduced="^4" class="api"/>
<component name="statemodel_api" long-name="State Model API" filter="s60" introduced="^4" class="api"/>
<component name="homescreen_information_api" long-name="Homescreen Information API" filter="s60" introduced="^4" class="api"/>
</collection>
<collection name="hsactivityfw" long-name="Activity Framework" level="fw">
<component name="hsactivityfw_build" long-name="Activity Framework Build" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/activityfw" qmakeArgs="-r" proFile="activityfw.pro"/>
</component>
</collection>
<collection name="tstaskmonitor" long-name="Task Switcher Task Monitor" level="fw">
<!-- move collection down to a component directory or split up into component .pro files -->
<component name="tstaskmonitor_build" long-name="Task Switcher Task Monitor Build" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/tstaskmonitor" qmakeArgs="-r" proFile="tstaskmonitor.pro"/>
</component>
</collection>
<collection name="hsappkeyhandler" long-name="HS Appplication Key Handler" level="server">
<component name="hsappkeyhandler_build" long-name="Appplication Key Handler Build" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/hsappkeyhandler" qmakeArgs="-r" proFile="hsappkeyhandler.pro"/>
</component>
</collection>
<collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific">
<component name="homescreensrvconf" long-name="Home Screen Services Config" introduced="^4" class="config">
<unit bldFile="/sf/mw/homescreensrv" qmakeArgs="-r" proFile="homescreensrv_exports_to_rom.pri"/>
</component>
<component name="homescreensrvrom" long-name="Home Screen Services ROM" introduced="^4">
<unit bldFile="/sf/mw/homescreensrv/group"/>
</component>
</collection>
</block>
  </layer>
 </systemModel>
</SystemDefinition>