symbian4/app/homescreen/package_definition.xml
author Dario Sestito <darios@symbian.org>
Mon, 14 Jun 2010 10:42:47 +0100
changeset 305 123e27c43968
child 320 7975a56cd8c7
permissions -rw-r--r--
Update package models from latest system model (platform@4c1d1ed3b3ce)

<?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 name="Symbian^4" schema="2.0.1">
 <systemModel>
  <layer name="app" long-name="Applications" levels="services apps">
   <block name="homescreen" level="apps" long-name="Home Screen Apps" levels="support task ss hs">
<collection name="homescreen_info" long-name="Home Screen Info" level="support">
<component name="homescreen_build" long-name="Homescreen Build">
<!-- break this up properly into components -->
<unit bldFile="/sf/app/homescreen" proFile="homescreen.pro" qmakeArgs="-r -config rom"/>
</component>
</collection>
<collection name="homescreen_test" long-name="Home Screen Test" level="support"/>
<!-- fiill in details with broken up homescreen_build -->
<collection name="homescreenapp" long-name="Home Screen Application" level="hs">
<component name="hsutils" long-name="Home Screen Utils" introduced="^4"/>
<component name="hsdomainmodel" long-name="HS Domain Model" introduced="^4"/>
<component name="hs_runtimeplugins" long-name="HS Runtime Plugins" introduced="^4" plugin="Y"/>
<component name="hs_serviceproviders" long-name="HS Service Providers" introduced="^4" plugin="Y"/>
<component name="hs_stateplugins" long-name="HS State Plugins" introduced="^4" plugin="Y"/>
<component name="hs_widgetplugins" long-name="HS Widget Plugins" introduced="^4" plugin="Y"/>
<component name="hsapplication" long-name="Home Screen Application" introduced="^4"/>
<component name="hshomescreenclientplugin" long-name="Home Screen Client Plugin" introduced="^4" plugin="Y"/>
<component name="hsmenucontentpublish" long-name="HS Menu Content Publish" introduced="^4"/>
</collection>
<collection name="screensaverapp" long-name="Screen Saver Application" level="ss">
<component name="snsrutils" long-name="Screen Saver Utils" introduced="^4"/>
<component name="snsr_serviceproviders" long-name="Screen Saver Service Providers" introduced="^4" plugin="Y"/>
<component name="snsr_stateproviders" long-name="Screen Saver State Providers" introduced="^4" plugin="Y"/>
<component name="snsr_runtimeproviders" long-name="Screen Saver Runtime Providers" introduced="^4" plugin="Y"/>
<component name="snsrapplication" long-name="Screen Saver Application" introduced="^4"/>
<component name="screensaverproviders" long-name="Screen Saver Providers" introduced="^4" plugin="Y"/>
</collection>
<collection name="taskswitcherapp" long-name="Task Switcher Application" level="task">
<component name="taskswitcherappecom" long-name="Task Switcher Application ECom" introduced="^4"/>
<component name="tsserviceplugin" long-name="Task Switcher Service Plugin" introduced="^4" plugin="Y"/>
<component name="ts_runtimeplugins" long-name="TS Runtime Plugins" introduced="^4" plugin="Y"/>
<component name="tsapplication" long-name="Task Switcher Application" introduced="^4"/>
</collection>
</block>
  </layer>
 </systemModel>
</SystemDefinition>