<?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" long-name="Search Services" levels="services engine generic api">
<collection name="searchsrv_plat" long-name="Search Services Platform Interfaces" level="api">
<component name="cpix_utility_api" long-name="CPIX Utility API" filter="s60" introduced="^4" class="api">
<unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_utility_api/group"/>
</component>
<component name="cpix_framework_api" long-name="CPIX Framework API" filter="s60" introduced="^4" class="api">
<unit bldFile="/sf/mw/searchsrv/searchsrv_plat/cpix_framework_api/group"/>
</component>
<component name="cpix_search_api" long-name="CPIX Search API" filter="s60" introduced="^4" 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" filter="s60" introduced="^4">
<unit bldFile="/sf/mw/searchsrv/searchengine/util/group"/>
</component>
<component name="searchengine_oss" long-name="Search Engine OSS" filter="s60" introduced="^4">
<unit bldFile="/sf/mw/searchsrv/searchengine/oss/group"/>
</component>
<component name="cpix" long-name="Cross Platform Indexing Engine" filter="s60" introduced="^4">
<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" filter="s60" introduced="^4">
<unit bldFile="/sf/mw/searchsrv/searcher/SearchClient/group"/>
</component>
<component name="searchserver" long-name="Search Server" filter="s60" introduced="^4">
<unit bldFile="/sf/mw/searchsrv/searcher/SearchServer/group"/>
</component>
<component name="searcher_test" long-name="Searcher Tests" filter="s60" purpose="development" introduced="^4">
<!-- #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" filter="s60" introduced="^4">
<unit bldFile="/sf/mw/searchsrv/harvester/pluginfw/group"/>
</component>
<component name="searchsrv_harvesterserver" long-name="Search Harvester Server" filter="s60" introduced="^4">
<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" filter="s60" introduced="^4">
<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">
<unit bldFile="/sf/mw/searchsrv/qcpix" proFile="qcpix.pro"/>
</component>
</collection>
<collection name="searchsrv_info" long-name="Search Services Info">
<component name="searchsrv_build" long-name="Search Services Build" introduced="^4">
<!-- move exports to own component and remove this -->
<unit bldFile="/sf/mw/searchsrv/group"/>
</component>
</collection>
</block>
</layer>
</systemModel>
</SystemDefinition>