|
64
|
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 |
LIBRARY esmrcommon.lib
|
|
|
63 |
LIBRARY esmrservices.lib
|
|
|
64 |
LIBRARY mrguicommon.lib
|
|
|
65 |
LIBRARY esmrgui.lib
|
|
|
66 |
LIBRARY esmrtasks.lib
|
|
|
67 |
LIBRARY esmrentry.lib
|
|
|
68 |
|
|
|
69 |
LIBRARY euser.lib
|
|
|
70 |
LIBRARY ecom.lib
|
|
|
71 |
LIBRARY calinterimapi.lib
|
|
|
72 |
LIBRARY sendui.lib
|
|
|
73 |
LIBRARY etext.lib
|
|
|
74 |
LIBRARY cone.lib
|
|
|
75 |
LIBRARY efsrv.lib
|
|
|
76 |
LIBRARY commonengine.lib
|
|
|
77 |
LIBRARY charconv.lib
|
|
|
78 |
LIBRARY bafl.lib
|
|
|
79 |
LIBRARY fsmailframework.lib
|
|
|
80 |
LIBRARY fsfwcommonlib.lib
|
|
|
81 |
LIBRARY apgrfx.lib
|
|
|
82 |
LIBRARY apmime.lib
|
|
|
83 |
#if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
|
|
|
84 |
LIBRARY flogger.lib
|
|
|
85 |
#endif // ENABLE_TRACES && TRACE_INTO_FILE
|
|
|
86 |
|
|
|
87 |
//End of file
|