symbian4/app/videoeditor/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 12:13:51 +0000
branchHighFidelityModel
changeset 492 9d01207f9dd3
parent 246 f99f9ea9b39f
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in imgeditor package

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="videoeditor" name="Video Editor Apps" levels="engine ui">
    <collection id="videoeditor_plat" filter="sf_build" name="Video Editor Apps Platform Interfaces" level="ui">
      <component id="video_editor_engine_api" filter="sf_build" name="Video Editor Engine API" class="api" introduced="^2">
        <meta rel="Api" href="videoeditor_plat/video_editor_engine_api/video_editor_engine_api.metaxml"/>
        <unit bldFile="videoeditor_plat/video_editor_engine_api/group"/>
      </component>
    </collection>
    <collection id="videditor" name="Video Editor" level="ui">
      <component id="videoeditorcommon" filter="sf_build" name="Video Editor Common" introduced="^2">
        <unit bldFile="videditor/videoeditorcommon/group"/>
      </component>
      <component id="videoeditoruicomponents" filter="sf_build" name="Video Editor UI Components" introduced="^2">
        <unit bldFile="videditor/videoeditoruicomponents/group"/>
      </component>
      <component id="simplevideoeditor" filter="sf_build" name="Simple Video Editor" introduced="^2">
        <unit bldFile="videditor/simplevideoeditor/group"/>
      </component>
      <component id="simplecutvideo" filter="sf_build" name="Simple Cut Video" introduced="^2">
        <unit bldFile="videditor/simplecutvideo/group"/>
      </component>
      <component id="videoprovider" filter="sf_build" name="Video Provider" introduced="^2">
        <unit bldFile="videditor/videoprovider/group"/>
      </component>
      <component id="manualvideoeditor" filter="sf_build" name="Manual Video Editor" introduced="^2">
      <!--  uncomment when supported
      	<meta rel="config">
      		<defined condition="__INCLUDE_MANUAL_VIDEO_EDITOR__"/>
      	</meta>
        <unit bldFile="videditor/manualvideoeditor/group"/> -->
      </component>
      <component id="videditor_build" filter="sf_build" name="Video Editor Build" introduced="^2">
		<!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
        <unit bldFile="videditor/group"/>
      </component>
    </collection>
    <collection id="videoeditorengine" name="Video Editor Engine" level="engine">
      <component id="audioeditorengine" filter="sf_build" name="Audio Editor Engine" introduced="^2">
        <unit bldFile="videoeditorengine/audioeditorengine/group"/>
      </component>
      <component id="avcedit" filter="sf_build" name="AVC Editing" introduced="^2">
        <unit bldFile="videoeditorengine/avcedit/group"/>
      </component>
      <component id="h263decoder" filter="sf_build" name="H.263 Decoder" introduced="^2">
        <unit bldFile="videoeditorengine/h263decoder/group"/>
      </component>
      <component id="mp3aacmaniplib" filter="sf_build" name="MP3 and AAC Manipulation Library" introduced="^2">
        <unit bldFile="videoeditorengine/mp3aacmaniplib/group"/>
      </component>
      <component id="vedtranscoder" filter="sf_build" name="Video Editor Transcoder" introduced="^2">
        <unit bldFile="videoeditorengine/vedtranscoder/group"/>
      </component>
      <component id="vedengine" filter="sf_build" name="Video Editor Engine" introduced="^2">
        <unit bldFile="videoeditorengine/vedengine/group"/>
      </component>
      <component id="videoeditorengine_build" filter="sf_build" name="Video Editor Engine Build" introduced="^2">
		<!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
        <unit bldFile="videoeditorengine/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>