RCL_3/mw/videoutils/package_definition.xml
changeset 433 df51cca71c18
child 500 d8ac09bd7e84
equal deleted inserted replaced
431:6ca67109640b 433:df51cca71c18
       
     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="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="videoutils" level="specific" long-name="Video Utils" levels="eng util if">
       
    57 <collection name="videoutils_plat" long-name="Video Utils Platform Interfaces" level="if">
       
    58 <component name="videoscheduler_api" long-name="Video Scheduler API" filter="s60" class="api">
       
    59 <unit bldFile="/sf/mw/videoutils/videoutils_plat/videoscheduler_api/group"/>
       
    60 </component>
       
    61 <component name="videoconnutility_api" long-name="Video Connection Utility API" filter="s60" class="api">
       
    62 <unit bldFile="/sf/mw/videoutils/videoutils_plat/videoconnutility_api/group"/>
       
    63 </component>
       
    64 <component name="videoplayer_constants_api" long-name="Videoplayer Constants API" filter="s60" class="api">
       
    65 <unit bldFile="/sf/mw/videoutils/videoutils_plat/videoplayer_constants_api/group"/>
       
    66 </component>
       
    67 </collection>
       
    68 <collection name="videoscheduler" long-name="Video Scheduler" level="util">
       
    69 <component name="schedulerclient" filter="s60" long-name="Video Scheduler Client">
       
    70 <unit bldFile="/sf/mw/videoutils/videoscheduler/schedulerclient/group"/>
       
    71 </component>
       
    72 <component name="schedulerserver" filter="s60" long-name="Video Scheduler Server">
       
    73 <unit bldFile="/sf/mw/videoutils/videoscheduler/schedulerserver/group"/>
       
    74 </component>
       
    75 </collection>
       
    76 <collection name="videoconnutility" long-name="Video Connection Utility" level="util">
       
    77 <component name="connutilpsworker" filter="s60" long-name="Connection Utility Publish and Subscribe Worker">
       
    78 <unit bldFile="/sf/mw/videoutils/videoconnutility/connutilpsworker/group"/>
       
    79 </component>
       
    80 <component name="video_connutility" filter="s60" long-name="Video Connection Utility">
       
    81 <unit bldFile="/sf/mw/videoutils/videoconnutility/connutility/group"/>
       
    82 </component>
       
    83 </collection>
       
    84 <collection name="videoutils_info" long-name="Video Utils Info" level="if"/>
       
    85 </block>
       
    86   </layer>
       
    87  </systemModel>
       
    88 </SystemDefinition>