symbian3/app/conversations/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 27d9d356efbf
child 509 a2fa088cf4dd
--- a/symbian3/app/conversations/package_definition.xml	Tue May 25 11:17:36 2010 +0100
+++ b/symbian3/app/conversations/package_definition.xml	Wed May 26 17:18:20 2010 +0100
@@ -1,180 +1,104 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE SystemDefinition [
-<!ELEMENT SystemDefinition ( systemModel )>
-<!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED
->
-<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
-
-<!-- System Model Section of DTD -->
-<!ELEMENT systemModel (layer+)>
-
-<!ELEMENT layer (block* | collection*)*>
-<!-- Kernel Services, Base Services, OS Services, Etc -->
-<!ATTLIST layer
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
->
-
-<!ELEMENT block (subblock* | collection*)*>
- <!-- Generic OS services, Comms Services, etc -->
-<!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-
-<!ELEMENT subblock (collection)*>
-<!-- Cellular Baseband Services, Networking Services, etc -->
-<!ATTLIST subblock
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
->
-
-<!ELEMENT collection (component)*>
-<!-- Screen Driver, Content Handling, etc -->
-<!ATTLIST collection
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
->
-
-<!ELEMENT component (unit)*>
-<!-- contains units or is a  package or prebuilt -->
-<!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 >
-<!-- must be buildable (bld.inf) -->
-<!-- bldFile  may someday be removed in favour of mrp -->
-<!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^3" schema="2.0.1">
-  <systemModel>
-    <layer name="app" long-name="Applications" levels="services apps">
-      <block name="conversations" level="apps" long-name="Conversation Apps" levels="settings utils plugin ui">
-        <collection name="conversations_plat" long-name="Conversation Apps Platform Interfaces" level="ui">
-          <component name="im_cv_launcher_api" long-name="IM CV Launcher API" filter="s60" class="api">
-            <unit bldFile="/sf/app/conversations/conversations_plat/im_cv_launcher_api/group"/>
-          </component>
-          <component name="im_connection_api" long-name="IM Connection API" filter="s60" class="api">
-            <unit bldFile="/sf/app/conversations/conversations_plat/im_connection_api/group"/>
-          </component>
-          <component name="im_cv_appui_api" long-name="IM CV App UI API" filter="s60" class="api">
-            <unit bldFile="/sf/app/conversations/conversations_plat/im_cv_appui_api/group"/>
-          </component>
-        </collection>
-        <collection name="uiservicetabsettings" long-name="UI Service Tab Settings" level="settings">
-          <!-- this is really at the wrong rank. should move down a directory -->
-          <component name="vimpstsettings" filter="s60" long-name="VIMP Service Tab Settings">
-            <unit bldFile="/sf/app/conversations/uiservicetabsettings/group"/>
-          </component>
-        </collection>
-        <collection name="instantmessagesalert" long-name="Instant Messages Alert" level="utils">
-          <!-- this is really at the wrong rank. should move down a directory -->
-          <component name="instantmessagesalert_build" filter="s60" long-name="Instant Messages Alert build" introduced="^3">
-            <unit bldFile="/sf/app/conversations/instantmessagesalert/group"/>
-          </component>
-        </collection>
-        <collection name="imstutils" long-name="IM Service Tab Utils" level="utils">
-          <component name="imstutils_help" filter="s60" long-name="IM Service Tab Help">
-            <unit bldFile="/sf/app/conversations/imstutils/help/group"/>
-          </component>
-          <component name="imconnectionprovider" filter="s60" long-name="IM Connection Provider" plugin="Y">
-            <unit bldFile="/sf/app/conversations/imstutils/imconnectionprovider/group"/>
-          </component>
-          <component name="xmppadapter" filter="s60" long-name="XMPP Settings Adapter" plugin="Y">
-            <unit bldFile="/sf/app/conversations/imstutils/xmppadapter/group"/>
-          </component>
-          <component name="imconversationview" filter="s60" long-name="IM Conversation View">
-            <unit bldFile="/sf/app/conversations/imstutils/imconversationview/group"/>
-          </component>
-          <component name="imstutils_config" filter="s60" long-name="IM Service Tab Utils config" class="config">
-            <!-- remove the #includes and or moved ithe loc file into one the above components -->
-            <unit bldFile="/sf/app/conversations/imstutils/group"/>
-          </component>
-        </collection>
-        <collection name="uiservicetab" long-name="UI Service Tab" level="ui">
-          <component name="vimpstutils" filter="s60" long-name="VIMP Service Tab Utilities">
-            <!-- need to spell out VIMP at least once -->
-            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstutils/group"/>
-          </component>
-          <component name="vimpststorage" filter="s60" long-name="VIMP Service Tab Storage">
-            <unit bldFile="/sf/app/conversations/uiservicetab/vimpststorage/group"/>
-          </component>
-          <component name="vimpstengine" filter="s60" long-name="VIMP Service Tab Engine">
-            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstengine/group"/>
-          </component>
-          <component name="vimpstcmdprocess" filter="s60" long-name="VIMP Service Tab Command Process">
-            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstcmdprocess/group"/>
-          </component>
-          <component name="vimpstui" filter="s60" long-name="VIMP Service Tab UI">
-            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstui/group"/>
-          </component>
-          <component name="vimpstdetailsviewplugin" filter="s60" long-name="VIMP ST Details View Plugin" plugin="Y">
-            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstdetailsviewplugin/group"/>
-          </component>
-          <component name="uiservicetab_build" filter="s60" long-name="UI Service Tab Build">
-            <!-- can this be distributed into the above bld.infs? -->
-            <unit bldFile="/sf/app/conversations/uiservicetab/group"/>
-          </component>
-        </collection>
-        <collection name="servicewidget" long-name="Service Widget" level="ui">
-          <component name="servicewidgetdatapublisher" filter="s60" long-name="Service Widget Data Publisher" plugin="Y">
-            <unit bldFile="/sf/app/conversations/servicewidget/servicewidgetdatapublisher/group"/>
-          </component>
-          <component name="themes" filter="s60" long-name="Service Widget Themes" class="config">
-            <!-- does this really need to have that number in the directory name? -->
-            <unit bldFile="/sf/app/conversations/servicewidget/themes/install-themes/install/servicewidget_20021383/group"/>
-          </component>
-          <component name="servicewidget_build" filter="s60" long-name="Service Widget Build">
-            <!-- Either move the whole collection down one directory into a single component, or move the ROM and SIS parts into a Service Widget ROM component -->
-            <unit bldFile="/sf/app/conversations/servicewidget/group"/>
-          </component>
-        </collection>
-        <collection name="instantmsgindicatorplugin" long-name="Instant Message Indicator Plugin" level="plugin">
-          <!--  collection is really a component. should move down a directory -->
-          <component name="instantmsgindicatorplugin_build" filter="s60" long-name="Instant Message Indicator Plugin Build" introduced="^3" plugin="Y">
-            <unit bldFile="/sf/app/conversations/instantmsgindicatorplugin/group"/>
-          </component>
-        </collection>
-        <collection name="imstatuspaneindicatorplugin" long-name="IM Status Pane Indicator Plugin" level="plugin">
-          <!--  collection is really a component. should move down a directory -->
-          <component name="imstatuspaneindicatorplugin_build" filter="s60" long-name="IM Status Pane Indicator Plugin Build" introduced="^3" plugin="Y">
-            <unit bldFile="/sf/app/conversations/imstatuspaneindicatorplugin/group"/>
-          </component>
-        </collection>
-        <collection name="conversations_info" long-name="Conversation Apps Info" level="ui">
-          <component name="conversations_build" filter="s60" long-name="Conversation Apps Build">
-            <!-- can the exports be moved to other components? or this remade into a configuration component?-->
-            <unit bldFile="/sf/app/conversations/group"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-  </systemModel>
+<SystemDefinition schema="3.0.0">
+ <package id="conversations" name="Conversation Apps" levels="settings utils plugin ui">
+  <collection id="conversations_plat" name="Conversation Apps Platform Interfaces" level="ui">
+   <component id="im_cv_launcher_api" name="IM CV Launcher API" class="api" filter="s60">
+    <meta rel="Api" href="conversations_plat/im_cv_launcher_api/im_cv_launcher_api.metaxml"/>
+    <unit bldFile="conversations_plat/im_cv_launcher_api/group"/>
+   </component>
+   <component id="im_connection_api" name="IM Connection API" class="api" filter="s60">
+    <meta rel="Api" href="conversations_plat/im_connection_api/im_connection_api.metaxml"/>
+    <unit bldFile="conversations_plat/im_connection_api/group"/>
+   </component>
+   <component id="im_cv_appui_api" name="IM CV App UI API" class="api" filter="s60">
+    <unit bldFile="conversations_plat/im_cv_appui_api/group"/>
+   </component>
+  </collection>
+  <collection id="uiservicetabsettings" name="UI Service Tab Settings" level="settings">
+   <!-- this is really at the wrong rank. should move down a directory -->
+   <component id="vimpstsettings" filter="s60" name="VIMP Service Tab Settings">
+    <unit bldFile="uiservicetabsettings/group"/>
+   </component>
+  </collection>
+  <collection id="instantmessagesalert" name="Instant Messages Alert" level="utils">
+   <!-- this is really at the wrong rank. should move down a directory -->
+   <component id="instantmessagesalert_build" filter="s60" name="Instant Messages Alert build" introduced="^3">
+    <unit bldFile="instantmessagesalert/group"/>
+   </component>
+  </collection>
+  <collection id="imstutils" name="IM Service Tab Utils" level="utils">
+   <component id="imstutils_help" filter="s60" name="IM Service Tab Help">
+    <unit bldFile="imstutils/help/group"/>
+   </component>
+   <component id="imconnectionprovider" filter="s60" name="IM Connection Provider" class="plugin">
+    <unit bldFile="imstutils/imconnectionprovider/group"/>
+   </component>
+   <component id="xmppadapter" filter="s60" name="XMPP Settings Adapter" class="plugin">
+    <unit bldFile="imstutils/xmppadapter/group"/>
+   </component>
+   <component id="imconversationview" filter="s60" name="IM Conversation View">
+    <unit bldFile="imstutils/imconversationview/group"/>
+   </component>
+   <component id="imstutils_config" filter="s60" name="IM Service Tab Utils config" class="config">
+    <!-- remove the #includes and or moved ithe loc file into one the above components -->
+    <unit bldFile="imstutils/group"/>
+   </component>
+  </collection>
+  <collection id="uiservicetab" name="UI Service Tab" level="ui">
+   <component id="vimpstutils" filter="s60" name="VIMP Service Tab Utilities">
+    <!-- need to spell out VIMP at least once -->
+    <unit bldFile="uiservicetab/vimpstutils/group"/>
+   </component>
+   <component id="vimpststorage" filter="s60" name="VIMP Service Tab Storage">
+    <unit bldFile="uiservicetab/vimpststorage/group"/>
+   </component>
+   <component id="vimpstengine" filter="s60" name="VIMP Service Tab Engine">
+    <unit bldFile="uiservicetab/vimpstengine/group"/>
+   </component>
+   <component id="vimpstcmdprocess" filter="s60" name="VIMP Service Tab Command Process">
+    <unit bldFile="uiservicetab/vimpstcmdprocess/group"/>
+   </component>
+   <component id="vimpstui" filter="s60" name="VIMP Service Tab UI">
+    <unit bldFile="uiservicetab/vimpstui/group"/>
+   </component>
+   <component id="vimpstdetailsviewplugin" filter="s60" name="VIMP ST Details View Plugin" class="plugin">
+    <unit bldFile="uiservicetab/vimpstdetailsviewplugin/group"/>
+   </component>
+   <component id="uiservicetab_build" filter="s60" name="UI Service Tab Build">
+    <!-- can this be distributed into the above bld.infs? -->
+    <unit bldFile="uiservicetab/group"/>
+   </component>
+  </collection>
+  <collection id="servicewidget" name="Service Widget" level="ui">
+   <component id="servicewidgetdatapublisher" filter="s60" name="Service Widget Data Publisher" class="plugin">
+    <unit bldFile="servicewidget/servicewidgetdatapublisher/group"/>
+   </component>
+   <component id="themes" filter="s60" name="Service Widget Themes" class="config">
+    <!-- does this really need to have that number in the directory name? -->
+    <unit bldFile="servicewidget/themes/install-themes/install/servicewidget_20021383/group"/>
+   </component>
+   <component id="servicewidget_build" filter="s60" name="Service Widget Build">
+    <!-- Either move the whole collection down one directory into a single component, or move the ROM and SIS parts into a Service Widget ROM component -->
+    <unit bldFile="servicewidget/group"/>
+   </component>
+  </collection>
+  <collection id="instantmsgindicatorplugin" name="Instant Message Indicator Plugin" level="plugin">
+   <!--  collection is really a component. should move down a directory -->
+   <component id="instantmsgindicatorplugin_build" filter="s60" name="Instant Message Indicator Plugin Build" class="plugin" introduced="^3">
+    <unit bldFile="instantmsgindicatorplugin/group"/>
+   </component>
+  </collection>
+  <collection id="imstatuspaneindicatorplugin" name="IM Status Pane Indicator Plugin" level="plugin">
+   <!--  collection is really a component. should move down a directory -->
+   <component id="imstatuspaneindicatorplugin_build" filter="s60" name="IM Status Pane Indicator Plugin Build" class="plugin" introduced="^3">
+    <unit bldFile="imstatuspaneindicatorplugin/group"/>
+   </component>
+  </collection>
+  <collection id="conversations_info" name="Conversation Apps Info" level="ui">
+   <component id="conversations_build" filter="s60" name="Conversation Apps Build">
+    <!-- can the exports be moved to other components? or this remade into a configuration component?-->
+    <unit bldFile="group"/>
+   </component>
+  </collection>
+ </package>
 </SystemDefinition>