|
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 Server MTM implementation |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <msvstd.hrh> // KUidMtmServerComponentVal |
|
21 |
|
22 #include "../../../inc/fsmtmsuids.h" // KUidFsServerMtmVal |
|
23 #include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
24 #include "../../../../../../inc/emailtraceconfig.hrh" |
|
25 |
|
26 TARGET fsservermtm.dll |
|
27 TARGETTYPE dll |
|
28 |
|
29 UID KUidMtmServerComponentVal KUidFsServerMtmVal |
|
30 |
|
31 VENDORID VID_DEFAULT |
|
32 CAPABILITY CAP_ECOM_PLUGIN |
|
33 |
|
34 VERSION KEmailBinaryVersionNumber |
|
35 KEmailBinaryDemandPaging |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE cfsservermtm.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../../inc |
|
42 |
|
43 |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 |
|
47 |
|
48 USERINCLUDE ../../../../../../inc |
|
49 |
|
50 LANGUAGE_IDS |
|
51 |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY msgs.lib // for CBaseServerMtm |
|
55 LIBRARY centralrepository.lib |
|
56 LIBRARY cmaillogger.lib |
|
57 |
|
58 #ifdef TRACE_INTO_FILE |
|
59 LIBRARY flogger.lib |
|
60 #endif // TRACE_INTO_FILE |