symbian3/mw/metadatasrv/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 147 af12043c2836
child 481 3e63b7f94b64
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     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="metadatasrv" name="Legacy Metadata Services" levels="plugin framework server generic specific">
     4 <!ATTLIST SystemDefinition
     4   <collection id="metadatasrv_pub" name="Legacy Metadata Services Public Interfaces" level="specific">
     5   name CDATA #REQUIRED
     5    <component id="content_listing_framework_api" name="Content Listing Framework API" class="api" filter="s60">
     6   schema CDATA #REQUIRED
     6     <meta rel="config">
     7 >
     7      <not-defined condition="RD_MDS_2_5"/>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8     </meta>
     9 
     9     <!-- Leave commented out until confguration is in use
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    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^3" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="metadatasrv" level="specific" long-name="Legacy Metadata Services" levels="plugin framework server generic specific">
       
    80         <collection name="metadatasrv_pub" long-name="Legacy Metadata Services Public Interfaces" level="specific">
       
    81           <component name="content_listing_framework_api" long-name="Content Listing Framework API" filter="s60" class="api">
       
    82             <!-- Leave commented out until confguration is in use
       
    83 	unit bldFile="metadatasrv_pub/content_listing_framework_api/group"/>-->
    10 	unit bldFile="metadatasrv_pub/content_listing_framework_api/group"/>-->
    84           </component>
    11    </component>
    85           <component name="media_fetch_api" long-name="Media Fetch API" filter="s60" class="api">
    12    <component id="media_fetch_api" name="Media Fetch API" class="api" filter="s60">
    86             <unit bldFile="/sf/mw/metadatasrv/metadatasrv_pub/media_fetch_api/group"/>
    13     <meta rel="Api" href="metadatasrv_pub/media_fetch_api/media_fetch_api.metaxml"/>
    87           </component>
    14     <unit bldFile="metadatasrv_pub/media_fetch_api/group"/>
    88           <component name="metadatasrv_pub_build" long-name="Legacy Metadata Services Public Interface Build" filter="s60" class="api">
    15    </component>
    89             <!-- only needed for #ifdefs, remove when confguration is in use -->
    16    <component id="metadatasrv_pub_build" name="Legacy Metadata Services Public Interface Build" class="api" filter="s60">
    90             <unit bldFile="/sf/mw/metadatasrv/metadatasrv_pub/group"/>
    17 	<!-- only needed for #ifdefs, remove when confguration is in use -->
    91           </component>
    18     <unit bldFile="metadatasrv_pub/group"/>
    92         </collection>
    19    </component>
    93         <collection name="metadatasrv_plat" long-name="Legacy Metadata Services Platform Interfaces" level="specific">
    20   </collection>
    94           <component name="media_fetch_implementation_api" long-name="Media Fetch Implementation API" filter="s60" class="api">
    21   <collection id="metadatasrv_plat" name="Legacy Metadata Services Platform Interfaces" level="specific">
    95             <unit bldFile="/sf/mw/metadatasrv/metadatasrv_plat/media_fetch_implementation_api/group"/>
    22    <component id="media_fetch_implementation_api" name="Media Fetch Implementation API" class="api" filter="s60">
    96           </component>
    23     <meta rel="Api" href="metadatasrv_plat/media_fetch_implementation_api/media_fetch_implementation_api.metaxml"/>
    97           <component name="content_listing_framework_collection_manager_api" long-name="Content Listing Framework Collection Manager API" filter="s60" class="api">
    24     <unit bldFile="metadatasrv_plat/media_fetch_implementation_api/group"/>
    98             <!-- Leave commented out until confguration is in use
    25    </component>
       
    26    <component id="content_listing_framework_collection_manager_api" name="Content Listing Framework Collection Manager API" class="api" filter="s60">
       
    27     <meta rel="config">
       
    28      <not-defined condition="RD_MDS_2_5"/>
       
    29     </meta>
       
    30     <!-- Leave commented out until confguration is in use
    99     <unit bldFile="metadatasrv_plat/content_listing_framework_collection_manager_api/group"/>-->
    31     <unit bldFile="metadatasrv_plat/content_listing_framework_collection_manager_api/group"/>-->
   100           </component>
    32    </component>
   101           <component name="content_listing_framework_extended_api" long-name="Content Listing Framework Extended API" filter="s60" class="api">
    33    <component id="content_listing_framework_extended_api" name="Content Listing Framework Extended API" class="api" filter="s60">
   102             <!-- Leave commented out until confguration is in use
    34     <meta rel="config">
       
    35      <not-defined condition="RD_MDS_2_5"/>
       
    36     </meta>
       
    37     <!-- Leave commented out until confguration is in use
   103     <unit bldFile="metadatasrv_plat/content_listing_framework_extended_api/group"/>-->
    38     <unit bldFile="metadatasrv_plat/content_listing_framework_extended_api/group"/>-->
   104           </component>
    39    </component>
   105           <component name="metadatasrv_plat_build" long-name="Legacy Metadata Services Platform Interface Build" filter="s60" class="api">
    40    <component id="metadatasrv_plat_build" name="Legacy Metadata Services Platform Interface Build" class="api" filter="s60">
   106             <!-- only needed for #ifdefs, remove when confguration is in use -->
    41 	<!-- only needed for #ifdefs, remove when confguration is in use -->
   107             <unit bldFile="/sf/mw/metadatasrv/metadatasrv_plat/group"/>
    42     <unit bldFile="metadatasrv_plat/group"/>
   108           </component>
    43    </component>
   109         </collection>
    44   </collection>
   110         <collection name="mediamanagementutilities" long-name="Media Management Utilities" level="generic">
    45   <collection id="mediamanagementutilities" name="Media Management Utilities" level="generic">
   111           <component name="mediafetch" filter="s60" long-name="Media Fetch">
    46    <component id="mediafetch" filter="s60" name="Media Fetch">
   112             <unit bldFile="/sf/mw/metadatasrv/mediamanagementutilities/mediafetch/group"/>
    47     <unit bldFile="mediamanagementutilities/mediafetch/group"/>
   113           </component>
    48    </component>
   114         </collection>
    49   </collection>
   115       </block>
    50  </package>
   116     </layer>
       
   117   </systemModel>
       
   118 </SystemDefinition>
    51 </SystemDefinition>