symbian4/app/homescreen/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="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_test" long-name="Home Screen Test" level="support"/>
<collection name="homescreenapp" long-name="Home Screen Application" level="hs">
<component name="hsutils" long-name="Home Screen Utils" introduced="^4">
<unit bldFile="/sf/app/homescreen/homescreenapp/hsutils" proFile="hsutils.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hsdomainmodel" long-name="HS Domain Model" introduced="^4">
<unit bldFile="/sf/app/homescreen/homescreenapp/hsdomainmodel" proFile="hsdomainmodel.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hs_runtimeplugins" long-name="HS Runtime Plugins" introduced="^4" plugin="Y">
<unit bldFile="/sf/app/homescreen/homescreenapp/runtimeplugins" proFile="runtimeplugins.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hs_serviceproviders" long-name="HS Service Providers" introduced="^4" plugin="Y">
<unit bldFile="/sf/app/homescreen/homescreenapp/serviceproviders" proFile="serviceproviders.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hs_stateplugins" long-name="HS State Plugins" introduced="^4" plugin="Y">
<unit bldFile="/sf/app/homescreen/homescreenapp/stateplugins" proFile="stateplugins.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hs_widgetplugins" long-name="HS Widget Plugins" introduced="^4" plugin="Y">
<unit bldFile="/sf/app/homescreen/homescreenapp/widgetplugins" proFile="widgetplugins.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hsapplication" long-name="Home Screen Application" introduced="^4">
<unit bldFile="/sf/app/homescreen/homescreenapp/hsapplication" proFile="hsapplication.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hsmenuclientplugin" long-name="Home Screen Menu Client Plugin" introduced="^4" plugin="Y">
<unit bldFile="/sf/app/homescreen/homescreenapp/hsmenuclientplugin" proFile="hsmenuclientplugin.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hshomescreenclientplugin" long-name="HS Menu Client Plugin" introduced="^4" plugin="Y">
<unit bldFile="/sf/app/homescreen/homescreenapp/hshomescreenclientplugin" proFile="hshomescreenclientplugin.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="hswidgetuninstaller" long-name="HS Widget Uninstaller" introduced="^4">
<unit bldFile="/sf/app/homescreen/homescreenapp/hswidgetuninstaller" proFile="hswidgetuninstaller.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="homescreenapp_rom" long-name="Home Screen App ROM" introduced="^4">
<unit bldFile="/sf/app/homescreen/homescreenapp" proFile="homescreenapp_exports_to_rom.pri" qmakeArgs="-r -config rom"/>
</component>
</collection>
<collection name="taskswitcherapp" long-name="Task Switcher Application" level="task">
<!-- break collection info components, or move down a dir and make it a component -->
<component name="taskswitcherapp_build" long-name="Task Switcher Application Build">
<unit bldFile="/sf/app/homescreen/taskswitcherapp" proFile="taskswitcherapp.pro" qmakeArgs="-r -config rom"/>
</component>
<component name="tsdevicedialogplugin" long-name="Task Switcher Device Dialog Plugin" introduced="^4" plugin="Y"/>
</collection>
</block>
  </layer>
 </systemModel>
</SystemDefinition>