tip_pbc/mw/ipappsrv/package_definition.xml
author Dario Sestito <darios@symbian.org>
Thu, 19 Aug 2010 18:52:09 +0100
changeset 361 e1a3c78941f2
parent 355 0357197762a6
child 386 b83b50a45c11
permissions -rw-r--r--
Update package models from latest system model (platform@9d30aebbac53)

<?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 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>
</collection>
</block>
  </layer>
 </systemModel>
</SystemDefinition>