|
1 /* |
|
2 * Copyright (c) 2004 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: |
|
15 * This is project specification file for the Email plain view plug-in. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET ICalViewer.dll |
|
25 |
|
26 TARGETTYPE PLUGIN |
|
27 |
|
28 UID 0x10009D8D 0x101FD69E |
|
29 |
|
30 CAPABILITY CAP_ECOM_PLUGIN |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 USERINCLUDE . |
|
34 USERINCLUDE ../data |
|
35 USERINCLUDE ../../../UtilsSrc |
|
36 USERINCLUDE ../../../group |
|
37 USERINCLUDE ../uisrc |
|
38 USERINCLUDE ../engsrc |
|
39 SYSTEMINCLUDE ../../../../../inc |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 SOURCEPATH ../uisrc |
|
44 SOURCE ImplementationGroupProxy.cpp |
|
45 SOURCE CICalViewer.cpp |
|
46 SOURCE CICalViewerView.cpp |
|
47 SOURCE cicalattaloader.cpp |
|
48 |
|
49 SOURCEPATH ../../../UtilsSrc |
|
50 SOURCE MailLog.cpp |
|
51 |
|
52 SOURCEPATH ../data |
|
53 START RESOURCE 101FD69E.rss // =KICalViewerUID3 |
|
54 TARGET ICalViewer.rsc |
|
55 END |
|
56 |
|
57 START RESOURCE icalvieweruires.rss |
|
58 HEADER |
|
59 TARGETPATH RESOURCE_FILES_DIR |
|
60 LANG SC |
|
61 END |
|
62 |
|
63 // Mail Utils |
|
64 LIBRARY msgmailutils.lib |
|
65 // Messaging |
|
66 LIBRARY imcm.lib |
|
67 LIBRARY msgs.lib |
|
68 // Calendar |
|
69 LIBRARY CalInterimAPI.lib |
|
70 LIBRARY calenimp.lib |
|
71 LIBRARY commonengine.lib // StringLoader |
|
72 //symbian |
|
73 LIBRARY euser.lib cone.lib avkon.lib eikcore.lib |
|
74 LIBRARY ecom.lib featmgr.lib estor.lib efsrv.lib |
|
75 LIBRARY bafl.lib |
|
76 //engine |
|
77 LIBRARY icalengine.lib |
|
78 //recognizers |
|
79 LIBRARY apmime.lib |
|
80 LIBRARY apparc.lib |
|
81 LIBRARY apgrfx.lib |
|
82 |
|
83 DEBUGLIBRARY flogger.lib |
|
84 |
|
85 |