symbian3/app/videoeditor/package_definition.xml
changeset 225 ca0986c8ace9
equal deleted inserted replaced
224:535757f33d07 225:ca0986c8ace9
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel)>
       
     4  <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED>
       
     7  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition name="Symbian^3" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="app" long-name="Applications" levels="services apps">
       
    56 <block name="videoeditor" level="apps" long-name="Video Editor Apps" levels="engine ui">
       
    57 <collection name="videoeditor_plat" long-name="Video Editor Apps Platform Interfaces" level="ui">
       
    58 <component name="video_editor_engine_api" long-name="Video Editor Engine API" introduced="^2" class="api">
       
    59 <unit bldFile="/sf/app/videoeditor/videoeditor_plat/video_editor_engine_api/group"/>
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="videditor" long-name="Video Editor" level="ui">
       
    63 <component name="videoeditorcommon" filter="s60" long-name="Video Editor Common" introduced="^2">
       
    64 <unit bldFile="/sf/app/videoeditor/videditor/videoeditorcommon/group"/>
       
    65 </component>
       
    66 <component name="videoeditoruicomponents" filter="s60" long-name="Video Editor UI Components" introduced="^2">
       
    67 <unit bldFile="/sf/app/videoeditor/videditor/videoeditoruicomponents/group"/>
       
    68 </component>
       
    69 <component name="simplevideoeditor" filter="s60" long-name="Simple Video Editor" introduced="^2">
       
    70 <unit bldFile="/sf/app/videoeditor/videditor/simplevideoeditor/group"/>
       
    71 </component>
       
    72 <component name="simplecutvideo" filter="s60" long-name="Simple Cut Video" introduced="^2">
       
    73 <unit bldFile="/sf/app/videoeditor/videditor/simplecutvideo/group"/>
       
    74 </component>
       
    75 <component name="videoprovider" filter="s60" long-name="Video Provider" introduced="^2">
       
    76 <unit bldFile="/sf/app/videoeditor/videditor/videoprovider/group"/>
       
    77 </component>
       
    78 <component name="manualvideoeditor" filter="s60" long-name="Manual Video Editor" introduced="^2" class="placeholder">
       
    79 <!--  uncomment when supported
       
    80       	<meta rel="config">
       
    81       		<defined condition="__INCLUDE_MANUAL_VIDEO_EDITOR__"/>
       
    82       	</meta>
       
    83         <unit bldFile="videditor/manualvideoeditor/group"/> -->
       
    84 </component>
       
    85 <component name="videditor_build" filter="s60" long-name="Video Editor Build" introduced="^2">
       
    86 <!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
       
    87 <unit bldFile="/sf/app/videoeditor/videditor/group"/>
       
    88 </component>
       
    89 </collection>
       
    90 <collection name="videoeditorengine" long-name="Video Editor Engine" level="engine">
       
    91 <component name="audioeditorengine" filter="s60" long-name="Audio Editor Engine" introduced="^2">
       
    92 <unit bldFile="/sf/app/videoeditor/videoeditorengine/audioeditorengine/group"/>
       
    93 </component>
       
    94 <component name="avcedit" filter="s60" long-name="AVC Editing" introduced="^2">
       
    95 <unit bldFile="/sf/app/videoeditor/videoeditorengine/avcedit/group"/>
       
    96 </component>
       
    97 <component name="h263decoder" filter="s60" long-name="H.263 Decoder" introduced="^2">
       
    98 <unit bldFile="/sf/app/videoeditor/videoeditorengine/h263decoder/group"/>
       
    99 </component>
       
   100 <component name="mp3aacmaniplib" filter="s60" long-name="MP3 and AAC Manipulation Library" introduced="^2">
       
   101 <unit bldFile="/sf/app/videoeditor/videoeditorengine/mp3aacmaniplib/group"/>
       
   102 </component>
       
   103 <component name="vedtranscoder" filter="s60" long-name="Video Editor Transcoder" introduced="^2">
       
   104 <unit bldFile="/sf/app/videoeditor/videoeditorengine/vedtranscoder/group"/>
       
   105 </component>
       
   106 <component name="vedengine" filter="s60" long-name="Video Editor Engine" introduced="^2">
       
   107 <unit bldFile="/sf/app/videoeditor/videoeditorengine/vedengine/group"/>
       
   108 </component>
       
   109 <component name="videoeditorengine_build" filter="s60" long-name="Video Editor Engine Build" introduced="^2">
       
   110 <!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
       
   111 <unit bldFile="/sf/app/videoeditor/videoeditorengine/group"/>
       
   112 </component>
       
   113 </collection>
       
   114 </block>
       
   115 </layer>
       
   116 </systemModel>
       
   117 </SystemDefinition>