symbian4/mw/mds/package_definition_3.0.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 245 30e67220bf86
child 248 4fe3868a6029
child 250 7a5687f3732c
child 257 40d9e95b4349
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0">
       
     3  <package id="mds" name="Metadata Services" levels="mgr eng server int">
       
     4   <collection id="mds_plat" name="Metadata Services Platform Interfaces" level="int">
       
     5    <component id="context_engine_plugin_api" name="Context Engine Plugin API" introduced="^2" class="api" filter="s60">
       
     6     <meta rel="Api" href="mds_plat/context_engine_plugin_api/context_engine_plugin_api.metaxml"/>
       
     7     <unit bldFile="mds_plat/context_engine_plugin_api/group" filter="!test"/>
       
     8     <unit bldFile="mds_plat/context_engine_plugin_api/tsrc/group" filter="test,api_test"/>
       
     9    </component>
       
    10    <component id="harvester_framework_api" name="Harvester Framework API" introduced="^2" class="api" filter="s60">
       
    11     <meta rel="Api" href="mds_plat/harvester_framework_api/harvester_framework_api.metaxml"/>
       
    12     <unit bldFile="mds_plat/harvester_framework_api/group" filter="!test"/>
       
    13     <unit bldFile="mds_plat/harvester_framework_api/tsrc/group" filter="test,api_test"/>
       
    14 		<!-- can only have one unit with the same filter, #include the following from the previous unit -->
       
    15     <unit bldFile="mds_plat/harvester_framework_api/tsrc/composerplugintest/group" filter="test,api_test"/>
       
    16     <unit bldFile="mds_plat/harvester_framework_api/tsrc/harvesterclienttest/group" filter="test,api_test"/>
       
    17     <unit bldFile="mds_plat/harvester_framework_api/tsrc/harvesterdatatest/group" filter="test,api_test"/>
       
    18     <unit bldFile="mds_plat/harvester_framework_api/tsrc/harvesterplugintest/group" filter="test,api_test"/>
       
    19     <unit bldFile="mds_plat/harvester_framework_api/tsrc/monitorplugintest/group" filter="test,api_test"/>
       
    20    </component>
       
    21    <component id="location_manager_api" name="Location Manager API" introduced="^2" class="api" filter="s60">
       
    22     <meta rel="Api" href="mds_plat/location_manager_api/location_manager_api.metaxml"/>
       
    23     <unit bldFile="mds_plat/location_manager_api/group" filter="!test"/>
       
    24     <unit bldFile="mds_plat/location_manager_api/tsrc/group" filter="test,api_test"/>
       
    25    </component>
       
    26    <component id="metadata_engine_api" name="Metadata Engine API" introduced="^2" class="api" filter="s60">
       
    27     <meta rel="Api" href="mds_plat/metadata_engine_api/metadata_engine_api.metaxml"/>
       
    28     <unit bldFile="mds_plat/metadata_engine_api/group" filter="!test"/>
       
    29     <unit bldFile="mds_plat/metadata_engine_api/tsrc/group" filter="test,api_test"/>
       
    30    </component>
       
    31    <component id="content_listing_framework_collection_manager_api" name="Content Listing Framework Collection Manager API" introduced="^2" class="api" filter="s60">
       
    32     <meta rel="Api" href="mds_plat/content_listing_framework_collection_manager_api/content_listing_framework_collection_manager_api.metaxml"/>
       
    33     <meta rel="config">
       
    34      <defined condition="RD_MDS_2_5"/>
       
    35     </meta>
       
    36     <unit bldFile="mds_plat/content_listing_framework_collection_manager_api/group" filter="!test"/>
       
    37     <unit bldFile="mds_plat/content_listing_framework_collection_manager_api/tsrc/group" filter="test,api_test"/>
       
    38    </component>
       
    39    <component id="content_listing_framework_extended_api" name="Content Listing Framework Extended API" introduced="^2" class="api" filter="s60">
       
    40     <meta rel="Api" href="mds_plat/content_listing_framework_extended_api/content_listing_framework_extended_api.metaxml"/>
       
    41     <meta rel="config">
       
    42      <defined condition="RD_MDS_2_5"/>
       
    43     </meta>
       
    44     <unit bldFile="mds_plat/content_listing_framework_extended_api/group"/>
       
    45    </component>
       
    46   </collection>
       
    47   <collection id="mds_pub" name="Metadata Services Public Interfaces" level="int">
       
    48    <component id="content_listing_framework_api" name="Content Listing Framework API" introduced="^2" class="api" filter="s60">
       
    49     <meta rel="Api" href="mds_pub/content_listing_framework_api/content_listing_framework_api.metaxml"/>
       
    50     <meta rel="config">
       
    51      <defined condition="RD_MDS_2_5"/>
       
    52     </meta>
       
    53     <unit bldFile="mds_pub/content_listing_framework_api/group" filter="!test"/>
       
    54     <unit bldFile="mds_pub/content_listing_framework_api/tsrc/group" filter="test,api_test"/>
       
    55    </component>
       
    56   </collection>
       
    57   <collection id="metadataengine" name="Metadata Engine" level="eng">
       
    58    <component id="metadataengine_common" filter="s60" name="Metadata Engine Common" introduced="^2">
       
    59     <unit bldFile="metadataengine/common/group"/>
       
    60    </component>
       
    61    <component id="metadataengine_server" filter="s60" name="Metadata Engine Server" introduced="^2">
       
    62     <unit bldFile="metadataengine/server/group"/>
       
    63    </component>
       
    64    <component id="metadataengine_client" filter="s60" name="Metadata Engine Client" introduced="^2">
       
    65     <unit bldFile="metadataengine/client/group"/>
       
    66    </component>
       
    67    <component id="metadataengine_build" filter="s60" name="Metadata Engine Build" introduced="^2">
       
    68     <!--make this collection a single component, or split this bld.inf into the other units  -->
       
    69     <unit bldFile="metadataengine/group"/>
       
    70    </component>
       
    71   </collection>
       
    72   <collection id="locationmanager" name="Location Manager" level="mgr">
       
    73    <component id="locationtrail" filter="s60" name="Location Trail" introduced="^2">
       
    74     <unit bldFile="locationmanager/locationtrail/group"/>
       
    75    </component>
       
    76    <component id="locationmanager_server" filter="s60" name="Location Manager Server" introduced="^2">
       
    77     <unit bldFile="locationmanager/server/group"/>
       
    78    </component>
       
    79    <component id="locationmanager_client" filter="s60" name="Location Manager Client" introduced="^2">
       
    80     <unit bldFile="locationmanager/client/group"/>
       
    81    </component>
       
    82    <component id="locationmanager_build" filter="s60" name="Location Manager Build" introduced="^2">
       
    83     <!--make this collection a single component, or split this bld.inf into the other units  -->
       
    84     <unit bldFile="locationmanager/group"/>
       
    85    </component>
       
    86   </collection>
       
    87   <collection id="contextengine" name="Context Engine" level="eng">
       
    88    <component id="contextengine_plugins" filter="s60" name="Context Engine Plugins" class="plugin" introduced="^2">
       
    89     <unit bldFile="contextengine/plugins/group"/>
       
    90    </component>
       
    91    <component id="contextengine_build" filter="s60" name="Context Engine Build" introduced="^2">
       
    92     <!--make this collection a single component, or make this unit self-contained  -->
       
    93     <unit bldFile="contextengine/group"/>
       
    94    </component>
       
    95   </collection>
       
    96   <collection id="harvester" name="Harvester" level="eng">
       
    97    <component id="blacklistclient" filter="s60" name="Blacklist Client" introduced="^2">
       
    98     <unit bldFile="harvester/blacklistclient/group"/>
       
    99    </component>
       
   100    <component id="blacklistserver" filter="s60" name="Blacklist Server" introduced="^2">
       
   101     <unit bldFile="harvester/blacklistserver/group"/>
       
   102    </component>
       
   103    <component id="harvester_common" filter="s60" name="Harvester Common" introduced="^2">
       
   104     <unit bldFile="harvester/common/group"/>
       
   105    </component>
       
   106    <component id="composerplugins" filter="s60" name="Composer Plugins" class="plugin" introduced="^2">
       
   107     <unit bldFile="harvester/composerplugins/group"/>
       
   108    </component>
       
   109    <component id="harvesterplugins" filter="s60" name="Harvester Plugins" class="plugin" introduced="^2">
       
   110     <unit bldFile="harvester/harvesterplugins/group"/>
       
   111    </component>
       
   112    <component id="monitorplugins" filter="s60" name="Monitor Plugins" class="plugin" introduced="^2">
       
   113     <unit bldFile="harvester/monitorplugins/group"/>
       
   114    </component>
       
   115    <component id="harvester_server" filter="s60" name="Harvester Server" introduced="^2">
       
   116     <unit bldFile="harvester/server/group"/>
       
   117    </component>
       
   118    <component id="harvester_client" filter="s60" name="Harvester Client" introduced="^2">
       
   119     <unit bldFile="harvester/client/group"/>
       
   120    </component>
       
   121    <component id="harvester_build" filter="s60" name="Harvester Build" introduced="^2">
       
   122     <!-- split these exports into the other components -->
       
   123     <unit bldFile="harvester/group"/>
       
   124    </component>
       
   125   </collection>
       
   126   <collection id="watchdog" name="Watchdog" level="server">
       
   127    <!-- collection is really a component. Move down a directory -->
       
   128    <component id="mdswatchdog" filter="s60" name="Metadata Watchdog" introduced="^2">
       
   129     <unit bldFile="watchdog/group"/>
       
   130    </component>
       
   131   </collection>
       
   132   <collection id="clfwrapper" name="Content Listing Framework Wrapper" level="int">
       
   133    <!-- collection is really a component. Move down a directory -->
       
   134    <meta rel="config">
       
   135     <defined condition="RD_MDS_2_5"/>
       
   136    </meta>
       
   137    <component id="clfwrapper_build" filter="s60" name="CLF Wrapper Build" introduced="^2">
       
   138     <!-- Uncomment unit when configuration is in place. Currently #included from mds_build -->
       
   139     <!--<unit bldFile="clfwrapper/group"/>-->
       
   140    </component>
       
   141   </collection>
       
   142   <collection id="mds_info" name="Metadata Services Info" level="int">
       
   143    <component id="mds_build" filter="s60" name="Metadata Services Build" introduced="^2">
       
   144     <!-- consider distributiing this into the rest of the components in the package -->
       
   145     <unit bldFile="group"/>
       
   146    </component>
       
   147   </collection>
       
   148  </package>
       
   149 </SystemDefinition>