|
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 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET MailPlainView.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x101FD69F //KECOMUid2 0x10009D8D |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH . |
|
31 SOURCE ImplementationGroupProxy.cpp |
|
32 SOURCE CMailMessagePlainView.cpp |
|
33 SOURCE MsgMailViewerHtmlConv.cpp |
|
34 SOURCE MailLoadStateMachine.cpp |
|
35 SOURCE MailLoadStateHtml.cpp |
|
36 SOURCE MailLoadStateInline.cpp |
|
37 SOURCE MailLoadStateMessageAttachment.cpp |
|
38 SOURCE CLoadAttachments.cpp |
|
39 |
|
40 |
|
41 SOURCEPATH ../../UtilsSrc |
|
42 SOURCE Maillog.cpp |
|
43 |
|
44 SOURCEPATH . |
|
45 START RESOURCE 101F85C5.rss |
|
46 TARGET MailPlainView.rsc |
|
47 END |
|
48 |
|
49 APP_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 // Notice that now there’re 2 different resource files with the same name, |
|
52 // but in different directories (/resource/plugins and /resource). |
|
53 START RESOURCE MailPlainView.rss |
|
54 TARGET MailPlainView.rss |
|
55 TARGETPATH RESOURCE_FILES_DIR |
|
56 HEADER |
|
57 LANGUAGE_IDS |
|
58 END |
|
59 |
|
60 USERINCLUDE . ../../ViewerSrc |
|
61 USERINCLUDE ../../group |
|
62 USERINCLUDE ../../UtilsSrc |
|
63 SYSTEMINCLUDE ../../../../inc |
|
64 |
|
65 // Mail Utils |
|
66 LIBRARY msgmailutils.lib |
|
67 |
|
68 |
|
69 LIBRARY etext.lib |
|
70 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib |
|
71 LIBRARY eikcoctl.lib avkon.lib charconv.lib |
|
72 LIBRARY eikdlg.lib bafl.lib ecom.lib |
|
73 LIBRARY efsrv.lib apgrfx.lib apmime.lib |
|
74 LIBRARY CommonEngine.lib |
|
75 |
|
76 // Messaging |
|
77 LIBRARY msgs.lib |
|
78 LIBRARY imcm.lib |
|
79 LIBRARY muiu.lib |
|
80 |
|
81 DEBUGLIBRARY flogger.lib |
|
82 |
|
83 |
|
84 // End of File |