|
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: Email Html view plug-in. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET MailHtmlView.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D 0x10207276 //KECOMUid2 0x10009D8D |
|
24 |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 USERINCLUDE ../MailHtmlView |
|
29 USERINCLUDE ../../ViewerSrc |
|
30 USERINCLUDE ../../Group |
|
31 USERINCLUDE ../../UtilsSrc |
|
32 SYSTEMINCLUDE ../../../../inc |
|
33 |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 SOURCEPATH . ../../ViewerSrc ../../UtilsSrc |
|
37 SOURCE ImplementationGroupProxy.cpp |
|
38 SOURCE CMailMessageHtmlView.cpp |
|
39 SOURCE CMailHtmlBodyControl.cpp |
|
40 SOURCE CLoadHtmlFile.cpp |
|
41 SOURCE CHtmlMailLoadStateMachine.cpp |
|
42 SOURCE CHtmlLoadAttachments.cpp |
|
43 SOURCE CLoadAttachedMessages.cpp |
|
44 SOURCEPATH ../../UtilsSrc |
|
45 SOURCE MailLog.cpp |
|
46 |
|
47 |
|
48 SOURCEPATH ../MailHtmlView |
|
49 START RESOURCE 101f878d.rss |
|
50 TARGET MailHtmlView.rsc |
|
51 END |
|
52 |
|
53 /* |
|
54 // Notice that now there’re 2 different resource files with the same name, |
|
55 // but in different directories (/resource/plugins and /resource). |
|
56 START RESOURCE EComExample.rss |
|
57 HEADER |
|
58 TARGET EComExample.rsc |
|
59 TARGETPATH resource |
|
60 LANG SC |
|
61 END |
|
62 */ |
|
63 |
|
64 // Mail Utils |
|
65 LIBRARY msgmailutils.lib |
|
66 |
|
67 LIBRARY etext.lib |
|
68 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib |
|
69 LIBRARY eikcoctl.lib avkon.lib charconv.lib |
|
70 LIBRARY eikdlg.lib bafl.lib ecom.lib |
|
71 LIBRARY efsrv.lib apgrfx.lib apmime.lib |
|
72 |
|
73 // Browser |
|
74 LIBRARY browserengine.lib |
|
75 |
|
76 // Messaging |
|
77 LIBRARY msgs.lib |
|
78 LIBRARY imcm.lib |
|
79 LIBRARY muiu.lib |
|
80 |
|
81 // s60 Messaging utils |
|
82 LIBRARY imumutils.lib |
|
83 |
|
84 DEBUGLIBRARY flogger.lib |
|
85 |
|
86 |
|
87 // End of File |
|
88 |