|
1 /* |
|
2 * Copyright (c) 2009 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. |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../inc/emailclientapiimpl.hrh" |
|
21 #include "../../../inc/emailtraceconfig.hrh" |
|
22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 |
|
24 |
|
25 TARGET emailclientapi.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D KEmailClientApiDllUid |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 VERSION KEmailBinaryVersionNumber |
|
33 KEmailBinaryDemandPaging |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE emailclientapiimpl.cpp |
|
37 SOURCE emailinterfacefactoryimpl.cpp |
|
38 SOURCE implproxy.cpp |
|
39 SOURCE emailapiutils.cpp |
|
40 SOURCE emailmailbox.cpp |
|
41 SOURCE emailaddress.cpp |
|
42 SOURCE emailfolder.cpp |
|
43 SOURCE emailmessage.cpp |
|
44 SOURCE emailmailboxcache.cpp |
|
45 SOURCE messageiterator.cpp |
|
46 SOURCE emailcontent.cpp |
|
47 SOURCE emailmessagesearch.cpp |
|
48 SOURCE emailattachment.cpp |
|
49 SOURCE emailtextcontent.cpp |
|
50 SOURCE emailmultipart.cpp |
|
51 |
|
52 // User include |
|
53 USERINCLUDE ../inc |
|
54 USERINCLUDE ../../../inc |
|
55 |
|
56 // System include |
|
57 APP_LAYER_SYSTEMINCLUDE |
|
58 |
|
59 |
|
60 SOURCEPATH ../data |
|
61 START RESOURCE emailclientapi.rss |
|
62 END |
|
63 |
|
64 |
|
65 LIBRARY bafl.lib |
|
66 LIBRARY cone.lib |
|
67 LIBRARY euser.lib |
|
68 LIBRARY ECom.lib |
|
69 LIBRARY FSFWCommonLib.lib |
|
70 LIBRARY FSMailFramework.lib |
|
71 LIBRARY efsrv.lib |
|
72 LIBRARY viewcli.lib |
|
73 LIBRARY estor.lib |
|
74 LIBRARY centralrepository.lib |
|
75 #ifdef TRACE_INTO_FILE |
|
76 LIBRARY flogger.lib |
|
77 #endif // TRACE_INTO_FILE |