|
1 /* |
|
2 * Copyright (c) 2007 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 Freestyle UI Data MTM implementation |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <msvstd.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 #include "../../../inc/fsmtmsuids.h" |
|
23 #include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
24 #include "../../../../../../inc/emailtraceconfig.hrh" |
|
25 |
|
26 TARGET fsuidatamtm.dll |
|
27 TARGETTYPE dll |
|
28 UID KUidMtmUiDataComponentVal KUidFsUiDataMtmVal |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 //MTM Dlls must have maximum capabilities so that they are available |
|
32 //for all clients: |
|
33 CAPABILITY CAP_ECOM_PLUGIN |
|
34 |
|
35 VERSION KEmailBinaryVersionNumber |
|
36 KEmailBinaryDemandPaging |
|
37 |
|
38 START RESOURCE ../data/fsuidatamtm.rss |
|
39 TARGETPATH MTM_RESOURCE_DIR |
|
40 HEADER |
|
41 END |
|
42 |
|
43 SOURCEPATH ../src |
|
44 SOURCE cfsuidatamtm.cpp |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../inc //for fsmtms.loc |
|
48 USERINCLUDE ../../../inc |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 USERINCLUDE ../../../../../../inc |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY mtur.lib // CBaseMtmUiData |
|
56 LIBRARY ws32.lib //for CWsBitmap |
|
57 LIBRARY aknicon.lib |
|
58 library efsrv.lib |
|
59 LIBRARY FSMailFramework.lib |
|
60 LIBRARY FSFWCommonLib.lib |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY egul.lib |
|
63 LIBRARY cmaillogger.lib |
|
64 |
|
65 #ifdef TRACE_INTO_FILE |
|
66 LIBRARY flogger.lib |
|
67 #endif // TRACE_INTO_FILE |
|
68 |
|
69 LANGUAGE_IDS |
|
70 |
|
71 NOSTRICTDEF |