|
1 /* |
|
2 * Copyright (c) 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 esmricalviewer |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
20 #include "../../inc/esmrinternaluid.h" |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET esmricalviewer.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID KEComRecognitionUID2 KESMRIcalViewerDllUid |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 VERSION KEmailBinaryVersionNumber |
|
32 KEmailBinaryDemandPaging |
|
33 |
|
34 SOURCEPATH ../data |
|
35 START RESOURCE 2001846B.rss // <cmail> |
|
36 TARGET esmricalviewer.rsc |
|
37 END |
|
38 |
|
39 SOURCEPATH ../src |
|
40 SOURCE cesmricalviewermain.cpp |
|
41 SOURCE cesmricalviewerimpl.cpp |
|
42 SOURCE cesmricalviewercmdhandler.cpp |
|
43 SOURCE cesmricalviewercommandbase.cpp |
|
44 SOURCE cesmricalviewerasynccommand.cpp |
|
45 SOURCE cesmricalviewerloadmrdatacmd.cpp |
|
46 SOURCE cesmrmrinfoicalretriever.cpp |
|
47 SOURCE cesmrinforecurrencehandler.cpp |
|
48 SOURCE cesmrimapicalretriever.cpp |
|
49 SOURCE cesmrimapmailfetcher.cpp |
|
50 SOURCE cesmricalvieweropenmrcmd.cpp |
|
51 SOURCE cesmruilauncher.cpp |
|
52 SOURCE cesmricalviewercanviewmr.cpp |
|
53 SOURCE cesmricalviewerresolvemrmethodsync.cpp |
|
54 SOURCE cesmricalviewerresolvemrmethodasync.cpp |
|
55 SOURCE cesmricalviewerresponsetomrcmd.cpp |
|
56 SOURCE cesmricalviewerremovemrfromcalcmd.cpp |
|
57 SOURCE cesmricalvieweremailasynccmd.cpp |
|
58 SOURCE cesmricalvieweremailsynccmd.cpp |
|
59 SOURCE esmricalviewerutils.cpp |
|
60 |
|
61 USERINCLUDE . |
|
62 USERINCLUDE ../inc |
|
63 USERINCLUDE ../../inc |
|
64 |
|
65 APP_LAYER_SYSTEMINCLUDE |
|
66 |
|
67 USERINCLUDE ../../../inc |
|
68 SYSTEMINCLUDE /epoc32/include/ecom |
|
69 |
|
70 LIBRARY euser.lib |
|
71 LIBRARY fsmailframework.lib |
|
72 LIBRARY fsfwcommonlib.lib |
|
73 LIBRARY esmrservices.lib |
|
74 LIBRARY esmrviewer.lib |
|
75 |
|
76 LIBRARY calinterimapi.lib |
|
77 LIBRARY caleninterimutils2.lib |
|
78 LIBRARY ecom.lib |
|
79 LIBRARY eikcore.lib |
|
80 LIBRARY cone.lib |
|
81 LIBRARY charconv.lib |
|
82 LIBRARY estor.lib |
|
83 LIBRARY efsrv.lib |
|
84 LIBRARY esmrcommon.lib |
|
85 LIBRARY cmaillogger.lib |
|
86 |
|
87 // end of file |