symbian3/mw/mmappfw/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Thu, 18 Feb 2010 13:04:16 +0000
branchHighFidelityModel
changeset 76 f01da794df62
parent 63 d7aa110911c4
child 141 27d9d356efbf
permissions -rw-r--r--
Integration

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="mmappfw" name="Multimedia App Framework" levels="fw utils if">
    <collection id="mpx" name="Multimedia Player" level="fw">
      <component id="commonframework" filter="s60" name="MPX Common Framework" introduced="^1">
        <unit bldFile="mpx/commonframework/group"/>
      </component>
      <component id="playbackframework" filter="s60" name="MPX Playback Framework" introduced="^1">
        <unit bldFile="mpx/playbackframework/group"/>
      </component>
      <component id="mpxcollectionfw" filter="s60" name="MPX Collection Framework" introduced="^1">
        <unit bldFile="mpx/collectionframework/group"/>
      </component>
      <component id="mpxviewfw" filter="s60" name="MPX View Framework" introduced="^1">
        <unit bldFile="mpx/viewframework/group"/>
      </component>
      <component id="mpx_build" filter="s60" name="MPX Build" introduced="^1">
      <!--  Move the export to another component or remove the #includes from this one -->
        <unit bldFile="mpx/group"/>
      </component>
    </collection>
    <collection id="mmappcomponents" name="Multimedia App Components" level="utils">
      <component id="mmappcomponents_build" filter="s60" name="Multimedia App Components Build" introduced="^1">
      	<!-- needed for  #ifdefs and hrh include. Need to #include the .hrh file in each bld.inf
      		Can remove this once configuration is in place-->
        <unit bldFile="mmappcomponents/group"/>
      </component>
      <component id="collectionhelper" filter="s60" name="Media Player Collection Helper" introduced="^1">
        <unit bldFile="mmappcomponents/collectionhelper/group"/>
      </component>
      <component id="playlistengine" filter="s60" name="Playlist Engine" introduced="^1">
        <unit bldFile="mmappcomponents/playlistengine/group"/>
      </component>
      <component id="mpxharvester" filter="s60" name="Media Player Harvester" introduced="^1">
        <unit bldFile="mmappcomponents/harvester/group"/>
      </component>
      <component id="mmappcommonui" filter="s60" name="Multimedia App Common UI" introduced="^1">
        <unit bldFile="mmappcomponents/mmappcommonui/group"/>
      </component>
      <component id="mediaplayersettingsengine" filter="s60" name="Media Player Settings Engine" introduced="^1">
        <unit bldFile="mmappcomponents/mediaplayersettingsengine/group"/>
      </component>
      <component id="audiofetcher" filter="s60" name="Audio Fetcher" class="plugin" introduced="^1">
      	<meta rel="config">
      		<defined condition="IAD_INCLUDE_AUDIOFETCHER"/>
      	</meta>
      	<!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
        <!-- <unit bldFile="mmappcomponents/audiofetcher/group"/>-->
      </component>
      <component id="asxparser" filter="s60" name="ASX Parser" introduced="^1">
      	<meta rel="config">
      		<defined condition="__WINDOWS_MEDIA"/>
      	</meta>
      	<!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
        <!-- <unit bldFile="mmappcomponents/asxparser/group"/>-->
      </component>
      <component id="playbackhelper" filter="s60" name="Playback Helper" introduced="^3">
        <unit bldFile="mmappcomponents/playbackhelper/group"/>
      </component>
      <component id="videoplaylistutility" filter="s60" name="Video Playlist Utility" introduced="^3">
        <unit bldFile="mmappcomponents/videoplaylistutility/group"/>
      </component>
      <component id="mmmtpdataprovider" filter="s60" name="Multimedia MTP Data Provider" introduced="^3">
        <unit bldFile="mmappcomponents/mmmtpdataprovider/group"/>
      </component>
    </collection>
    <collection id="mmappfw_info" name="Multimedia App Framework Info" level="if">
      <component id="mmappfw_build" filter="s60" name="Multimedia App Framework Build" introduced="^1">
      <!--  Move the export to another component or remove the #includes from this one -->
        <unit bldFile="group"/>
      </component>
      <component id="mmappfw_test" filter="s60,test,api_test,pref_test" name="Multimedia App Framework Test" purpose="development" introduced="^1">
        <unit bldFile="tsrc/group" filter="TA_MMAPPFW"/>
      </component>
      <component id="mmappfw_plat" filter="s60" name="Multimedia App Framework Platform Interfaces" class="api" introduced="^1">
        <unit bldFile="mmappfw_plat/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>