|
1 /*TYPE TESTCLASS*/ |
|
2 /* |
|
3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 * All rights reserved. |
|
5 * This component and the accompanying materials are made available |
|
6 * under the terms of "Eclipse Public License v1.0" |
|
7 * which accompanies this distribution, and is available |
|
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 * |
|
10 * Initial Contributors: |
|
11 * Nokia Corporation - initial contribution. |
|
12 * |
|
13 * Contributors: |
|
14 * |
|
15 * Description: MMP file for STIF Test Framework's TestScripter |
|
16 * testclass test module. |
|
17 * |
|
18 */ |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET cpixsearchertest.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101FB3E3 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL -AllFiles -DRM |
|
27 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
28 // VENDORID 0x00000000 |
|
29 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
30 // SECUREID 0x00000000 |
|
31 |
|
32 //TARGETPATH ?target_path |
|
33 DEFFILE cpixsearchertest.def |
|
34 |
|
35 USERINCLUDE ../inc |
|
36 |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 OS_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 SOURCEPATH ../src |
|
41 |
|
42 SOURCE cpixsearchertest.cpp |
|
43 SOURCE cpixsearchertestBlocks.cpp |
|
44 SOURCE cpixanalyzertester.cpp |
|
45 SOURCE cpixboostertester.cpp |
|
46 SOURCE cpixindexertester.cpp |
|
47 SOURCE cpixsearchertester.cpp |
|
48 SOURCE multithreadtester.cpp |
|
49 SOURCE aotestclass.cpp |
|
50 |
|
51 //RESOURCE resource_file |
|
52 //RESOURCE resource_file2 |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY stiftestinterface.lib |
|
56 LIBRARY stiftestengine.lib |
|
57 |
|
58 LANG SC |
|
59 |
|
60 /* |
|
61 START WINS |
|
62 ?wins_specific_information |
|
63 END |
|
64 |
|
65 START MARM |
|
66 ?marm_specific_information |
|
67 END |
|
68 */ |
|
69 // Other possible keywords: |
|
70 |
|
71 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
72 /* |
|
73 START BITMAP ?target |
|
74 TARGETPATH ?emulated_path_on_target_machine |
|
75 HEADER |
|
76 SOURCE ?color_depth ?source_bitmap |
|
77 END |
|
78 */ |
|
79 // DEFFILE ?filename |
|
80 // AIF ?filename |
|
81 |
|
82 USERINCLUDE ./../../../../searchsrv_plat/cpix_utility_api/inc |
|
83 |
|
84 USERINCLUDE ../../../searchclient/inc |
|
85 SOURCEPATH ../../../searchclient/src |
|
86 |
|
87 SOURCE rsearchserversession.cpp |
|
88 SOURCE ccpixindexer.cpp |
|
89 |
|
90 LIBRARY cpixsearchclient.lib |
|
91 LIBRARY FLOGGER.lib |
|
92 LIBRARY estor.lib |
|
93 LIBRARY efsrv.lib |
|
94 // End of File |