symbian3/mw/messagingmw/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 27d9d356efbf
child 481 3e63b7f94b64
--- a/symbian3/mw/messagingmw/package_definition.xml	Tue May 25 11:17:36 2010 +0100
+++ b/symbian3/mw/messagingmw/package_definition.xml	Wed May 26 17:18:20 2010 +0100
@@ -1,170 +1,98 @@
 <?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="mw" long-name="Middleware" levels="generic specific">
-      <block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
-        <collection name="msgfw_pub" long-name="Messaging Middleware Public Interfaces" level="api">
-          <component name="send_ui_api" long-name="Send UI API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/messagingmw/msgfw_pub/send_ui_api/group"/>
-          </component>
-        </collection>
-        <collection name="msgfw_plat" long-name="Messaging Middleware Platform Interfaces" level="api">
-          <component name="always_online_plugin_api" long-name="Always Online Plugin API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/messagingmw/msgfw_plat/always_online_plugin_api/group"/>
-          </component>
-          <component name="always_online_client_api" long-name="Always Online Client API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/messagingmw/msgfw_plat/always_online_client_api/group"/>
-          </component>
-          <component name="msg_common_utils_api" long-name="Messaging Common Utils API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/messagingmw/msgfw_plat/msg_common_utils_api/group"/>
-          </component>
-          <component name="send_ui_plugin_api" long-name="Send UI Plug-in API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/messagingmw/msgfw_plat/send_ui_plugin_api/group"/>
-          </component>
-          <component name="send_ui_datautils_api" long-name="Send UI Data Utils API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/messagingmw/msgfw_plat/send_ui_datautils_api/group"/>
-          </component>
-        </collection>
-        <collection name="msgbranched" long-name="Messaging Branched" level="fw">
-          <!-- collection is really a component. Need to move down a directory -->
-          <component name="msgbranched_build" filter="s60" long-name="Messaging Branched Build">
-            <unit bldFile="/sf/mw/messagingmw/msgbranched/group"/>
-          </component>
-        </collection>
-        <collection name="messagingfw" long-name="Messaging Framework" level="fw">
-          <!-- should break this collection up into smaller related collections -->
-          <component name="alwaysonline" filter="s60" long-name="Always Online Server" introduced="^2">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/alwaysonline/group"/>
-          </component>
-          <component name="msgcommonutils" filter="s60" long-name="Messaging Common Utils" introduced="^2">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/msgcommonutils/group"/>
-          </component>
-          <component name="senduiservices" filter="s60" long-name="Send UI Services" introduced="^2">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/senduiservices/group"/>
-          </component>
-          <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="/sf/mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
-          </component>
-          <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="/sf/mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
-          </component>
-          <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/biomsgfw/group" mrp="/sf/mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
-          </component>
-          <component name="msgconf" long-name="Messaging Config" introduced="^2" purpose="optional" class="config">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/msgconf/group" mrp="/sf/mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
-          </component>
-          <component name="watcherfw" long-name="Watcher Framework" purpose="optional">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/watcherfw/group" mrp="/sf/mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
-          </component>
-          <component name="msgtest" long-name="Messaging Test" purpose="development">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/msgtest/group" mrp="/sf/mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
-          </component>
-          <component name="msgtests" long-name="Messaging Tests" purpose="development" filter="test">
-            <unit mrp="/sf/mw/messagingmw/messagingfw/msgtests/group/messaging.mrp" bldFile="/sf/mw/messagingmw/messagingfw/msgtests/group"/>
-          </component>
-          <component name="msgtestfw" long-name="Messaging Test Framework" deprecated="^3" purpose="development" filter="test">
-            <unit mrp="/sf/mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp" bldFile="/sf/mw/messagingmw/messagingfw/msgtestfw/group"/>
-          </component>
-          <component name="msgtestproduct" long-name="Messaging Test Product" purpose="development" filter="test">
-            <unit mrp="/sf/mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp" bldFile="/sf/mw/messagingmw/messagingfw/msgtestproduct/group"/>
-          </component>
-          <component name="sendas" long-name="Send As" purpose="optional">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/sendas/group" mrp="/sf/mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
-          </component>
-          <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/msgurlhandler/group" mrp="/sf/mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
-          </component>
-          <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/wappushfw/group" mrp="/sf/mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
-          </component>
-          <component name="suplsmshandler" long-name="SUPL SMS Handler" introduced="^2" purpose="development" plugin="Y">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/suplsmshandler/group" mrp="/sf/mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
-          </component>
-          <component name="suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="^2" purpose="optional" plugin="Y">
-            <unit bldFile="/sf/mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="/sf/mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
-          </component>
-        </collection>
-        <collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
-          <component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="^2" purpose="development" class="config PC">
-            <unit mrp="/sf/mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-  </systemModel>
+<SystemDefinition schema="3.0.0">
+ <package id="messagingmw" name="Messaging Middleware" levels="stack fw api">
+  <collection id="msgfw_pub" name="Messaging Middleware Public Interfaces" level="api">
+   <component id="send_ui_api" name="Send UI API" class="api" filter="s60">
+    <meta rel="Api" href="msgfw_pub/send_ui_api/send_ui_api.metaxml"/>
+    <unit bldFile="msgfw_pub/send_ui_api/group"/>
+   </component>
+  </collection>
+  <collection id="msgfw_plat" name="Messaging Middleware Platform Interfaces" level="api">
+   <component id="always_online_plugin_api" name="Always Online Plugin API" class="api" filter="s60">
+    <meta rel="Api" href="msgfw_plat/always_online_plugin_api/always_online_plugin_api.metaxml"/>
+    <unit bldFile="msgfw_plat/always_online_plugin_api/group"/>
+   </component>
+   <component id="always_online_client_api" name="Always Online Client API" class="api" filter="s60">
+    <meta rel="Api" href="msgfw_plat/always_online_client_api/always_online_client_api.metaxml"/>
+    <unit bldFile="msgfw_plat/always_online_client_api/group"/>
+   </component>
+   <component id="msg_common_utils_api" name="Messaging Common Utils API" class="api" filter="s60">
+    <meta rel="Api" href="msgfw_plat/msg_common_utils_api/msg_common_utils_api.metaxml"/>
+    <unit bldFile="msgfw_plat/msg_common_utils_api/group"/>
+   </component>
+   <component id="send_ui_plugin_api" name="Send UI Plug-in API" class="api" filter="s60">
+    <meta rel="Api" href="msgfw_plat/send_ui_plugin_api/send_ui_plugin_api.metaxml"/>
+    <unit bldFile="msgfw_plat/send_ui_plugin_api/group"/>
+   </component>
+   <component id="send_ui_datautils_api" name="Send UI Data Utils API" class="api" filter="s60">
+    <meta rel="Api" href="msgfw_plat/send_ui_datautils_api/send_ui_datautils_api.metaxml"/>
+    <unit bldFile="msgfw_plat/send_ui_datautils_api/group"/>
+   </component>
+  </collection>
+  <collection id="msgbranched" name="Messaging Branched" level="fw">
+   <!-- collection is really a component. Need to move down a directory -->
+   <component id="msgbranched_build" filter="s60" name="Messaging Branched Build">
+    <unit bldFile="msgbranched/group"/>
+   </component>
+  </collection>
+  <collection id="messagingfw" name="Messaging Framework" level="fw">
+   <!-- should break this collection up into smaller related collections -->
+   <component id="alwaysonline" filter="s60" name="Always Online Server" introduced="^2">
+    <unit bldFile="messagingfw/alwaysonline/group"/>
+   </component>
+   <component id="msgcommonutils" filter="s60" name="Messaging Common Utils" introduced="^2">
+    <unit bldFile="messagingfw/msgcommonutils/group"/>
+   </component>
+   <component id="senduiservices" filter="s60" name="Send UI Services" introduced="^2">
+    <unit bldFile="messagingfw/senduiservices/group"/>
+   </component>
+   <component id="scheduledsendmtm" name="Scheduled Send MTM" introduced="6.0" purpose="optional" class="plugin">
+    <unit bldFile="messagingfw/scheduledsendmtm/group" mrp="messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
+   </component>
+   <component id="msgsrvnstore" name="Message Server and Store" purpose="optional">
+    <unit bldFile="messagingfw/msgsrvnstore/group" mrp="messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
+   </component>
+   <component id="biomsgfw" name="BIO Messaging Framework" introduced="6.0" purpose="optional">
+    <unit bldFile="messagingfw/biomsgfw/group" mrp="messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
+   </component>
+   <component id="msgconf" name="Messaging Config" introduced="^2" purpose="optional" class="config">
+    <unit bldFile="messagingfw/msgconf/group" mrp="messagingfw/msgconf/group/messaging_config.mrp"/>
+   </component>
+   <component id="watcherfw" name="Watcher Framework" purpose="optional">
+    <unit bldFile="messagingfw/watcherfw/group" mrp="messagingfw/watcherfw/group/messaging_watcher.mrp"/>
+   </component>
+   <component id="msgtest" name="Messaging Test" purpose="development">
+    <unit bldFile="messagingfw/msgtest/group" mrp="messagingfw/msgtest/group/messaging_test.mrp"/>
+   </component>
+   <component id="msgtests" name="Messaging Tests" purpose="development" filter="test">
+    <unit mrp="messagingfw/msgtests/group/messaging.mrp" bldFile="messagingfw/msgtests/group"/>
+   </component>
+   <component id="msgtestfw" name="Messaging Test Framework" deprecated="^3" purpose="development" filter="test">
+    <unit mrp="messagingfw/msgtestfw/group/messaging_testframework.mrp" bldFile="messagingfw/msgtestfw/group"/>
+   </component>
+   <component id="msgtestproduct" name="Messaging Test Product" purpose="development" filter="test">
+    <unit mrp="messagingfw/msgtestproduct/group/messaging_testproduct.mrp" bldFile="messagingfw/msgtestproduct/group"/>
+   </component>
+   <component id="sendas" name="Send As" purpose="optional">
+    <unit bldFile="messagingfw/sendas/group" mrp="messagingfw/sendas/group/messaging_sendas2.mrp"/>
+   </component>
+   <component id="msgurlhandler" name="Message URL Handler" introduced="7.0" purpose="optional">
+    <unit bldFile="messagingfw/msgurlhandler/group" mrp="messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
+   </component>
+   <component id="wappushfw" name="WAP Push Framework" introduced="6.1" purpose="optional">
+    <unit bldFile="messagingfw/wappushfw/group" mrp="messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
+   </component>
+   <component id="suplsmshandler" name="SUPL SMS Handler" introduced="^2" purpose="development" class="plugin">
+    <unit bldFile="messagingfw/suplsmshandler/group" mrp="messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
+   </component>
+   <component id="suplwappushhandler" name="SUPL WAP Push Handler" introduced="^2" purpose="optional" class="plugin">
+    <unit bldFile="messagingfw/suplwappushhandler/group" mrp="messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
+   </component>
+  </collection>
+  <collection id="messagingmw_info" name="Messaging Middleware Info" level="api">
+   <component id="messagingmw_metadata" name="Messaging Middleware Metadata" class="config" introduced="^2" purpose="development" target="desktop">
+    <unit mrp="messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
+   </component>
+  </collection>
+ </package>
 </SystemDefinition>