--- a/symbian3/app/videoeditor/package_definition.xml Wed Dec 02 18:06:06 2009 +0000
+++ b/symbian3/app/videoeditor/package_definition.xml Fri Dec 04 13:41:37 2009 +0000
@@ -1,66 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition name="foundation" schema="2.0.1">
+<!DOCTYPE SystemDefinition [
+ <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
+ <!ATTLIST SystemDefinition
+ name CDATA #REQUIRED
+ schema CDATA #REQUIRED>
+ <!ELEMENT systemModel (layer+)>
+ <!ELEMENT layer (block*|collection*)*>
+ <!ATTLIST layer
+ name CDATA #REQUIRED
+ long-name CDATA #IMPLIED
+ levels NMTOKENS #IMPLIED
+ span CDATA #IMPLIED>
+ <!ELEMENT block (subblock*|collection*)*>
+ <!ATTLIST block
+ levels NMTOKENS #IMPLIED
+ span CDATA #IMPLIED
+ level NMTOKEN #IMPLIED
+ name CDATA #REQUIRED
+ long-name CDATA #IMPLIED>
+ <!ELEMENT subblock (collection)*>
+ <!ATTLIST subblock
+ name CDATA #REQUIRED
+ long-name CDATA #IMPLIED>
+ <!ELEMENT collection (component)*>
+ <!ATTLIST collection
+ name CDATA #REQUIRED
+ long-name CDATA #IMPLIED
+ level NMTOKEN #IMPLIED>
+ <!ELEMENT component (unit)*>
+ <!ATTLIST component
+ name CDATA #REQUIRED
+ long-name CDATA #IMPLIED
+ deprecated CDATA #IMPLIED
+ introduced CDATA #IMPLIED
+ contract CDATA #IMPLIED
+ plugin (Y|N) 'N'
+ filter CDATA #IMPLIED
+ class NMTOKENS #IMPLIED
+ supports CDATA #IMPLIED
+ purpose (optional|mandatory|development) 'optional'>
+ <!ELEMENT unit EMPTY>
+ <!ATTLIST unit
+ mrp CDATA #IMPLIED
+ filter CDATA #IMPLIED
+ bldFile CDATA #IMPLIED
+ root CDATA #IMPLIED
+ version NMTOKEN #IMPLIED
+ prebuilt NMTOKEN #IMPLIED
+ late (Y|N) #IMPLIED
+ priority CDATA #IMPLIED>
+ <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
+ <!ATTLIST SystemBuild schema CDATA #REQUIRED>
+ <!ELEMENT list (ref+)>
+ <!ATTLIST list
+ name ID #REQUIRED
+ description CDATA #REQUIRED>
+ <!ELEMENT ref EMPTY>
+ <!ATTLIST ref item CDATA #REQUIRED>
+ <!ELEMENT targetList EMPTY>
+ <!ATTLIST targetList
+ name ID #REQUIRED
+ description CDATA #REQUIRED
+ target IDREFS #REQUIRED>
+ <!ELEMENT target EMPTY>
+ <!ATTLIST target
+ name ID #REQUIRED
+ abldTarget CDATA #REQUIRED
+ description CDATA #REQUIRED>
+ <!ELEMENT option EMPTY>
+ <!ATTLIST option
+ name ID #REQUIRED
+ abldOption CDATA #REQUIRED
+ description CDATA #REQUIRED
+ enable (Y|N) #REQUIRED>
+ <!ELEMENT configuration (listRef+|ref+|task+)*>
+ <!ATTLIST configuration
+ name ID #REQUIRED
+ description CDATA #REQUIRED
+ filter CDATA #REQUIRED>
+ <!ELEMENT task (listRef*,(buildLayer|specialInstructions))>
+ <!ELEMENT listRef EMPTY>
+ <!ATTLIST listRef list CDATA #REQUIRED>
+ <!ELEMENT buildLayer EMPTY>
+ <!ATTLIST buildLayer
+ command CDATA #REQUIRED
+ targetList IDREFS #IMPLIED
+ unitParallel (Y|N) #REQUIRED
+ targetParallel (Y|N) 'N'>
+ <!ELEMENT specialInstructions EMPTY>
+ <!ATTLIST specialInstructions
+ name CDATA #REQUIRED
+ cwd CDATA #REQUIRED
+ root CDATA #IMPLIED
+ command CDATA #REQUIRED>
+]>
+<SystemDefinition schema="2.0.1" name="Symbian^3">
<systemModel>
<layer name="app" long-name="Applications" levels="services apps">
-<block name="videoeditor" long-name="Video Editor Apps" tech_domain="ma" level="apps" levels="engine ui">
- <collection name="videditor" long-name="Video Editor" level="ui">
- <component name="videoeditorcommon" long-name="Video Editor Common" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videditor/videoeditorcommon/group"/>
- </component>
- <component name="videoeditoruicomponents" long-name="Video Editor UI Components" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videditor/videoeditoruicomponents/group"/>
- </component>
- <component name="simplevideoeditor" long-name="Simple Video Editor" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videditor/simplevideoeditor/group"/>
- </component>
- <component name="simplecutvideo" long-name="Simple Cut Video" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videditor/simplecutvideo/group"/>
- </component>
- <component name="videoprovider" long-name="Video Provider" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videditor/videoprovider/group"/>
- </component>
- <component name="manualvideoeditor" long-name="Manual Video Editor" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videditor/manualvideoeditor/group"/>
- </component>
- <component name="trimformms" long-name="Trim For MMS" origin-model="foundation">
- <!-- <unit bldFile="/sf/app/videoeditor/videditor/trimformms/group"/> -->
- </component>
- <component unofficial="yes" name="videditor_build" long-name="Video Editor Build" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videditor/group"/>
- </component>
- </collection>
- <collection name="videoeditorengine" long-name="Video Editor Engine" level="engine">
- <component name="audioeditorengine" long-name="Audio Editor Engine" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditorengine/audioeditorengine/group"/>
- </component>
- <component name="avcedit" long-name="Avcedit" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditorengine/avcedit/group"/>
- </component>
- <component name="h263decoder" long-name="H263 Decoder" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditorengine/h263decoder/group"/>
- </component>
- <component name="mp3aacmaniplib" long-name="Mp3aac Manip Lib" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditorengine/mp3aacmaniplib/group"/>
- </component>
- <component name="vedtranscoder" long-name="Ved Transcoder" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditorengine/vedtranscoder/group"/>
- </component>
- <component name="vedengine" long-name="Ved Engine" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditorengine/vedengine/group"/>
- </component>
- <component unofficial="yes" name="videoeditorengine_build" long-name="Video Editor Engine Build" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditorengine/group"/>
- </component>
- </collection>
- <collection name="videoeditor_info" long-name="Video Editor Apps Info" level="ui">
- <component unofficial="yes" name="videoeditor_plat" long-name="Video Editor Apps Platform Interfaces" class="api" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/videoeditor_plat/group"/>
- </component>
- <component unofficial="yes" name="videoeditor_build" long-name="Video Editor Apps Build" origin-model="foundation">
- <unit bldFile="/sf/app/videoeditor/group"/>
- </component>
- </collection>
- </block>
+<block name="videoeditor" level="apps" long-name="Video Editor Apps"/>
</layer>
</systemModel>
</SystemDefinition>
\ No newline at end of file