symbian4/mw/mds/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     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 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    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^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="mds" level="specific" long-name="Metadata Services" levels="mgr eng server int">
       
    80         <collection name="mds_plat" long-name="Metadata Services Platform Interfaces" level="int">
       
    81           <component name="context_engine_plugin_api" long-name="Context Engine Plugin API" introduced="^2" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/mds/mds_plat/context_engine_plugin_api/group" filter="!test"/>
       
    83             <unit bldFile="/sf/mw/mds/mds_plat/context_engine_plugin_api/tsrc/group" filter="test,api_test"/>
       
    84           </component>
       
    85           <component name="harvester_framework_api" long-name="Harvester Framework API" introduced="^2" filter="s60" class="api">
       
    86             <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/group" filter="!test"/>
       
    87             <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/tsrc/group" filter="test,api_test"/>
       
    88             <!-- can only have one unit with the same filter, #include the following from the previous unit -->
       
    89             <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/tsrc/composerplugintest/group" filter="test,api_test"/>
       
    90             <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterclienttest/group" filter="test,api_test"/>
       
    91             <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterdatatest/group" filter="test,api_test"/>
       
    92             <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/tsrc/harvesterplugintest/group" filter="test,api_test"/>
       
    93             <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/tsrc/monitorplugintest/group" filter="test,api_test"/>
       
    94           </component>
       
    95           <component name="location_manager_api" long-name="Location Manager API" introduced="^2" filter="s60" class="api">
       
    96             <unit bldFile="/sf/mw/mds/mds_plat/location_manager_api/group" filter="!test"/>
       
    97             <unit bldFile="/sf/mw/mds/mds_plat/location_manager_api/tsrc/group" filter="test,api_test"/>
       
    98           </component>
       
    99           <component name="metadata_engine_api" long-name="Metadata Engine API" introduced="^2" filter="s60" class="api">
       
   100             <unit bldFile="/sf/mw/mds/mds_plat/metadata_engine_api/group" filter="!test"/>
       
   101             <unit bldFile="/sf/mw/mds/mds_plat/metadata_engine_api/tsrc/group" filter="test,api_test"/>
       
   102           </component>
       
   103           <component name="content_listing_framework_collection_manager_api" long-name="Content Listing Framework Collection Manager API" introduced="^2" filter="s60" class="api">
       
   104             <unit bldFile="/sf/mw/mds/mds_plat/content_listing_framework_collection_manager_api/group" filter="!test"/>
       
   105             <unit bldFile="/sf/mw/mds/mds_plat/content_listing_framework_collection_manager_api/tsrc/group" filter="test,api_test"/>
       
   106           </component>
       
   107           <component name="content_listing_framework_extended_api" long-name="Content Listing Framework Extended API" introduced="^2" filter="s60" class="api">
       
   108             <unit bldFile="/sf/mw/mds/mds_plat/content_listing_framework_extended_api/group"/>
       
   109           </component>
       
   110         </collection>
       
   111         <collection name="mds_pub" long-name="Metadata Services Public Interfaces" level="int">
       
   112           <component name="content_listing_framework_api" long-name="Content Listing Framework API" introduced="^2" filter="s60" class="api">
       
   113             <unit bldFile="/sf/mw/mds/mds_pub/content_listing_framework_api/group" filter="!test"/>
       
   114             <unit bldFile="/sf/mw/mds/mds_pub/content_listing_framework_api/tsrc/group" filter="test,api_test"/>
       
   115           </component>
       
   116         </collection>
       
   117         <collection name="metadataengine" long-name="Metadata Engine" level="eng">
       
   118           <component name="metadataengine_common" filter="s60" long-name="Metadata Engine Common" introduced="^2">
       
   119             <unit bldFile="/sf/mw/mds/metadataengine/common/group"/>
       
   120           </component>
       
   121           <component name="metadataengine_server" filter="s60" long-name="Metadata Engine Server" introduced="^2">
       
   122             <unit bldFile="/sf/mw/mds/metadataengine/server/group"/>
       
   123           </component>
       
   124           <component name="metadataengine_client" filter="s60" long-name="Metadata Engine Client" introduced="^2">
       
   125             <unit bldFile="/sf/mw/mds/metadataengine/client/group"/>
       
   126           </component>
       
   127           <component name="metadataengine_build" filter="s60" long-name="Metadata Engine Build" introduced="^2">
       
   128             <!--make this collection a single component, or split this bld.inf into the other units  -->
       
   129             <unit bldFile="/sf/mw/mds/metadataengine/group"/>
       
   130           </component>
       
   131         </collection>
       
   132         <collection name="locationmanager" long-name="Location Manager" level="mgr">
       
   133           <component name="locationtrail" filter="s60" long-name="Location Trail" introduced="^2">
       
   134             <unit bldFile="/sf/mw/mds/locationmanager/locationtrail/group"/>
       
   135           </component>
       
   136           <component name="locationmanager_server" filter="s60" long-name="Location Manager Server" introduced="^2">
       
   137             <unit bldFile="/sf/mw/mds/locationmanager/server/group"/>
       
   138           </component>
       
   139           <component name="locationmanager_client" filter="s60" long-name="Location Manager Client" introduced="^2">
       
   140             <unit bldFile="/sf/mw/mds/locationmanager/client/group"/>
       
   141           </component>
       
   142           <component name="locationmanager_build" filter="s60" long-name="Location Manager Build" introduced="^2">
       
   143             <!--make this collection a single component, or split this bld.inf into the other units  -->
       
   144             <unit bldFile="/sf/mw/mds/locationmanager/group"/>
       
   145           </component>
       
   146         </collection>
       
   147         <collection name="contextengine" long-name="Context Engine" level="eng">
       
   148           <component name="contextengine_plugins" filter="s60" long-name="Context Engine Plugins" introduced="^2" plugin="Y">
       
   149             <unit bldFile="/sf/mw/mds/contextengine/plugins/group"/>
       
   150           </component>
       
   151           <component name="contextengine_build" filter="s60" long-name="Context Engine Build" introduced="^2">
       
   152             <!--make this collection a single component, or make this unit self-contained  -->
       
   153             <unit bldFile="/sf/mw/mds/contextengine/group"/>
       
   154           </component>
       
   155         </collection>
       
   156         <collection name="harvester" long-name="Harvester" level="eng">
       
   157           <component name="blacklistclient" filter="s60" long-name="Blacklist Client" introduced="^2">
       
   158             <unit bldFile="/sf/mw/mds/harvester/blacklistclient/group"/>
       
   159           </component>
       
   160           <component name="blacklistserver" filter="s60" long-name="Blacklist Server" introduced="^2">
       
   161             <unit bldFile="/sf/mw/mds/harvester/blacklistserver/group"/>
       
   162           </component>
       
   163           <component name="harvester_common" filter="s60" long-name="Harvester Common" introduced="^2">
       
   164             <unit bldFile="/sf/mw/mds/harvester/common/group"/>
       
   165           </component>
       
   166           <component name="composerplugins" filter="s60" long-name="Composer Plugins" introduced="^2" plugin="Y">
       
   167             <unit bldFile="/sf/mw/mds/harvester/composerplugins/group"/>
       
   168           </component>
       
   169           <component name="harvesterplugins" filter="s60" long-name="Harvester Plugins" introduced="^2" plugin="Y">
       
   170             <unit bldFile="/sf/mw/mds/harvester/harvesterplugins/group"/>
       
   171           </component>
       
   172           <component name="monitorplugins" filter="s60" long-name="Monitor Plugins" introduced="^2" plugin="Y">
       
   173             <unit bldFile="/sf/mw/mds/harvester/monitorplugins/group"/>
       
   174           </component>
       
   175           <component name="harvester_server" filter="s60" long-name="Harvester Server" introduced="^2">
       
   176             <unit bldFile="/sf/mw/mds/harvester/server/group"/>
       
   177           </component>
       
   178           <component name="harvester_client" filter="s60" long-name="Harvester Client" introduced="^2">
       
   179             <unit bldFile="/sf/mw/mds/harvester/client/group"/>
       
   180           </component>
       
   181           <component name="harvester_build" filter="s60" long-name="Harvester Build" introduced="^2">
       
   182             <!-- split these exports into the other components -->
       
   183             <unit bldFile="/sf/mw/mds/harvester/group"/>
       
   184           </component>
       
   185         </collection>
       
   186         <collection name="watchdog" long-name="Watchdog" level="server">
       
   187           <!-- collection is really a component. Move down a directory -->
       
   188           <component name="mdswatchdog" filter="s60" long-name="Metadata Watchdog" introduced="^2">
       
   189             <unit bldFile="/sf/mw/mds/watchdog/group"/>
       
   190           </component>
       
   191         </collection>
       
   192         <collection name="clfwrapper" long-name="Content Listing Framework Wrapper" level="int">
       
   193           <!-- collection is really a component. Move down a directory -->
       
   194           <component name="clfwrapper_build" filter="s60" long-name="CLF Wrapper Build" introduced="^2" class="placeholder">
       
   195             <!-- Uncomment unit when configuration is in place. Currently #included from mds_build -->
       
   196             <!--<unit bldFile="clfwrapper/group"/>-->
       
   197           </component>
       
   198         </collection>
       
   199         <collection name="mds_info" long-name="Metadata Services Info" level="int">
       
   200           <component name="mds_build" filter="s60" long-name="Metadata Services Build" introduced="^2">
       
   201             <!-- consider distributiing this into the rest of the components in the package -->
       
   202             <unit bldFile="/sf/mw/mds/group"/>
       
   203           </component>
       
   204         </collection>
       
   205       </block>
       
   206     </layer>
       
   207   </systemModel>
       
   208 </SystemDefinition>