|
1 /* |
|
2 * Copyright (c) 2009 - 2010 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 the project specification file for Email |
|
15 * Widget Settings. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../../../inc/emailtraceconfig.hrh" |
|
24 |
|
25 TARGET emailwidgetsettings.exe |
|
26 TARGETTYPE exe |
|
27 UID 0x0 0x2002429E |
|
28 LANG SC |
|
29 |
|
30 VENDORID VID_DEFAULT |
|
31 CAPABILITY CAP_APPLICATION |
|
32 EPOCSTACKSIZE 0x5000 |
|
33 |
|
34 VERSION KEmailBinaryVersionNumber |
|
35 KEmailBinaryDemandPaging |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE emailwidgetsettingsappui.cpp |
|
39 SOURCE emailwidgetsettingslistview.cpp |
|
40 SOURCE emailwidgetsettingslistviewcontainer.cpp |
|
41 SOURCE emailwidgetsettingsmailboxes.cpp |
|
42 |
|
43 SOURCEPATH ../data |
|
44 |
|
45 START RESOURCE emailwidgetsettings.rss |
|
46 HEADER |
|
47 TARGET emailwidgetsettings |
|
48 TARGETPATH APP_RESOURCE_DIR |
|
49 LANGUAGE_IDS |
|
50 END //RESOURCE |
|
51 |
|
52 START RESOURCE emailwidgetsettings_reg.rss |
|
53 DEPENDS emailwidgetsettings.rsg |
|
54 TARGET emailwidgetsettings_reg |
|
55 TARGETPATH /private/10003a3f/apps |
|
56 END //RESOURCE |
|
57 |
|
58 APP_LAYER_SYSTEMINCLUDE |
|
59 USERINCLUDE ../inc |
|
60 USERINCLUDE ../loc |
|
61 USERINCLUDE ../../../../inc |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY apparc.lib |
|
65 LIBRARY cone.lib |
|
66 LIBRARY eikcore.lib |
|
67 LIBRARY avkon.lib |
|
68 LIBRARY apgrfx.lib |
|
69 LIBRARY eikcoctl.lib |
|
70 LIBRARY bafl.lib |
|
71 LIBRARY eikctl.lib |
|
72 LIBRARY ws32.lib |
|
73 LIBRARY efsrv.lib |
|
74 LIBRARY CdlEngine.lib |
|
75 LIBRARY aknicon.lib |
|
76 LIBRARY FSMailFramework.lib |
|
77 LIBRARY FSFWCommonLib.lib |
|
78 LIBRARY centralrepository.lib |
|
79 LIBRARY commonengine.lib |
|
80 LIBRARY cmaillogger.lib |
|
81 LIBRARY egul.lib |
|
82 LIBRARY ecom.lib |
|
83 |
|
84 #ifdef TRACE_INTO_FILE |
|
85 LIBRARY flogger.lib |
|
86 #endif // TRACE_INTO_FILE |
|
87 |
|
88 // End of file |