symbian3/mw/metadatasrv/package_definition.xml
changeset 304 34513d6de7cd
child 354 8a720eca298e
equal deleted inserted replaced
300:1ab807b37521 304:34513d6de7cd
       
     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^3">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="metadatasrv" level="specific" long-name="Legacy Metadata Services" levels="plugin framework server generic specific">
       
    57 <collection name="metadatasrv_pub" long-name="Legacy Metadata Services Public Interfaces" level="specific">
       
    58 <component name="content_listing_framework_api" long-name="Content Listing Framework API" filter="s60" class="api">
       
    59 <!-- Leave commented out until confguration is in use
       
    60 	unit bldFile="metadatasrv_pub/content_listing_framework_api/group"/>-->
       
    61 </component>
       
    62 <component name="media_fetch_api" long-name="Media Fetch API" filter="s60" class="api">
       
    63 <unit bldFile="/sf/mw/metadatasrv/metadatasrv_pub/media_fetch_api/group"/>
       
    64 </component>
       
    65 <component name="metadatasrv_pub_build" long-name="Legacy Metadata Services Public Interface Build" filter="s60" class="api">
       
    66 <!-- only needed for #ifdefs, remove when confguration is in use -->
       
    67 <unit bldFile="/sf/mw/metadatasrv/metadatasrv_pub/group"/>
       
    68 </component>
       
    69 </collection>
       
    70 <collection name="metadatasrv_plat" long-name="Legacy Metadata Services Platform Interfaces" level="specific">
       
    71 <component name="media_fetch_implementation_api" long-name="Media Fetch Implementation API" filter="s60" class="api">
       
    72 <unit bldFile="/sf/mw/metadatasrv/metadatasrv_plat/media_fetch_implementation_api/group"/>
       
    73 </component>
       
    74 <component name="content_listing_framework_collection_manager_api" long-name="Content Listing Framework Collection Manager API" filter="s60" class="api">
       
    75 <!-- Leave commented out until confguration is in use
       
    76     <unit bldFile="metadatasrv_plat/content_listing_framework_collection_manager_api/group"/>-->
       
    77 </component>
       
    78 <component name="content_listing_framework_extended_api" long-name="Content Listing Framework Extended API" filter="s60" class="api">
       
    79 <!-- Leave commented out until confguration is in use
       
    80     <unit bldFile="metadatasrv_plat/content_listing_framework_extended_api/group"/>-->
       
    81 </component>
       
    82 <component name="metadatasrv_plat_build" long-name="Legacy Metadata Services Platform Interface Build" filter="s60" class="api">
       
    83 <!-- only needed for #ifdefs, remove when confguration is in use -->
       
    84 <unit bldFile="/sf/mw/metadatasrv/metadatasrv_plat/group"/>
       
    85 </component>
       
    86 </collection>
       
    87 <collection name="mediamanagementutilities" long-name="Media Management Utilities" level="generic">
       
    88 <component name="mediafetch" filter="s60" long-name="Media Fetch">
       
    89 <unit bldFile="/sf/mw/metadatasrv/mediamanagementutilities/mediafetch/group"/>
       
    90 </component>
       
    91 </collection>
       
    92 </block>
       
    93   </layer>
       
    94  </systemModel>
       
    95 </SystemDefinition>