symbian3/app/videoeditor/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Fri, 29 Jan 2010 14:35:06 +0000
branchHighFidelityModel
changeset 42 82a6c2dffce1
child 63 d7aa110911c4
permissions -rw-r--r--
Add back in imgeditor / video editor. Include missing jrt 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="videditor" name="Video Editor" level="ui">
      <component id="videoeditorcommon" filter="s60" name="Video Editor Common" introduced="^2">
        <unit bldFile="videditor/videoeditorcommon/group"/>
      </component>
      <component id="videoeditoruicomponents" filter="s60" name="Video Editor UI Components" introduced="^2">
        <unit bldFile="videditor/videoeditoruicomponents/group"/>
      </component>
      <component id="simplevideoeditor" filter="s60" name="Simple Video Editor" introduced="^2">
        <unit bldFile="videditor/simplevideoeditor/group"/>
      </component>
      <component id="simplecutvideo" filter="s60" name="Simple Cut Video" introduced="^2">
        <unit bldFile="videditor/simplecutvideo/group"/>
      </component>
      <component id="videoprovider" filter="s60" name="Video Provider" introduced="^2">
        <unit bldFile="videditor/videoprovider/group"/>
      </component>
      <component id="manualvideoeditor" filter="s60" 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="s60" 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="s60" name="Audio Editor Engine" introduced="^2">
        <unit bldFile="videoeditorengine/audioeditorengine/group"/>
      </component>
      <component id="avcedit" filter="s60" name="AVC Editing" introduced="^2">
        <unit bldFile="videoeditorengine/avcedit/group"/>
      </component>
      <component id="h263decoder" filter="s60" name="H.263 Decoder" introduced="^2">
        <unit bldFile="videoeditorengine/h263decoder/group"/>
      </component>
      <component id="mp3aacmaniplib" filter="s60" name="MP3 and AAC Manipulation Library" introduced="^2">
        <unit bldFile="videoeditorengine/mp3aacmaniplib/group"/>
      </component>
      <component id="vedtranscoder" filter="s60" name="Video Editor Transcoder" introduced="^2">
        <unit bldFile="videoeditorengine/vedtranscoder/group"/>
      </component>
      <component id="vedengine" filter="s60" name="Video Editor Engine" introduced="^2">
        <unit bldFile="videoeditorengine/vedengine/group"/>
      </component>
      <component id="videoeditorengine_build" filter="s60" 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>
		<component id="videoeditorengine_api" filter="s60,api_test" name="Video Editor Engine API Tests" purpose="development">
			<unit bldFile="videoeditorengine/tsrc/public/basic/group"/>
		</component>                    
    </collection>
    <collection id="videoeditor_info" name="Video Editor Apps Info" level="ui">
      <component id="videoeditor_plat" filter="s60" name="Video Editor Apps Platform Interfaces" class="api" introduced="^2">
        <unit bldFile="videoeditor_plat/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>