equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project specification file of messagingplugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 CAPABILITY CAP_ECOM_PLUGIN |
|
22 VENDORID VID_DEFAULT |
|
23 |
|
24 // TARGET |
|
25 TARGET messagessearchplugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 |
|
28 // ECom Dll recognition UID followed by the unique UID for this dll |
|
29 UID 0x10009D8D 0x102823FB |
|
30 |
|
31 //SOURCE |
|
32 SOURCEPATH ../src |
|
33 SOURCE proxy.cpp |
|
34 SOURCE messagessearchplugin.cpp |
|
35 SOURCE messagessearcher.cpp |
|
36 SOURCE msgentrydetails.cpp |
|
37 |
|
38 //RESOURCE |
|
39 START RESOURCE ../data/messagessearchplugin.rss |
|
40 TARGET messagessearchplugin.rsc |
|
41 END |
|
42 |
|
43 |
|
44 //RESOURCE |
|
45 START RESOURCE ../data/messagespluginresource.rss |
|
46 HEADER |
|
47 TARGET messagespluginresource.rsc |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 |
|
52 // USER AND SYSTEM INCLUDES |
|
53 USERINCLUDE ../inc |
|
54 |
|
55 APP_LAYER_SYSTEMINCLUDE |
|
56 // static dependencies |
|
57 LIBRARY msgs.lib |
|
58 LIBRARY bafl.lib |
|
59 LIBRARY euser.lib |
|
60 LIBRARY ecom.lib |
|
61 LIBRARY searchutilities.lib |
|
62 LIBRARY charconv.lib |
|
63 LIBRARY mtur.lib |
|
64 LIBRARY mmscli.lib |
|
65 LIBRARY apgrfx.lib |
|
66 LIBRARY apparc.lib |
|
67 LIBRARY smcm.lib |
|
68 LIBRARY gsmu.lib |
|
69 LIBRARY efsrv.lib |
|
70 LIBRARY flogger.lib |
|
71 |
|
72 |
|
73 |
|
74 // LIBRARY libclogger.lib |
|
75 |
|
76 |