tip_pbc/mw/searchsrv/package_definition.xml
author Dario Sestito <darios@symbian.org>
Mon, 25 Oct 2010 17:32:17 +0100
changeset 468 de8f65d1f1c4
parent 425 2b5206a690f5
permissions -rw-r--r--
Update package sources for symbian3 (platforms@10cf5c9f0e87)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SystemDefinition [
 <!ELEMENT SystemDefinition (systemModel)>
 <!ATTLIST SystemDefinition
  name CDATA #REQUIRED
  schema CDATA #REQUIRED>
 <!ELEMENT systemModel (layer+)>
 <!ELEMENT layer (block*|collection*)*>
 <!ATTLIST layer
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED>
 <!ELEMENT block (subblock*|collection*)*>
 <!ATTLIST block
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
  level NMTOKEN #IMPLIED
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT subblock (collection)*>
 <!ATTLIST subblock
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED>
 <!ELEMENT collection (component)*>
 <!ATTLIST collection
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  level NMTOKEN #IMPLIED>
 <!ELEMENT component (unit)*>
 <!ATTLIST component
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  deprecated CDATA #IMPLIED
  introduced CDATA #IMPLIED
  contract CDATA #IMPLIED
  plugin (Y|N) 'N'
  filter CDATA #IMPLIED
  class NMTOKENS #IMPLIED
  supports CDATA #IMPLIED
  purpose (optional|mandatory|development) 'optional'>
 <!ELEMENT unit EMPTY>
 <!ATTLIST unit
  mrp CDATA #IMPLIED
  filter CDATA #IMPLIED
  bldFile CDATA #IMPLIED
  root CDATA #IMPLIED
  version NMTOKEN #IMPLIED
  prebuilt NMTOKEN #IMPLIED
  late (Y|N) #IMPLIED
  priority CDATA #IMPLIED>
]>
<SystemDefinition name="Symbian^4" schema="2.0.1">
 <systemModel>
  <layer name="mw" long-name="Middleware" levels="generic specific">
   <block name="searchsrv" level="specific" levels="services engine generic api" long-name="Search Services">
<collection name="searchsrv_plat" long-name="Search Services Platform Interfaces" level="api">
<component name="cpix_utility_api" long-name="CPIX Utility API" introduced="^4" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_utility_api/group"/>
</component>
<component name="cpix_framework_api" long-name="CPIX Framework API" introduced="^4" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_framework_api/group"/>
</component>
<component name="cpix_search_api" long-name="CPIX Search API" introduced="^4" filter="s60" purpose="optional" class="api">
<unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_search_api/group"/>
</component>
</collection>
<collection name="searchengine" long-name="Search Engine" level="engine">
<component name="searchengine_util" long-name="Search Engine Utils" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/searchengine/util/group"/>
</component>
<component name="searchengine_oss" long-name="Search Engine OSS" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/searchengine/oss/group"/>
</component>
<component name="cpix" long-name="Cross Platform Indexing Engine" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/searchengine/cpix/group"/>
</component>
</collection>
<collection name="searcher" long-name="Searcher" level="generic">
<component name="searchclient" long-name="Search Client" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/searcher/SearchClient/group"/>
</component>
<component name="searchserver" long-name="Search Server" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/searcher/SearchServer/group"/>
</component>
<component name="searcher_test" long-name="Searcher Tests" introduced="^4" filter="s60" purpose="development">
<!-- #include from common bld.inf or split into two components -->
<unit bldFile="/sf/mw/searchsrv/searcher/tsrc/RobustnessTest/group"/>
<unit bldFile="/sf/mw/searchsrv/searcher/tsrc/LogPlayer/group"/>
</component>
</collection>
<collection name="searchsrv_harvester" long-name="Search Services Harvester" level="services">
<component name="searchsrv_pluginfw" long-name="Search Server" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/harvester/pluginfw/group"/>
</component>
<component name="searchsrv_harvesterserver" long-name="Search Harvester Server" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/harvester/harvesterserver" proFile="harvester.pro"/>
</component>
</collection>
<collection name="searchsrv_watchdog" long-name="Search Services Watch Dog" level="services">
<component name="searchsrv_watchdog_build" long-name="Search Services Watch Dog Build" introduced="^4" filter="s60" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/WatchDog/group"/>
</component>
</collection>
<collection name="qcpix" long-name="Qt CPIX" level="engine">
<component name="qcpix_build" long-name="Qt CPIX Build" introduced="^4" purpose="optional">
<unit bldFile="/sf/mw/searchsrv/qcpix" proFile="cpix.pro"/>
</component>
</collection>
<collection name="searchsrv_info" long-name="Search Services Info">
<component name="searchsrv_build" long-name="Search Services Build" introduced="^4" purpose="optional">
<!-- move exports to own component and remove this -->
<unit bldFile="/sf/mw/searchsrv/group"/>
</component>
</collection>
</block>
  </layer>
 </systemModel>
</SystemDefinition>