CompilerCompatibility/mw/mmmw/package_definition.xml
author Dario Sestito <darios@symbian.org>
Tue, 16 Mar 2010 16:25:56 +0000
changeset 139 012b7ecead80
parent 32 f796f85fb016
child 212 a44ae815a47f
permissions -rw-r--r--
Update CompilerCompatibility models from PDK_3.0.h

<?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^3" schema="2.0.1">
<systemModel>
<layer name="mw" long-name="Middleware" levels="generic specific">
<block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
    <collection name="mmfenh" long-name="MMF Enhancements" level="generic">
     <component name="advancedaudiocontroller" filter="s60" long-name="Advanced Audio Controllers" plugin="Y">
      <unit bldFile="/sf/mw/mmmw/mmfenh/advancedaudiocontroller/group"/>
     </component>
     <component name="audiooutputcontrolutility" filter="s60" long-name="Audio Output Control Utility">
      <unit bldFile="/sf/mw/mmmw/mmfenh/audiooutputcontrolutility/group"/>
     </component>
     <component name="configurationcomponentsfactory" filter="s60" long-name="Configuration Components Factory">
      <unit bldFile="/sf/mw/mmmw/mmfenh/configurationcomponentsfactory/group"/>
     </component>
     <component name="enhancedaudioplayerutility" filter="s60" long-name="Enhanced Audio Player Utility">
      <unit bldFile="/sf/mw/mmmw/mmfenh/enhancedaudioplayerutility/group"/>
     </component>
     <component name="enhancedmediaclient" filter="s60" long-name="Enhanced Media Client">
      <unit bldFile="/sf/mw/mmmw/mmfenh/enhancedmediaclient/group"/>
     </component>
     <component name="profilesettingsmonitor" filter="s60" long-name="Profile Settings Monitor">
      <unit bldFile="/sf/mw/mmmw/mmfenh/profilesettingsmonitor/group"/>
     </component>
     <component name="progressivedownload" filter="s60" long-name="Progressive Download">
      <unit bldFile="/sf/mw/mmmw/mmfenh/progressivedownload/group"/>
     </component>
    </collection>
    <collection name="mm_fw" long-name="Multimedia Frameworks" level="framework">
     <!-- Id needs to be unique, mmfw already in use -->
     <!-- Placeholder for OpenAX AL and other stuff -->
    </collection>
    <collection name="mmserv" long-name="Multimedia Services" level="specific">
     <component name="audioeffectsui" filter="s60" long-name="Audio Effects UI">
      <unit bldFile="/sf/mw/mmmw/mmserv/audioeffectsui/group"/>
     </component>
     <component name="callaudiocontrol" filter="s60" long-name="Call Audio Control">
      <unit bldFile="/sf/mw/mmmw/mmserv/callaudiocontrol/group"/>
     </component>
     <component name="metadatautility" filter="s60" long-name="Metadata Utility">
      <unit bldFile="/sf/mw/mmmw/mmserv/metadatautility/group"/>
     </component>
     <component name="radioutility" filter="s60" long-name="Radio Utility">
      <unit bldFile="/sf/mw/mmmw/mmserv/radioutility/group"/>
     </component>
     <component name="thumbnailengine" filter="s60" long-name="Thumbnail Engine" introduced="^2">
      <unit bldFile="/sf/mw/mmmw/mmserv/thumbnailengine/group"/>
     </component>
     <component name="tms" filter="s60" long-name="Telephony Multimedia Service" introduced="^3">
      <unit bldFile="/sf/mw/mmmw/mmserv/tms/group"/>
     </component>
     <component name="voipaudioservices" filter="s60" long-name="VoIP Audio Services">
      <unit bldFile="/sf/mw/mmmw/mmserv/voipaudioservices/group"/>
     </component>
     <component name="lib3gpextparser" filter="s60" long-name="3GP Extension Metadata Parser Library">
      <unit bldFile="/sf/mw/mmmw/mmserv/metadatautility/3GPExtParserLib_stub/group" filter="sf_build"/>
     </component>
    </collection>
    <collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
     <component name="mmmw_plat" filter="s60" long-name="Multimedia Middleware Platform Interfaces" class="api">
      <unit bldFile="/sf/mw/mmmw/mmmw_plat/group"/>
     </component>
     <component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="^2" purpose="development" class="config PC">
      <unit mrp="/sf/mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
     </component>
    </collection>
   </block>
</layer>
</systemModel>
</SystemDefinition>