symbian3/mw/mds/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="mds" level="specific" long-name="Metadata Services" levels="mgr eng server int">
       
    57 <collection name="mds_plat" long-name="Metadata Services Platform Interfaces" level="int">
       
    58 <component name="context_engine_plugin_api" long-name="Context Engine Plugin API" introduced="^2" filter="s60" class="api">
       
    59 <unit bldFile="/sf/mw/mds/mds_plat/context_engine_plugin_api/group" filter="!test"/>
       
    60 </component>
       
    61 <component name="harvester_framework_api" long-name="Harvester Framework API" introduced="^2" filter="s60" class="api">
       
    62 <unit bldFile="/sf/mw/mds/mds_plat/harvester_framework_api/group" filter="!test"/>
       
    63 <!-- can only have one unit with the same filter, #include the following from the previous unit -->
       
    64 </component>
       
    65 <component name="location_manager_api" long-name="Location Manager API" introduced="^2" filter="s60" class="api">
       
    66 <unit bldFile="/sf/mw/mds/mds_plat/location_manager_api/group" filter="!test"/>
       
    67 </component>
       
    68 <component name="metadata_engine_api" long-name="Metadata Engine API" introduced="^2" filter="s60" class="api">
       
    69 <unit bldFile="/sf/mw/mds/mds_plat/metadata_engine_api/group" filter="!test"/>
       
    70 </component>
       
    71 <component name="content_listing_framework_collection_manager_api" long-name="Content Listing Framework Collection Manager API" introduced="^2" filter="s60" class="api">
       
    72 <unit bldFile="/sf/mw/mds/mds_plat/content_listing_framework_collection_manager_api/group" filter="!test"/>
       
    73 </component>
       
    74 <component name="content_listing_framework_extended_api" long-name="Content Listing Framework Extended API" introduced="^2" filter="s60" class="api">
       
    75 <unit bldFile="/sf/mw/mds/mds_plat/content_listing_framework_extended_api/group"/>
       
    76 </component>
       
    77 </collection>
       
    78 <collection name="mds_pub" long-name="Metadata Services Public Interfaces" level="int">
       
    79 <component name="content_listing_framework_api" long-name="Content Listing Framework API" introduced="^2" filter="s60" class="api">
       
    80 <unit bldFile="/sf/mw/mds/mds_pub/content_listing_framework_api/group" filter="!test"/>
       
    81 </component>
       
    82 </collection>
       
    83 <collection name="metadataengine" long-name="Metadata Engine" level="eng">
       
    84 <component name="metadataengine_common" filter="s60" long-name="Metadata Engine Common" introduced="^2">
       
    85 <unit bldFile="/sf/mw/mds/metadataengine/common/group"/>
       
    86 </component>
       
    87 <component name="metadataengine_server" filter="s60" long-name="Metadata Engine Server" introduced="^2">
       
    88 <unit bldFile="/sf/mw/mds/metadataengine/server/group"/>
       
    89 </component>
       
    90 <component name="metadataengine_client" filter="s60" long-name="Metadata Engine Client" introduced="^2">
       
    91 <unit bldFile="/sf/mw/mds/metadataengine/client/group"/>
       
    92 </component>
       
    93 <component name="metadataengine_build" filter="s60" long-name="Metadata Engine Build" introduced="^2">
       
    94 <!--make this collection a single component, or split this bld.inf into the other units  -->
       
    95 <unit bldFile="/sf/mw/mds/metadataengine/group"/>
       
    96 </component>
       
    97 </collection>
       
    98 <collection name="locationmanager" long-name="Location Manager" level="mgr">
       
    99 <component name="locationtrail" filter="s60" long-name="Location Trail" introduced="^2">
       
   100 <unit bldFile="/sf/mw/mds/locationmanager/locationtrail/group"/>
       
   101 </component>
       
   102 <component name="locationmanager_server" filter="s60" long-name="Location Manager Server" introduced="^2">
       
   103 <unit bldFile="/sf/mw/mds/locationmanager/server/group"/>
       
   104 </component>
       
   105 <component name="locationmanager_client" filter="s60" long-name="Location Manager Client" introduced="^2">
       
   106 <unit bldFile="/sf/mw/mds/locationmanager/client/group"/>
       
   107 </component>
       
   108 <component name="locationmanager_build" filter="s60" long-name="Location Manager Build" introduced="^2">
       
   109 <!--make this collection a single component, or split this bld.inf into the other units  -->
       
   110 <unit bldFile="/sf/mw/mds/locationmanager/group"/>
       
   111 </component>
       
   112 </collection>
       
   113 <collection name="contextengine" long-name="Context Engine" level="eng">
       
   114 <component name="contextengine_plugins" filter="s60" long-name="Context Engine Plugins" introduced="^2" plugin="Y">
       
   115 <unit bldFile="/sf/mw/mds/contextengine/plugins/group"/>
       
   116 </component>
       
   117 <component name="contextengine_build" filter="s60" long-name="Context Engine Build" introduced="^2">
       
   118 <!--make this collection a single component, or make this unit self-contained  -->
       
   119 <unit bldFile="/sf/mw/mds/contextengine/group"/>
       
   120 </component>
       
   121 </collection>
       
   122 <collection name="harvester" long-name="Harvester" level="eng">
       
   123 <component name="blacklistclient" filter="s60" long-name="Blacklist Client" introduced="^2">
       
   124 <unit bldFile="/sf/mw/mds/harvester/blacklistclient/group"/>
       
   125 </component>
       
   126 <component name="blacklistserver" filter="s60" long-name="Blacklist Server" introduced="^2">
       
   127 <unit bldFile="/sf/mw/mds/harvester/blacklistserver/group"/>
       
   128 </component>
       
   129 <component name="harvester_common" filter="s60" long-name="Harvester Common" introduced="^2">
       
   130 <unit bldFile="/sf/mw/mds/harvester/common/group"/>
       
   131 </component>
       
   132 <component name="composerplugins" filter="s60" long-name="Composer Plugins" introduced="^2" plugin="Y">
       
   133 <unit bldFile="/sf/mw/mds/harvester/composerplugins/group"/>
       
   134 </component>
       
   135 <component name="harvesterplugins" filter="s60" long-name="Harvester Plugins" introduced="^2" plugin="Y">
       
   136 <unit bldFile="/sf/mw/mds/harvester/harvesterplugins/group"/>
       
   137 </component>
       
   138 <component name="monitorplugins" filter="s60" long-name="Monitor Plugins" introduced="^2" plugin="Y">
       
   139 <unit bldFile="/sf/mw/mds/harvester/monitorplugins/group"/>
       
   140 </component>
       
   141 <component name="harvester_server" filter="s60" long-name="Harvester Server" introduced="^2">
       
   142 <unit bldFile="/sf/mw/mds/harvester/server/group"/>
       
   143 </component>
       
   144 <component name="harvester_client" filter="s60" long-name="Harvester Client" introduced="^2">
       
   145 <unit bldFile="/sf/mw/mds/harvester/client/group"/>
       
   146 </component>
       
   147 <component name="harvester_build" filter="s60" long-name="Harvester Build" introduced="^2">
       
   148 <!-- split these exports into the other components -->
       
   149 <unit bldFile="/sf/mw/mds/harvester/group"/>
       
   150 </component>
       
   151 </collection>
       
   152 <collection name="watchdog" long-name="Watchdog" level="server">
       
   153 <!-- collection is really a component. Move down a directory -->
       
   154 <component name="mdswatchdog" filter="s60" long-name="Metadata Watchdog" introduced="^2">
       
   155 <unit bldFile="/sf/mw/mds/watchdog/group"/>
       
   156 </component>
       
   157 </collection>
       
   158 <collection name="clfwrapper" long-name="Content Listing Framework Wrapper" level="int">
       
   159 <!-- collection is really a component. Move down a directory -->
       
   160 <component name="clfwrapper_build" filter="s60" long-name="CLF Wrapper Build" introduced="^2" class="placeholder">
       
   161 <!-- Uncomment unit when configuration is in place. Currently #included from mds_build -->
       
   162 <!--<unit bldFile="clfwrapper/group"/>-->
       
   163 </component>
       
   164 </collection>
       
   165 <collection name="mds_info" long-name="Metadata Services Info" level="int">
       
   166 <component name="mds_build" filter="s60" long-name="Metadata Services Build" introduced="^2">
       
   167 <!-- consider distributiing this into the rest of the components in the package -->
       
   168 <unit bldFile="/sf/mw/mds/group"/>
       
   169 </component>
       
   170 </collection>
       
   171 </block>
       
   172   </layer>
       
   173  </systemModel>
       
   174 </SystemDefinition>