|
1 /* |
|
2 * Copyright (c) 2007-2009 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 definition file for project mrtaskplugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "../../../inc/esmrinternaluid.h" |
|
20 #include "../../../../inc/emailtraceconfig.hrh" |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET mrtaskplugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID KEComRecognitionUID2 KMRTaskPluginImplementationUID |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE cmrtaskplugin.cpp |
|
33 SOURCE cesmrtaskbase.cpp |
|
34 SOURCE cesmrstoremrtask.cpp |
|
35 SOURCE cesmrdeletefromdbmrtask.cpp |
|
36 SOURCE cesmrmailplaitextformatter.cpp |
|
37 SOURCE cesmrsendmrfsmailreplytask.cpp |
|
38 SOURCE cesmrforwardasfsmailtask.cpp |
|
39 SOURCE cesmrfsemailmanager.cpp |
|
40 SOURCE cesmrsendmrfsmailtask.cpp |
|
41 SOURCE cesmrsendmrrespfsmailtask.cpp |
|
42 SOURCE dllmain.cpp |
|
43 |
|
44 START RESOURCE ../data/mrtaskplugin.rss |
|
45 TARGET mrtaskplugin.rsc |
|
46 END |
|
47 |
|
48 START RESOURCE ../data/esmrtasks.rss |
|
49 HEADER |
|
50 TARGET esmrtasks |
|
51 TARGETPATH RESOURCE_FILES_DIR |
|
52 LANGUAGE_IDS |
|
53 END |
|
54 |
|
55 USERINCLUDE ../inc |
|
56 USERINCLUDE ../../inc |
|
57 USERINCLUDE ../../../inc |
|
58 USERINCLUDE ../../../../inc |
|
59 |
|
60 APP_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 SYSTEMINCLUDE /epoc32/include/ecom //TODO: Remove when Cmail headers are fixed |
|
63 |
|
64 LIBRARY esmrcommon.lib |
|
65 LIBRARY esmrservices.lib |
|
66 LIBRARY mrguicommon.lib |
|
67 LIBRARY esmrgui.lib |
|
68 LIBRARY esmrtasks.lib |
|
69 LIBRARY esmrentry.lib |
|
70 |
|
71 LIBRARY euser.lib |
|
72 LIBRARY ecom.lib |
|
73 LIBRARY calinterimapi.lib |
|
74 LIBRARY sendui.lib |
|
75 LIBRARY etext.lib |
|
76 LIBRARY cone.lib |
|
77 LIBRARY efsrv.lib |
|
78 LIBRARY commonengine.lib |
|
79 LIBRARY charconv.lib |
|
80 LIBRARY bafl.lib |
|
81 LIBRARY fsmailframework.lib |
|
82 LIBRARY fsfwcommonlib.lib |
|
83 LIBRARY apgrfx.lib |
|
84 LIBRARY apmime.lib |
|
85 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE ) |
|
86 LIBRARY flogger.lib |
|
87 #endif // ENABLE_TRACES && TRACE_INTO_FILE |
|
88 |
|
89 //End of file |