|
1 /* |
|
2 * Copyright (c) 2002 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: This is project specification file for the MsgMailViewer. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET MsgMailViewer.exe |
|
23 EPOCSTACKSIZE 0x5000 |
|
24 EPOCHEAPSIZE 0x1 0x800000 // As KBs. Latter about 8MB |
|
25 TARGETTYPE exe |
|
26 UID 0x100039CE 0x101F4CE4 |
|
27 |
|
28 VENDORID VID_DEFAULT |
|
29 CAPABILITY CAP_APPLICATION NetworkControl |
|
30 |
|
31 SOURCEPATH ../ViewerSrc |
|
32 SOURCE MsgMailViewerApp.cpp |
|
33 SOURCE MsgMailViewerAppUi.cpp |
|
34 SOURCE MsgMailViewerDocument.cpp |
|
35 SOURCE MsgMailViewerAttachmentsDlg.cpp |
|
36 SOURCE MsgMailViewerRemoveAttachment.cpp |
|
37 SOURCE MsgMailViewerCharConv.cpp |
|
38 SOURCE Msgmailcharactersethandler.cpp |
|
39 SOURCE CMailViewManager.cpp |
|
40 SOURCE CMailBaseControlAdapter.cpp |
|
41 SOURCE CMailMsgBaseControlAdapter.cpp |
|
42 SOURCE MsgMailViewerAppServer.cpp |
|
43 SOURCE CMailForwardoperation.cpp |
|
44 SOURCE cmailwaitoperation.cpp |
|
45 SOURCE cmsgmailviewerfinditemhandler.cpp |
|
46 SOURCE cmsgmailviewercontactmatcher.cpp |
|
47 SOURCE cmsgmailviewercontactcaller.cpp |
|
48 SOURCE cmsgmailviewerreplytomatcher.cpp |
|
49 SOURCEPATH ../UtilsSrc |
|
50 SOURCE Maillog.cpp |
|
51 |
|
52 APP_LAYER_SYSTEMINCLUDE |
|
53 |
|
54 START RESOURCE ../group/MsgMailViewer.rss |
|
55 TARGETPATH APP_RESOURCE_DIR |
|
56 HEADER |
|
57 LANGUAGE_IDS |
|
58 END |
|
59 |
|
60 START RESOURCE ../aif/MsgMailViewer_reg.rss |
|
61 DEPENDS msgmailviewer.rsg |
|
62 TARGETPATH /private/10003a3f/apps |
|
63 HEADER |
|
64 LANGUAGE_IDS |
|
65 END |
|
66 |
|
67 USERINCLUDE . ../inc ../ViewerSrc ../UtilsSrc |
|
68 |
|
69 SYSTEMINCLUDE ../../../inc |
|
70 |
|
71 |
|
72 LIBRARY etext.lib ecom.lib WS32.lib |
|
73 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib |
|
74 LIBRARY eikcoctl.lib avkon.lib charconv.lib |
|
75 LIBRARY eikdlg.lib bafl.lib |
|
76 LIBRARY efsrv.lib apmime.lib |
|
77 LIBRARY AknSkins.lib CenRepNotifHandler.lib centralrepository.lib |
|
78 |
|
79 // Editor base |
|
80 LIBRARY msgeditorappui.lib msgeditorview.lib msgeditormodel.lib |
|
81 |
|
82 // Mail Utils |
|
83 LIBRARY msgmailutils.lib |
|
84 |
|
85 // Messaging |
|
86 LIBRARY msgs.lib |
|
87 LIBRARY imcm.lib |
|
88 LIBRARY muiu.lib |
|
89 LIBRARY muiu_internal.lib |
|
90 LIBRARY mtur.lib |
|
91 LIBRARY msgcommonutils.lib |
|
92 |
|
93 LIBRARY sendui.lib |
|
94 |
|
95 // Phonebook |
|
96 LIBRARY PbkEng.lib PbkView.lib // cntmodel.lib |
|
97 LIBRARY VPbkEng.lib // pbk2 |
|
98 |
|
99 // Common components |
|
100 LIBRARY commonui.lib |
|
101 LIBRARY FeatMgr.lib // Feature Manager |
|
102 |
|
103 // Common Engine |
|
104 LIBRARY commonengine.lib |
|
105 |
|
106 // Help |
|
107 LIBRARY hlplch.lib |
|
108 // AIW |
|
109 LIBRARY ServiceHandler.lib |
|
110 LIBRARY aiwdialdata.lib |
|
111 |
|
112 // Log |
|
113 DEBUGLIBRARY flogger.lib |
|
114 |
|
115 |