symbian4/mw/ipappsrv/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 150 8d58b930d36e
child 330 dc8c3f5ca92a
--- a/symbian4/mw/ipappsrv/package_definition.xml	Wed May 26 17:18:20 2010 +0100
+++ b/symbian4/mw/ipappsrv/package_definition.xml	Wed May 26 17:30:43 2010 +0100
@@ -1,144 +1,72 @@
 <?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^4" schema="2.0.1">
-  <systemModel>
-    <layer name="mw" long-name="Middleware" levels="generic specific">
-      <block name="ipappsrv" level="specific" long-name="IP App Services" levels="framework generic server conn plugin">
-        <collection name="ipappsrv_plat" long-name="IP App Services Platform Interfaces" level="plugin">
-          <component name="transcoder_api" long-name="Transcoder API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/transcoder_api/group"/>
-          </component>
-          <component name="comms_event_api" long-name="Comms Event API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/comms_event_api/group"/>
-          </component>
-          <component name="floor_control_api" long-name="Floor Control API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/floor_control_api/group"/>
-          </component>
-          <component name="media_control_api" long-name="Media Control API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/media_control_api/group"/>
-          </component>
-          <component name="multimedia_comms_api" long-name="Multimedia Comms API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/multimedia_comms_api/group"/>
-          </component>
-          <component name="nat_settings_api" long-name="NAT Settings API" filter="s60" class="api">
-            <unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/nat_settings_api/group"/>
-          </component>
-        </collection>
-        <collection name="natfw" long-name="NAT Framework" level="framework">
-          <!-- collection is really a component. Need to move down a directory -->
-          <component name="natfw_build" filter="s60" long-name="NAT Framework Build" introduced="^2">
-            <unit bldFile="/sf/mw/ipappsrv/natfw/group"/>
-          </component>
-        </collection>
-        <collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn">
-          <!-- collection is really a component. Need to move down a directory -->
-          <component name="multimediacommscontroller_build" filter="s60" long-name="Multimedia Comms Controller Build">
-            <unit bldFile="/sf/mw/ipappsrv/multimediacommscontroller/group"/>
-          </component>
-        </collection>
-        <collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
-          <!-- collection is really a component. Need to move down a directory -->
-          <component name="multimediacommsengine_build" filter="s60" long-name="Multimedia Comms Engine Build">
-            <unit bldFile="/sf/mw/ipappsrv/multimediacommsengine/group"/>
-          </component>
-        </collection>
-        <collection name="natplugins" long-name="NAT Plugins" level="plugin">
-          <component name="natpcliprovisioningnatfwadapter" filter="s60" long-name="Client Provisioning NAT Framework Traversal Adapter" introduced="^2" plugin="Y">
-            <unit bldFile="/sf/mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
-          </component>
-          <component name="natpdevmgmtnatfwadapter" filter="s60" long-name="Device Management NAT Framework Traversal Adapter" plugin="Y">
-            <unit bldFile="/sf/mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
-          </component>
-          <component name="natptraversalcontroller" filter="s60" long-name="NAT Traversal Controller" plugin="Y">
-            <unit bldFile="/sf/mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
-          </component>
-          <component name="natpnatfwsdpprovider" filter="s60" long-name="NAT Framework SDP Provider" plugin="Y">
-            <unit bldFile="/sf/mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
-          </component>
-        </collection>
-        <collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin">
-          <component name="ipappsrv_build" long-name="IP App Services Build" filter="s60">
-            <!-- remove the #includes from here and rename as xxx ROM or move iby/sis files into another component-->
-            <unit mrp="/sf/mw/ipappsrv/group"/>
-          </component>
-          <component name="ipappsrv_metadata" long-name="IP App Services Metadata" introduced="^2" purpose="development" class="config PC">
-            <unit mrp="/sf/mw/ipappsrv/ipappsrv_info/ipappsrv_metadata/ipappsrv_metadata.mrp"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-  </systemModel>
+<SystemDefinition schema="3.0.0">
+ <package id="ipappsrv" name="IP App Services" levels="framework generic server conn plugin">
+  <collection id="ipappsrv_plat" name="IP App Services Platform Interfaces" level="plugin">
+   <component id="transcoder_api" name="Transcoder API" class="api" filter="s60">
+    <meta rel="Api" href="ipappsrv_plat/transcoder_api/transcoder_api.metaxml"/>
+    <unit bldFile="ipappsrv_plat/transcoder_api/group"/>
+   </component>
+   <component id="comms_event_api" name="Comms Event API" class="api" filter="s60">
+    <meta rel="Api" href="ipappsrv_plat/comms_event_api/comms_event_api.metaxml"/>
+    <unit bldFile="ipappsrv_plat/comms_event_api/group"/>
+   </component>
+   <component id="floor_control_api" name="Floor Control API" class="api" filter="s60">
+    <meta rel="Api" href="ipappsrv_plat/floor_control_api/floor_control_api.metaxml"/>
+    <unit bldFile="ipappsrv_plat/floor_control_api/group"/>
+   </component>
+   <component id="media_control_api" name="Media Control API" class="api" filter="s60">
+    <meta rel="Api" href="ipappsrv_plat/media_control_api/media_control_api.metaxml"/>
+    <unit bldFile="ipappsrv_plat/media_control_api/group"/>
+   </component>
+   <component id="multimedia_comms_api" name="Multimedia Comms API" class="api" filter="s60">
+    <meta rel="Api" href="ipappsrv_plat/multimedia_comms_api/multimedia_comms_api.metaxml"/>
+    <unit bldFile="ipappsrv_plat/multimedia_comms_api/group"/>
+   </component>
+   <component id="nat_settings_api" name="NAT Settings API" class="api" filter="s60">
+    <meta rel="Api" href="ipappsrv_plat/nat_settings_api/nat_settings_api.metaxml"/>
+    <unit bldFile="ipappsrv_plat/nat_settings_api/group"/>
+   </component>
+  </collection>
+  <collection id="natfw" name="NAT Framework" level="framework">
+   <!-- collection is really a component. Need to move down a directory -->
+   <component id="natfw_build" filter="s60" name="NAT Framework Build" introduced="^2">
+    <unit bldFile="natfw/group"/>
+   </component>
+  </collection>
+  <collection id="multimediacommscontroller" name="Multimedia Comms Controller" level="conn">
+   <!-- collection is really a component. Need to move down a directory -->
+   <component id="multimediacommscontroller_build" filter="s60" name="Multimedia Comms Controller Build">
+    <unit bldFile="multimediacommscontroller/group"/>
+   </component>
+  </collection>
+  <collection id="multimediacommsengine" name="Multimedia Comms Engine" level="generic">
+   <!-- collection is really a component. Need to move down a directory -->
+   <component id="multimediacommsengine_build" filter="s60" name="Multimedia Comms Engine Build">
+    <unit bldFile="multimediacommsengine/group"/>
+   </component>
+  </collection>
+  <collection id="natplugins" name="NAT Plugins" level="plugin">
+   <component id="natpcliprovisioningnatfwadapter" filter="s60" name="Client Provisioning NAT Framework Traversal Adapter" class="plugin" introduced="^2">
+    <unit bldFile="natplugins/natpcliprovisioningnatfwadapter/group"/>
+   </component>
+   <component id="natpdevmgmtnatfwadapter" filter="s60" name="Device Management NAT Framework Traversal Adapter" class="plugin">
+    <unit bldFile="natplugins/natpdevmgmtnatfwadapter/group"/>
+   </component>
+   <component id="natptraversalcontroller" filter="s60" name="NAT Traversal Controller" class="plugin">
+    <unit bldFile="natplugins/natptraversalcontroller/group"/>
+   </component>
+   <component id="natpnatfwsdpprovider" filter="s60" name="NAT Framework SDP Provider" class="plugin">
+    <unit bldFile="natplugins/natpnatfwsdpprovider/group"/>
+   </component>
+  </collection>
+  <collection id="ipappsrv_info" name="IP App Services Info" level="plugin">
+   <component id="ipappsrv_build" name="IP App Services Build" filter="s60">
+    <!-- remove the #includes from here and rename as xxx ROM or move iby/sis files into another component-->
+    <unit mrp="group"/>
+   </component>
+   <component id="ipappsrv_metadata" name="IP App Services Metadata" class="config" introduced="^2" purpose="development" target="desktop">
+    <unit mrp="ipappsrv_info/ipappsrv_metadata/ipappsrv_metadata.mrp"/>
+   </component>
+  </collection>
+ </package>
 </SystemDefinition>