symbian4/mw/gstreamer/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 226 510465488d31
child 316 079a06b9ec58
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3   <package id="gstreamer" name="GStreamer" levels="plugin core api">
     4 <!ATTLIST SystemDefinition
     4       	<meta rel="config">
     5   name CDATA #REQUIRED
     5       		<defined condition="FF_GSTREAMER"/>
     6   schema CDATA #REQUIRED
     6       	</meta>
     7 >
     7 	<!-- Uncomment all units when configuration is in place. All currently #included from gstreamer_build -->
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8 	<!-- structure matches planned directory layout -->
     9 
     9     <collection id="gstreamerfw" name="GStreamer Framework" level="core">
    10 <!-- System Model Section of DTD -->
    10       <component id="gstreamer_core" name="GStreamer Core" introduced="^3">
    11 <!ELEMENT systemModel (layer+)>
    11         <!--<unit bldFile="gstreamer_core/group"/>-->
    12 
    12       </component>
    13 <!ELEMENT layer (block* | collection*)*>
    13     </collection>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14     <collection id="gst_plugins" name="GStreamer Plugins" level="plugin">
    15 <!ATTLIST layer
    15       <component id="gst_plugins_base" name="GStreamer Base Plugins" introduced="^3">
    16   name CDATA #REQUIRED
    16         <!--<unit bldFile="gst_plugins_base/group"/>-->
    17   long-name CDATA #IMPLIED
    17       </component>
    18   levels NMTOKENS #IMPLIED
    18       <component id="gst_plugins_good" name="GStreamer Good Plugins" introduced="^3">
    19   span CDATA #IMPLIED
    19         <!--<unit bldFile="gst_plugins_good/group"/>-->
    20 >
    20       </component>
    21 
    21       <component id="gst_plugins_symbian" filter="s60" name="GStreamer Sybmian Plugins" introduced="^3">
    22 <!ELEMENT block (subblock* | collection*)*>
    22         <!--<unit bldFile="gst_plugins_symbian/group" filter="!test"/>-->
    23  <!-- Generic OS services, Comms Services, etc -->
    23         <!--<unit bldFile="gst_plugins_symbian/tsrc/GStreamerTestModule/group" filter="test,pref_test"/>-->
    24 <!ATTLIST block
    24       </component>
    25   levels NMTOKENS #IMPLIED
    25     </collection>
    26   span CDATA #IMPLIED
    26     <collection id="gstregistrygenerator" name="GStreamer Registry Generator" level="core">
    27   level NMTOKEN #IMPLIED
    27     	<!-- collection is really a component. Move down an directory -->
    28   name CDATA #REQUIRED
    28       <component id="gstregistrygenerator_build" filter="s60" name="GStreamer Registry Generator Build" introduced="^3">
    29   long-name CDATA #IMPLIED
    29         <!-- <unit bldFile="gstregistrygenerator/group"/>-->
    30 >
    30       </component>
    31 
    31     </collection>
    32 <!ELEMENT subblock (collection)*>
    32     <collection id="gst_test_apps" name="GStreamer Test Applications" level="api">
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33       <component id="gst_player" filter="s60" name="GStreamer Player" introduced="^3" purpose="development">
    34 <!ATTLIST subblock
    34         <!-- <unit bldFile="gst_test_apps/gst_player/group"/>-->
    35   name CDATA #REQUIRED
    35       </component>
    36   long-name CDATA #IMPLIED
    36     </collection>
    37 >
    37     <collection id="gstreamer_info" name="GStreamer Info" level="api">
    38 
    38       <component id="gstreamer_build" filter="s60" name="GStreamer Build" introduced="^3">
    39 <!ELEMENT collection (component)*>
    39       	<!-- make this a ROM component or split up instead? -->
    40 <!-- Screen Driver, Content Handling, etc -->
    40         <unit bldFile="group"/>
    41 <!ATTLIST collection
    41       </component>
    42   name CDATA #REQUIRED
    42     </collection>
    43   long-name CDATA #IMPLIED
    43   </package>
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="gstreamer" level="generic" long-name="GStreamer" levels="plugin core api">
       
    80         <!-- Uncomment all units when configuration is in place. All currently #included from gstreamer_build -->
       
    81         <!-- structure matches planned directory layout -->
       
    82         <collection name="gstreamerfw" long-name="GStreamer Framework" level="core">
       
    83           <component name="gstreamer_core" long-name="GStreamer Core" introduced="^3" class="placeholder">
       
    84             <!--<unit bldFile="gstreamer_core/group"/>-->
       
    85           </component>
       
    86         </collection>
       
    87         <collection name="gst_plugins" long-name="GStreamer Plugins" level="plugin">
       
    88           <component name="gst_plugins_base" long-name="GStreamer Base Plugins" introduced="^3" class="placeholder">
       
    89             <!--<unit bldFile="gst_plugins_base/group"/>-->
       
    90           </component>
       
    91           <component name="gst_plugins_good" long-name="GStreamer Good Plugins" introduced="^3" class="placeholder">
       
    92             <!--<unit bldFile="gst_plugins_good/group"/>-->
       
    93           </component>
       
    94           <component name="gst_plugins_symbian" filter="s60" long-name="GStreamer Sybmian Plugins" introduced="^3" class="placeholder">
       
    95             <!--<unit bldFile="gst_plugins_symbian/group" filter="!test"/>-->
       
    96             <!--<unit bldFile="gst_plugins_symbian/tsrc/GStreamerTestModule/group" filter="test,pref_test"/>-->
       
    97           </component>
       
    98         </collection>
       
    99         <collection name="gstregistrygenerator" long-name="GStreamer Registry Generator" level="core">
       
   100           <!-- collection is really a component. Move down an directory -->
       
   101           <component name="gstregistrygenerator_build" filter="s60" long-name="GStreamer Registry Generator Build" introduced="^3" class="placeholder">
       
   102             <!-- <unit bldFile="gstregistrygenerator/group"/>-->
       
   103           </component>
       
   104         </collection>
       
   105         <collection name="gst_test_apps" long-name="GStreamer Test Applications" level="api">
       
   106           <component name="gst_player" filter="s60" long-name="GStreamer Player" introduced="^3" purpose="development" class="placeholder">
       
   107             <!-- <unit bldFile="gst_test_apps/gst_player/group"/>-->
       
   108           </component>
       
   109         </collection>
       
   110         <collection name="gstreamer_info" long-name="GStreamer Info" level="api">
       
   111           <component name="gstreamer_build" filter="s60" long-name="GStreamer Build" introduced="^3">
       
   112             <!-- make this a ROM component or split up instead? -->
       
   113             <unit bldFile="/sf/mw/gstreamer/group"/>
       
   114           </component>
       
   115         </collection>
       
   116       </block>
       
   117     </layer>
       
   118   </systemModel>
       
   119 </SystemDefinition>
    44 </SystemDefinition>