|
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 MsgMailEditor. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET MsgMailEditor.exe |
|
23 EPOCSTACKSIZE 0x5000 |
|
24 EPOCHEAPSIZE 0x1 0x800000 // About 8MB |
|
25 TARGETTYPE exe |
|
26 UID 0x100039CE 0x101F4CD6 |
|
27 |
|
28 VENDORID VID_DEFAULT |
|
29 CAPABILITY CAP_APPLICATION NetworkControl |
|
30 |
|
31 SOURCEPATH ../EditorSrc |
|
32 |
|
33 SOURCE MsgMailEditorApp.cpp |
|
34 SOURCE MsgMailEditorAppUi.cpp |
|
35 SOURCE MsgMailEditorDocument.cpp |
|
36 SOURCE MsgMailOptionsDlg.cpp |
|
37 SOURCE MsgMailViewAttachmentsDlg.cpp |
|
38 SOURCE cmsgmaileditorsettinglist.cpp |
|
39 SOURCE cmsgmailremotemailboxsetting.cpp |
|
40 SOURCE cmsgmailshedulingsetting.cpp |
|
41 SOURCE cmsgmailencodingsetting.cpp |
|
42 SOURCE cmsgmailreplytosetting.cpp |
|
43 SOURCE cmsgmailprioritysetting.cpp |
|
44 SOURCE Msgattachmentverifier.cpp |
|
45 SOURCE CMsgAddMailHeadersDlg.cpp |
|
46 SOURCE MsgMailEditorAppServer.cpp |
|
47 SOURCE cmsgmaileditorheader.cpp |
|
48 SOURCE cmsgmailnavipaneutils.cpp |
|
49 SOURCE cmsgmailbaseop.cpp |
|
50 SOURCE cmsgmailsendop.cpp |
|
51 SOURCE cmsgmaillaunchop.cpp |
|
52 SOURCE cmsgmailrestoreattmsgsop.cpp |
|
53 SOURCE cmsgmailrestoreattasop.cpp |
|
54 SOURCE cmsgmailrestoreattaop.cpp |
|
55 SOURCE cmsgmailrestoresuperop.cpp |
|
56 SOURCE cmsgmailfetchfileop.cpp |
|
57 SOURCEPATH ../UtilsSrc |
|
58 SOURCE Maillog.cpp |
|
59 |
|
60 APP_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 START RESOURCE ../group/MsgMailEditor.rss |
|
63 TARGETPATH APP_RESOURCE_DIR |
|
64 HEADER |
|
65 LANGUAGE_IDS |
|
66 END //RESOURCE |
|
67 |
|
68 START RESOURCE ../aif/MsgMailEditor_reg.rss |
|
69 DEPENDS msgmaileditor.rsg |
|
70 TARGETPATH /private/10003a3f/apps |
|
71 HEADER |
|
72 LANGUAGE_IDS |
|
73 END |
|
74 |
|
75 USERINCLUDE . ../inc ../EditorSrc ../UtilsSrc |
|
76 |
|
77 SYSTEMINCLUDE ../../../inc |
|
78 |
|
79 |
|
80 // Libraries |
|
81 // AVKON & co |
|
82 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib apgrfx.lib |
|
83 LIBRARY avkon.lib bafl.lib |
|
84 LIBRARY eikdlg.lib // Dialog classes |
|
85 LIBRARY eikcoctl.lib |
|
86 LIBRARY efsrv.lib // File server |
|
87 LIBRARY apmime.lib // TDataType |
|
88 LIBRARY charconv.lib |
|
89 // Common Engine |
|
90 LIBRARY commonengine.lib |
|
91 LIBRARY FeatMgr.lib // Feature Manager |
|
92 |
|
93 // Editor base |
|
94 LIBRARY msgeditorappui.lib msgeditorview.lib msgeditormodel.lib |
|
95 |
|
96 // Mail Utils |
|
97 LIBRARY msgmailutils.lib |
|
98 |
|
99 // Messaging |
|
100 LIBRARY msgs.lib |
|
101 LIBRARY imcm.lib |
|
102 LIBRARY muiu.lib |
|
103 LIBRARY muiu_internal.lib |
|
104 LIBRARY imumutils.lib |
|
105 |
|
106 // Application uses Phonebook Engine: Add PbkEng to library section. |
|
107 LIBRARY PbkEng.lib |
|
108 |
|
109 // Application uses Phonebook Views: Add PbkView to library section. |
|
110 LIBRARY PbkView.lib |
|
111 LIBRARY hlplch.lib |
|
112 |
|
113 // Changing editmode of controls requires FepBase |
|
114 LIBRARY fepbase.lib |
|
115 |
|
116 // Following libs are needed to replace navi pane icons. |
|
117 LIBRARY fbscli.lib |
|
118 LIBRARY aknicon.lib |
|
119 LIBRARY aknskins.lib |
|
120 LIBRARY cdlengine.lib |
|
121 |
|
122 DEBUGLIBRARY flogger.lib |
|
123 |
|
124 |