symbian3/app/videoeditor/package_definition_3.0.xml
branchHighFidelityModel
changeset 42 82a6c2dffce1
child 63 d7aa110911c4
equal deleted inserted replaced
41:af857589b11a 42:82a6c2dffce1
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0">
       
     3   <package id="videoeditor" name="Video Editor Apps" levels="engine ui">
       
     4     <collection id="videditor" name="Video Editor" level="ui">
       
     5       <component id="videoeditorcommon" filter="s60" name="Video Editor Common" introduced="^2">
       
     6         <unit bldFile="videditor/videoeditorcommon/group"/>
       
     7       </component>
       
     8       <component id="videoeditoruicomponents" filter="s60" name="Video Editor UI Components" introduced="^2">
       
     9         <unit bldFile="videditor/videoeditoruicomponents/group"/>
       
    10       </component>
       
    11       <component id="simplevideoeditor" filter="s60" name="Simple Video Editor" introduced="^2">
       
    12         <unit bldFile="videditor/simplevideoeditor/group"/>
       
    13       </component>
       
    14       <component id="simplecutvideo" filter="s60" name="Simple Cut Video" introduced="^2">
       
    15         <unit bldFile="videditor/simplecutvideo/group"/>
       
    16       </component>
       
    17       <component id="videoprovider" filter="s60" name="Video Provider" introduced="^2">
       
    18         <unit bldFile="videditor/videoprovider/group"/>
       
    19       </component>
       
    20       <component id="manualvideoeditor" filter="s60" name="Manual Video Editor" introduced="^2">
       
    21       <!--  uncomment when supported
       
    22       	<meta rel="config">
       
    23       		<defined condition="__INCLUDE_MANUAL_VIDEO_EDITOR__"/>
       
    24       	</meta>
       
    25         <unit bldFile="videditor/manualvideoeditor/group"/> -->
       
    26       </component>
       
    27       <component id="videditor_build" filter="s60" name="Video Editor Build" introduced="^2">
       
    28 		<!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
       
    29         <unit bldFile="videditor/group"/>
       
    30       </component>
       
    31     </collection>
       
    32     <collection id="videoeditorengine" name="Video Editor Engine" level="engine">
       
    33       <component id="audioeditorengine" filter="s60" name="Audio Editor Engine" introduced="^2">
       
    34         <unit bldFile="videoeditorengine/audioeditorengine/group"/>
       
    35       </component>
       
    36       <component id="avcedit" filter="s60" name="AVC Editing" introduced="^2">
       
    37         <unit bldFile="videoeditorengine/avcedit/group"/>
       
    38       </component>
       
    39       <component id="h263decoder" filter="s60" name="H.263 Decoder" introduced="^2">
       
    40         <unit bldFile="videoeditorengine/h263decoder/group"/>
       
    41       </component>
       
    42       <component id="mp3aacmaniplib" filter="s60" name="MP3 and AAC Manipulation Library" introduced="^2">
       
    43         <unit bldFile="videoeditorengine/mp3aacmaniplib/group"/>
       
    44       </component>
       
    45       <component id="vedtranscoder" filter="s60" name="Video Editor Transcoder" introduced="^2">
       
    46         <unit bldFile="videoeditorengine/vedtranscoder/group"/>
       
    47       </component>
       
    48       <component id="vedengine" filter="s60" name="Video Editor Engine" introduced="^2">
       
    49         <unit bldFile="videoeditorengine/vedengine/group"/>
       
    50       </component>
       
    51       <component id="videoeditorengine_build" filter="s60" name="Video Editor Engine Build" introduced="^2">
       
    52 		<!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
       
    53         <unit bldFile="videoeditorengine/group"/>
       
    54       </component>
       
    55 		<component id="videoeditorengine_api" filter="s60,api_test" name="Video Editor Engine API Tests" purpose="development">
       
    56 			<unit bldFile="videoeditorengine/tsrc/public/basic/group"/>
       
    57 		</component>                    
       
    58     </collection>
       
    59     <collection id="videoeditor_info" name="Video Editor Apps Info" level="ui">
       
    60       <component id="videoeditor_plat" filter="s60" name="Video Editor Apps Platform Interfaces" class="api" introduced="^2">
       
    61         <unit bldFile="videoeditor_plat/group"/>
       
    62       </component>
       
    63     </collection>
       
    64   </package>
       
    65 </SystemDefinition>