Remove all 2.0 pkgdefs in symbian3 and rename all 3.0 pkgdefs to package_definition.xml
<?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="s60" name="Video Editor Apps Platform Interfaces" level="ui">
<component id="video_editor_engine_api" 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="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>
</collection>
</package>
</SystemDefinition>