symbian3/mw/homescreensrv/package_definition.xml
changeset 30 0f4f00318d20
parent 15 6980ebf0690e
child 44 0b761d12ae12
child 138 6892870d74c9
--- a/symbian3/mw/homescreensrv/package_definition.xml	Wed Dec 02 18:06:06 2009 +0000
+++ b/symbian3/mw/homescreensrv/package_definition.xml	Fri Dec 04 13:41:37 2009 +0000
@@ -1,90 +1,109 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition name="foundation" schema="2.0.1">
+<!DOCTYPE SystemDefinition [
+ <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
+ <!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>
+ <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
+ <!ATTLIST SystemBuild schema CDATA #REQUIRED>
+ <!ELEMENT list (ref+)>
+ <!ATTLIST list
+  name ID #REQUIRED
+  description CDATA #REQUIRED>
+ <!ELEMENT ref EMPTY>
+ <!ATTLIST ref item CDATA #REQUIRED>
+ <!ELEMENT targetList EMPTY>
+ <!ATTLIST targetList
+  name ID #REQUIRED
+  description CDATA #REQUIRED
+  target IDREFS #REQUIRED>
+ <!ELEMENT target EMPTY>
+ <!ATTLIST target
+  name ID #REQUIRED
+  abldTarget CDATA #REQUIRED
+  description CDATA #REQUIRED>
+ <!ELEMENT option EMPTY>
+ <!ATTLIST option
+  name ID #REQUIRED
+  abldOption CDATA #REQUIRED
+  description CDATA #REQUIRED
+  enable (Y|N) #REQUIRED>
+ <!ELEMENT configuration (listRef+|ref+|task+)*>
+ <!ATTLIST configuration
+  name ID #REQUIRED
+  description CDATA #REQUIRED
+  filter CDATA #REQUIRED>
+ <!ELEMENT task (listRef*,(buildLayer|specialInstructions))>
+ <!ELEMENT listRef EMPTY>
+ <!ATTLIST listRef list CDATA #REQUIRED>
+ <!ELEMENT buildLayer EMPTY>
+ <!ATTLIST buildLayer
+  command CDATA #REQUIRED
+  targetList IDREFS #IMPLIED
+  unitParallel (Y|N) #REQUIRED
+  targetParallel (Y|N) 'N'>
+ <!ELEMENT specialInstructions EMPTY>
+ <!ATTLIST specialInstructions
+  name CDATA #REQUIRED
+  cwd CDATA #REQUIRED
+  root CDATA #IMPLIED
+  command CDATA #REQUIRED>
+]>
+<SystemDefinition schema="2.0.1" name="Symbian^3">
 <systemModel>
-<layer name="mw" long-name="Middleware" levels="generic specific">
-<block name="homescreensrv" long-name="Home Screen Services" tech_domain="ui" level="specific" levels="plugin framework server generic specific">
-    <collection name="contentpublishingsrv" long-name="Content Publishing Service" level="server">
-     <component name="contentpublishingutils" long-name="Content Publishing Utils" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/>
-      <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/contentpublishingutils/group"/>
-     </component>
-     <component name="contentpublishingserver" long-name="Content Publishing Server" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/contentpublishingserver/group"/>
-     </component>
-     <component name="contentharvester" long-name="Content Harvester" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/contentharvester/group"/>
-     </component>
-     <component unofficial="yes" name="contentpublishingsrv_build" long-name="Content Publishing Service Build" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/contentpublishingsrv/group"/>
-     </component>
-    </collection>
-    <collection name="backsteppingsrv" long-name="Backstepping Service" level="server">
-     <component name="bsengine" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/backsteppingsrv/group"/>
-     </component>
-    </collection>
-    <collection name="xcfw" long-name="XCFW" level="framework">
-     <component name="xcfw_build" long-name="XCFW" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/xcfw/group"/>
-     </component>
-    </collection>
-    <collection name="homescreenpluginsrv" long-name="Homescreen Plugin Service" level="plugin">
-     <component name="hspsdefinitionengine" long-name="Homescreen Plugin Server Definition Engine" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspsdefinitionengine/group"/>
-     </component>
-     <component name="hspsdom" long-name="Homescreen Plugin Server DOM" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspsdom/group"/>
-     </component>
-     <component name="hspspluginregistry" long-name="Homescreen Plugin Registry" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspspluginregistry/group"/>
-     </component>
-     <component name="hspsmanager" long-name="Homescreen Plugin Server Manager" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspsmanager/group"/>
-     </component>
-     <component name="hspsodt" long-name="Homescreen Plugin Server ODT" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspsodt/group"/>
-     </component>
-     <component name="hspsresource" long-name="Homescreen Plugin Server Resource" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspsresource/group"/>
-     </component>
-     <component name="hspsresult" long-name="Homescreen Plugin Server Result" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspsresult/group"/>
-     </component>
-     <component name="hspstools" long-name="Homescreen Plugin Server Tools" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/hspstools/group"/>
-     </component>
-     <component unofficial="yes" name="homescreenpluginsrv_build" long-name="Homescreen Plugin Service Build" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/homescreenpluginsrv/group"/>
-     </component>
-    </collection>
-    <collection name="idlefw" long-name="Idle Framework" level="framework">
-     <component name="idlefw_plugins" long-name="Plugins" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/idlefw/plugins/group"/>
-      <!-- <unit bldFile="/sf/mw/homescreensrv/idlefw/plugins/pslnactiveidleplugin/group"/> -->
-     </component>
-     <component unofficial="yes" name="idlefw_build" long-name="Idle Framework Build" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/idlefw/group"/>
-     </component>
-    </collection>
-    <collection name="menucontentsrv" long-name="Menu Content Service" level="generic">
-     <component name="menusatinterface" long-name="Menu SAT Interface" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/menucontentsrv/menusatinterface/group"/>
-     </component>
-     <component unofficial="yes" name="menucontentsrv_build" long-name="Menu Content Service Build" origin-model="foundation">
-      <unit bldFile="/sf/mw/homescreensrv/menucontentsrv/group"/>
-     </component>
-    </collection>
-    <collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific">
-     <component unofficial="yes" name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" class="api" origin-model="foundation">
-      <!-- <unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat/action_handler_plugin_api/tsrc/group"/> -->
-      <!-- <unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat/content_harvester_plugin_api/tsrc/group"/> -->
-      <unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat/group"/>
-      <!-- <unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat/hs_widget_publisher_api/tsrc/group"/> -->
-      <!-- <unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat/menu_content_service_api/tsrc/group"/> -->
-      <!-- <unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat/menu_sat_interface_api/tsrc/group"/> -->
-     </component>
-    </collection>
-   </block>
+<layer name="mw">
+<block name="homescreensrv">
+<collection name="s60">
+<component name="homescreensrv">
+<unit bldFile="/sf/mw/homescreensrv/group" mrp=""/>
+</component>
+</collection>
+</block>
 </layer>
 </systemModel>
-</SystemDefinition>
\ No newline at end of file
+</SystemDefinition>