19
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<SystemDefinition xmlns:qt="http://www.nokia.com/qt" schema="3.0.0">
|
|
3 |
<package id="searchsrv" name="Search Services" levels="services engine generic api">
|
|
4 |
<collection id="searchsrv_plat" name="Search Services Platform Interfaces" level="api">
|
|
5 |
<component id="cpix_utility_api" name="CPIX Utility API" filter="s60" class="api" introduced="^4">
|
|
6 |
<meta rel="Api" href="searchsrv_plat/cpix_utility_api/cpix_utility_api.metaxml"/>
|
|
7 |
<unit bldFile="searchsrv_plat/cpix_utility_api/group"/>
|
|
8 |
</component>
|
|
9 |
<component id="cpix_framework_api" name="CPIX Framework API" filter="s60" class="api" introduced="^4">
|
|
10 |
<meta rel="Api" href="searchsrv_plat/cpix_framework_api/cpix_framework_api.metaxml"/>
|
|
11 |
<unit bldFile="searchsrv_plat/cpix_framework_api/group"/>
|
|
12 |
</component>
|
|
13 |
<component id="cpix_search_api" name="CPIX Search API" filter="s60" class="api" introduced="^4">
|
|
14 |
<meta rel="Api" href="searchsrv_plat/cpix_search_api/cpix_search_api.metaxml"/>
|
|
15 |
<unit bldFile="searchsrv_plat/cpix_search_api/group"/>
|
|
16 |
</component>
|
|
17 |
</collection>
|
|
18 |
<collection id="searchengine" name="Search Engine" level="engine">
|
|
19 |
<component id="searchengine_util" name="Search Engine Utils" filter="s60" introduced="^4">
|
|
20 |
<unit bldFile="searchengine/util/group"/>
|
|
21 |
</component>
|
|
22 |
<component id="searchengine_oss" name="Search Engine OSS" filter="s60" introduced="^4">
|
|
23 |
<unit bldFile="searchengine/oss/group"/>
|
|
24 |
</component>
|
|
25 |
<component id="cpix" name="Cross Platform Indexing Engine" filter="s60" introduced="^4">
|
|
26 |
<unit bldFile="searchengine/cpix/group"/>
|
|
27 |
</component>
|
|
28 |
</collection>
|
|
29 |
<collection id="searcher" name="Searcher" level="generic">
|
|
30 |
<component id="searchclient" name="Search Client" filter="s60" introduced="^4">
|
|
31 |
<unit bldFile="searcher/SearchClient/group"/>
|
|
32 |
</component>
|
|
33 |
<component id="searchserver" name="Search Server" filter="s60" introduced="^4">
|
|
34 |
<unit bldFile="searcher/SearchServer/group"/>
|
|
35 |
</component>
|
|
36 |
<component id="searcher_test" name="Searcher Tests" filter="s60" purpose="development" introduced="^4">
|
|
37 |
<unit bldFile="searcher/tsrc/group"/>
|
|
38 |
</component>
|
|
39 |
</collection>
|
|
40 |
<collection id="searchsrv_harvester" name="Search Services Harvester" level="services">
|
|
41 |
<component id="searchsrv_pluginfw" name="Search Server" filter="s60" introduced="^4">
|
|
42 |
<unit bldFile="harvester/pluginfw/group"/>
|
|
43 |
</component>
|
|
44 |
<component id="searchsrv_harvesterserver" name="Search Harvester Server" filter="s60" introduced="^4">
|
23
|
45 |
<unit bldFile="harvester" qt:proFile="harvester.pro"/>
|
19
|
46 |
</component>
|
|
47 |
</collection>
|
|
48 |
<collection id="searchsrv_watchdog" name="Search Services Watch Dog" level="services">
|
|
49 |
<component id="searchsrv_watchdog_build" name="Search Services Watch Dog Build" filter="s60" introduced="^4">
|
|
50 |
<unit bldFile="WatchDog/group"/>
|
|
51 |
</component>
|
|
52 |
</collection>
|
|
53 |
<collection id="qcpix" name="Qt CPIX" level="engine">
|
|
54 |
<component id="qcpix_build" name="Qt CPIX Build" introduced="^4" filter="s60">
|
|
55 |
<unit bldFile="qcpix" qt:proFile="cpix.pro"/>
|
|
56 |
</component>
|
|
57 |
</collection>
|
|
58 |
<collection id="searchsrv_info" name="Search Services Info">
|
|
59 |
<component id="searchsrv_rom" name="Search Services ROM" introduced="^4" filter="s60" class="config">
|
|
60 |
<unit bldFile="rom"/>
|
|
61 |
</component>
|
|
62 |
</collection>
|
|
63 |
<collection id="searchsrv_test" name="Search Services Test">
|
|
64 |
<component id="cpixmwtester" name="CPIX Middleware Tester" purpose="development" filter="s60,test" introduced="^4">
|
|
65 |
<unit bldFile="tsrc/CPixMWTester/group"/>
|
|
66 |
</component>
|
|
67 |
</collection>
|
|
68 |
</package>
|
|
69 |
</SystemDefinition>
|