|
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 |
|
22 TARGET emailclientapi.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D KEmailClientApiDllUid |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE emailclientapiimpl.cpp |
|
31 SOURCE emailinterfacefactoryimpl.cpp |
|
32 SOURCE implproxy.cpp |
|
33 SOURCE emailapiutils.cpp |
|
34 SOURCE emailmailbox.cpp |
|
35 SOURCE emailaddress.cpp |
|
36 SOURCE emailfolder.cpp |
|
37 SOURCE emailmessage.cpp |
|
38 SOURCE emailmailboxcache.cpp |
|
39 SOURCE messageiterator.cpp |
|
40 SOURCE emailcontent.cpp |
|
41 SOURCE emailmessagesearch.cpp |
|
42 SOURCE emailattachment.cpp |
|
43 SOURCE emailtextcontent.cpp |
|
44 SOURCE emailmultipart.cpp |
|
45 |
|
46 //user include |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../../inc |
|
49 |
|
50 //system include |
|
51 |
|
52 APP_LAYER_SYSTEMINCLUDE |
|
53 |
|
54 |
|
55 SOURCEPATH ../data |
|
56 START RESOURCE emailclientapi.rss |
|
57 END |
|
58 |
|
59 |
|
60 LIBRARY bafl.lib |
|
61 LIBRARY euser.lib |
|
62 LIBRARY ECom.lib |
|
63 LIBRARY FSFWCommonLib.lib |
|
64 LIBRARY FSMailFramework.lib |
|
65 LIBRARY efsrv.lib viewcli.lib |
|
66 |