tip_pbc/mw/gstreamer/package_definition.xml
changeset 412 44963203dd34
child 425 2b5206a690f5
equal deleted inserted replaced
407:af9a3c6582bb 412:44963203dd34
       
     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 schema="2.0.1" name="Symbian^4">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="gstreamer" level="generic" levels="plugin core api" long-name="GStreamer">
       
    57 <!-- structure matches planned directory layout -->
       
    58 <collection name="gstreamerfw" long-name="GStreamer Framework" level="core">
       
    59 <component name="gstreamer_core" long-name="GStreamer Core" introduced="^3" filter="s60" purpose="optional">
       
    60 <unit bldFile="/sf/mw/gstreamer/gstreamer_core/group"/>
       
    61 </component>
       
    62 </collection>
       
    63 <collection name="gst_plugins" long-name="GStreamer Plugins" level="plugin">
       
    64 <component name="gst_plugins_base" long-name="GStreamer Base Plugins" introduced="^3" filter="s60" purpose="optional">
       
    65 <unit bldFile="/sf/mw/gstreamer/gst_plugins_base/group"/>
       
    66 </component>
       
    67 <component name="gst_plugins_good" long-name="GStreamer Good Plugins" introduced="^3" filter="s60" purpose="optional">
       
    68 <unit bldFile="/sf/mw/gstreamer/gst_plugins_good/group"/>
       
    69 </component>
       
    70 <component name="gst_plugins_symbian" long-name="GStreamer Sybmian Plugins" introduced="^3" filter="s60" purpose="optional">
       
    71 <unit bldFile="/sf/mw/gstreamer/gst_plugins_symbian/group" filter="!test"/>
       
    72 </component>
       
    73 </collection>
       
    74 <collection name="gstregistrygenerator" long-name="GStreamer Registry Generator" level="core">
       
    75 <!-- collection is really a component. Move down an directory  -->
       
    76 <component name="gstregistrygenerator_build" long-name="GStreamer Registry Generator Build" introduced="^3" filter="s60" purpose="optional">
       
    77 <unit bldFile="/sf/mw/gstreamer/gstregistrygenerator/group"/>
       
    78 </component>
       
    79 </collection>
       
    80 <collection name="gst_test_apps" long-name="GStreamer Test Applications" level="api"/>
       
    81 <collection name="gstreamer_info" long-name="GStreamer Info" level="api">
       
    82 <component name="gstreamer_rom" long-name="GStreamer ROM" introduced="^3" filter="s60" purpose="optional" class="config">
       
    83 <unit bldFile="/sf/mw/gstreamer/rom"/>
       
    84 </component>
       
    85 </collection>
       
    86 </block>
       
    87   </layer>
       
    88  </systemModel>
       
    89 </SystemDefinition>