|
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 helper class implementation |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 #include "../../inc/fsmtmsuids.h" |
|
21 #include "../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
22 #include "../../../../../inc/emailtraceconfig.hrh" |
|
23 |
|
24 TARGET fssendashelper.dll |
|
25 TARGETTYPE dll |
|
26 UID KUidSharedLibrary KUidSendAsHelperDll |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 VERSION KEmailBinaryVersionNumber |
|
31 KEmailBinaryDemandPaging |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE cfssendashelper.cpp |
|
35 |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../fsmtms/inc |
|
39 USERINCLUDE ../../inc |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 USERINCLUDE ../../../../../inc |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY estor.lib |
|
47 LIBRARY cone.lib |
|
48 LIBRARY bafl.lib |
|
49 LIBRARY efsrv.lib // RFile |
|
50 LIBRARY centralrepository.lib // CRepository |
|
51 LIBRARY ecom.lib |
|
52 LIBRARY eikcore.lib |
|
53 LIBRARY eikcoctl.lib |
|
54 LIBRARY avkon.lib |
|
55 LIBRARY cmaillogger.lib |
|
56 LIBRARY commonengine.lib |
|
57 LIBRARY usbman.lib |
|
58 |
|
59 #if 1 // Make it 0 if FS UI, FS Framework, FS Generic components are not built |
|
60 LIBRARY FSMailFramework.lib |
|
61 LIBRARY FSFWCommonLib.lib |
|
62 #endif |
|
63 |
|
64 #ifdef TRACE_INTO_FILE |
|
65 LIBRARY flogger.lib |
|
66 #endif // TRACE_INTO_FILE |