|
1 /* |
|
2 * Copyright (c) 2007-2008 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: Project definition file for project FSMailServer debug logger |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> // Needed for APP_RESOURCE_DIR |
|
21 |
|
22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../inc/fsmailserverdefinitions.h" |
|
24 |
|
25 |
|
26 TARGET fsmailserver.exe |
|
27 TARGETTYPE exe |
|
28 UID 0x100039CE KFSMailServerUid |
|
29 |
|
30 CAPABILITY CAP_APPLICATION NetworkControl |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 EPOCSTACKSIZE 0x5000 |
|
34 |
|
35 VERSION KEmailBinaryVersionNumber |
|
36 KEmailBinaryDemandPaging |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE fsmailserver.cpp |
|
40 SOURCE fsnotificationhandlermgrimpl.cpp |
|
41 SOURCE FsEmailGlobalDialogsApplication.cpp |
|
42 SOURCE FsEmailGlobalDialogsDocument.cpp |
|
43 SOURCE FsEmailGlobalDialogsAppUi.cpp |
|
44 SOURCE FsEmailAuthenticationDialog.cpp |
|
45 SOURCE FsEmailMessageQueryDialog.cpp |
|
46 SOURCE emailservershutdownobserver.cpp |
|
47 |
|
48 USERINCLUDE ../inc |
|
49 USERINCLUDE ../loc |
|
50 USERINCLUDE ../cmailhandlerplugin/inc |
|
51 USERINCLUDE ../inc/other |
|
52 USERINCLUDE ../../../inc |
|
53 |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 USERINCLUDE ../../../emailuis/emailui/sendasmtm/fsmtms/inc |
|
57 USERINCLUDE ../../../emailuis/emailui/sendasmtm/fsmtms/client/inc |
|
58 |
|
59 |
|
60 START RESOURCE ../data/fsmailserver.rss |
|
61 HEADER |
|
62 TARGETPATH APP_RESOURCE_DIR |
|
63 LANGUAGE_IDS |
|
64 END |
|
65 |
|
66 START RESOURCE ../data/fsmailserver_reg.rss |
|
67 TARGETPATH /private/10003a3f/apps |
|
68 END |
|
69 |
|
70 LIBRARY euser.lib |
|
71 LIBRARY FSMailFramework.lib |
|
72 LIBRARY FSFWCommonLib.lib |
|
73 |
|
74 LIBRARY fsclientmtm.lib |
|
75 LIBRARY msgs.lib |
|
76 LIBRARY ws32.lib |
|
77 LIBRARY apgrfx.lib |
|
78 LIBRARY efsrv.lib |
|
79 |
|
80 LIBRARY mediaclientaudio.lib |
|
81 LIBRARY profileeng.lib |
|
82 LIBRARY HWRMVibraClient.lib |
|
83 |
|
84 LIBRARY bafl.lib |
|
85 LIBRARY CommonEngine.lib |
|
86 |
|
87 LIBRARY centralrepository.lib |
|
88 |
|
89 LIBRARY ecom.lib |
|
90 LIBRARY avkon.lib |
|
91 LIBRARY cone.lib |
|
92 LIBRARY eikcore.lib |
|
93 LIBRARY eiksrv.lib |
|
94 LIBRARY eikdlg.lib |
|
95 LIBRARY eikcoctl.lib |
|
96 LIBRARY eiksrvui.lib // CEikServAppUi |
|
97 LIBRARY apparc.lib // CApaApplication, TApaApplicationFactory |
|
98 LIBRARY sysutil.lib |
|
99 LIBRARY liwservicehandler.lib |
|
100 LIBRARY cmaillogger.lib |
|
101 DEBUGLIBRARY flogger.lib |