|
1 /*TYPE TESTCLASS*/ |
|
2 /* |
|
3 * Copyright (c) 2010 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 HarvesterPluginTester.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101FB3E3 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL -AllFiles -DRM |
|
27 //CAPABILITY ALL -TCB |
|
28 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
29 // VENDORID 0x00000000 |
|
30 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
31 // SECUREID 0x00000000 |
|
32 |
|
33 //TARGETPATH ?target_path |
|
34 DEFFILE harvesterplugintester.def |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 OS_LAYER_SYSTEMINCLUDE |
|
40 SYSTEMINCLUDE /epoc32/include/ecom |
|
41 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
42 |
|
43 SOURCEPATH ../src |
|
44 |
|
45 SOURCE harvesterplugintester.cpp |
|
46 SOURCE harvesterplugintesterblocks.cpp |
|
47 SOURCE harvesterobserver.cpp |
|
48 |
|
49 //RESOURCE resource_file |
|
50 //RESOURCE resource_file2 |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY stiftestinterface.lib |
|
54 LIBRARY stiftestengine.lib |
|
55 |
|
56 LANG SC |
|
57 |
|
58 /* |
|
59 START WINS |
|
60 ?wins_specific_information |
|
61 END |
|
62 |
|
63 START MARM |
|
64 ?marm_specific_information |
|
65 END |
|
66 */ |
|
67 // Other possible keywords: |
|
68 |
|
69 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
70 /* |
|
71 START BITMAP ?target |
|
72 TARGETPATH ?emulated_path_on_target_machine |
|
73 HEADER |
|
74 SOURCE ?color_depth ?source_bitmap |
|
75 END |
|
76 */ |
|
77 // DEFFILE ?filename |
|
78 // AIF ?filename |
|
79 |
|
80 //------------------------Added for testing FilePlugin------------------- |
|
81 USERINCLUDE ./../../../file/inc |
|
82 USERINCLUDE ./../../../file/inc/monitorplugin |
|
83 USERINCLUDE ./../../../file/fastfindfileserverplugin/inc |
|
84 |
|
85 SOURCEPATH ./../../../file/src |
|
86 SOURCE cfileplugin.cpp cfileharvester.cpp cfilemonitor.cpp cmmcmonitor.cpp |
|
87 SOURCE cfolderrenamedharvester.cpp |
|
88 //---------------End of additions for testing FilePlugin------------------- |
|
89 |
|
90 //------------------Added for testing Messaging plugin------------------- |
|
91 USERINCLUDE ./../../../messaging/inc |
|
92 |
|
93 SOURCEPATH ./../../../messaging/src |
|
94 SOURCE cmessageplugin.cpp cmessagedatahandler.cpp cmessageharvester.cpp cmessagemonitor.cpp |
|
95 |
|
96 SOURCEPATH ../src |
|
97 SOURCE cmessagesessionobserver.cpp |
|
98 |
|
99 LIBRARY msgs.lib |
|
100 LIBRARY etext.lib // CParaFormatLayer etc |
|
101 LIBRARY charconv.lib |
|
102 LIBRARY imcm.lib |
|
103 LIBRARY smcm.lib |
|
104 LIBRARY gsmu.lib |
|
105 LIBRARY mmscli.lib |
|
106 //------------------End for Messaging plugin ---------------------------- |
|
107 |
|
108 LIBRARY efile.lib |
|
109 LIBRARY flogger.lib |
|
110 LIBRARY cpixharvesterplugininterface.lib |
|
111 LIBRARY ecom.lib |
|
112 LIBRARY efsrv.lib |
|
113 LIBRARY cpixsearchclient.lib |
|
114 LIBRARY platformenv.lib // Path info |
|
115 //---------------End of additions for testing FilePlugin------------------- |
|
116 |
|
117 //------------------End for Bookmarks plugin ---------------------------- |
|
118 USERINCLUDE ./../../../bookmarks/inc |
|
119 |
|
120 SOURCEPATH ./../../../bookmarks/src |
|
121 SOURCE bookmarksplugin.cpp |
|
122 |
|
123 LIBRARY favouritesengine.lib |
|
124 LIBRARY inetprotutil.lib //Uri16.h |
|
125 //---------------End of additions for Bookmarks Plugin------------------- |
|
126 |
|
127 //------------------Additions for Applications plugin ---------------------------- |
|
128 USERINCLUDE ./../../../applications/inc |
|
129 |
|
130 SOURCEPATH ./../../../applications/src |
|
131 SOURCE applicationsplugin.cpp |
|
132 |
|
133 LIBRARY apgrfx.lib //for RApaLsSession |
|
134 LIBRARY apparc.lib //for TApaAppInfo |
|
135 LIBRARY widgetregistryclient.lib |
|
136 LIBRARY centralrepository.lib //for CRepository |
|
137 //---------------End of additions for Applications Plugin------------------- |
|
138 |
|
139 //------------------Added for Notes plugin ---------------------------- |
|
140 USERINCLUDE ./../../../notes/inc |
|
141 |
|
142 SOURCEPATH ./../../../notes/src |
|
143 SOURCE notesplugin.cpp |
|
144 |
|
145 LIBRARY estor.lib //RDbColReadStream |
|
146 LIBRARY edbms.lib //RDbNamedDatabase |
|
147 //---------------End of additions for Notes Plugin------------------- |
|
148 |
|
149 //---------------Additions for Contacts Plugin---------------------------- |
|
150 USERINCLUDE ./../../../contacts/inc |
|
151 SOURCEPATH ./../../../contacts/src |
|
152 SOURCE ccontactsplugin.cpp |
|
153 LIBRARY cntmodel.lib |
|
154 //------------------End for Contacts plugin ---------------------------- |
|
155 |
|
156 //---------------Additions for Calendar Plugin---------------------------- |
|
157 USERINCLUDE ./../../../calendar/inc |
|
158 |
|
159 SOURCEPATH ../src |
|
160 SOURCE ccalanderobserver.cpp |
|
161 SOURCEPATH ./../../../calendar/src |
|
162 SOURCE ccalendarplugin.cpp |
|
163 |
|
164 LIBRARY calinterimapi.lib |
|
165 //------------------End for Calendar plugin ---------------------------- |
|
166 |
|
167 //Audio media plugin |
|
168 USERINCLUDE ./../../../media/mediautils/inc |
|
169 USERINCLUDE ./../../../media/audio/inc |
|
170 SOURCEPATH ./../../../media/audio/src |
|
171 |
|
172 SOURCE cpixmediaaudiodoc.cpp |
|
173 SOURCE mediaplugin.cpp |
|
174 |
|
175 //------------------Added for Blacklist database ---------------------------- |
|
176 //USERINCLUDE ./../../../harvesterserver/inc |
|
177 |
|
178 //SOURCEPATH ./../../../harvesterserver/src |
|
179 //SOURCE cblacklistdb.cpp cblacklistmgr.cpp |
|
180 //------------------End for Blacklist database ---------------------------- |
|
181 |
|
182 //SOURCEPATH ./../../../pluginfw/src |
|
183 |
|
184 //SOURCE delayedcallback.cpp //Linked to CPixHarvesterPluginInterface.lib |
|
185 |
|
186 STATICLIBRARY cpixmediautils.lib |
|
187 //LIBRARY mediautils.lib |
|
188 LIBRARY bafl.lib |
|
189 LIBRARY mdeclient.lib |
|
190 LIBRARY mdccommon.lib // mds |
|
191 LIBRARY harvesterclient.lib |
|
192 //End |
|
193 //---------------Additions for video plugin---------------------------- |
|
194 USERINCLUDE ./../../../media/video/inc |
|
195 SOURCEPATH ./../../../media/video/src |
|
196 |
|
197 SOURCE cpixmediavideodoc.cpp |
|
198 SOURCE videoplugin.cpp |
|
199 //------------------End for video plugin ----------------------------- |
|
200 |
|
201 //---------------Additions for image plugin---------------------------- |
|
202 USERINCLUDE ./../../../media/image/inc |
|
203 SOURCEPATH ./../../../media/image/src |
|
204 |
|
205 SOURCE cpixmediaimagedoc.cpp |
|
206 SOURCE imageplugin.cpp |
|
207 //------------------End for image plugin ----------------------------- |
|
208 // End of File |