16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 #include "../inc/emailclientapiimpl.hrh" |
20 #include "../inc/emailclientapiimpl.hrh" |
|
21 #include "../../../inc/emailtraceconfig.hrh" |
|
22 |
21 |
23 |
22 TARGET emailclientapi.dll |
24 TARGET emailclientapi.dll |
23 TARGETTYPE PLUGIN |
25 TARGETTYPE PLUGIN |
24 UID 0x10009D8D KEmailClientApiDllUid |
26 UID 0x10009D8D KEmailClientApiDllUid |
25 CAPABILITY CAP_ECOM_PLUGIN |
27 CAPABILITY CAP_ECOM_PLUGIN |
26 |
28 |
27 VENDORID VID_DEFAULT |
29 VENDORID VID_DEFAULT |
28 |
30 |
29 SOURCEPATH ../src |
31 SOURCEPATH ../src |
30 SOURCE emailclientapiimpl.cpp |
32 SOURCE emailclientapiimpl.cpp |
31 SOURCE emailinterfacefactoryimpl.cpp |
33 SOURCE emailinterfacefactoryimpl.cpp |
32 SOURCE implproxy.cpp |
34 SOURCE implproxy.cpp |
33 SOURCE emailapiutils.cpp |
35 SOURCE emailapiutils.cpp |
34 SOURCE emailmailbox.cpp |
36 SOURCE emailmailbox.cpp |
35 SOURCE emailaddress.cpp |
37 SOURCE emailaddress.cpp |
36 SOURCE emailfolder.cpp |
38 SOURCE emailfolder.cpp |
37 SOURCE emailmessage.cpp |
39 SOURCE emailmessage.cpp |
38 SOURCE emailmailboxcache.cpp |
40 SOURCE emailmailboxcache.cpp |
39 SOURCE messageiterator.cpp |
41 SOURCE messageiterator.cpp |
40 SOURCE emailcontent.cpp |
42 SOURCE emailcontent.cpp |
41 SOURCE emailmessagesearch.cpp |
43 SOURCE emailmessagesearch.cpp |
42 SOURCE emailattachment.cpp |
44 SOURCE emailattachment.cpp |
43 SOURCE emailtextcontent.cpp |
45 SOURCE emailtextcontent.cpp |
44 SOURCE emailmultipart.cpp |
46 SOURCE emailmultipart.cpp |
45 |
47 |
46 //user include |
48 //user include |
47 USERINCLUDE ../inc |
49 USERINCLUDE ../inc |
48 USERINCLUDE ../../../inc |
50 USERINCLUDE ../../../inc |
49 |
51 |
50 //system include |
52 //system include |
51 |
53 |
52 APP_LAYER_SYSTEMINCLUDE |
54 APP_LAYER_SYSTEMINCLUDE |
53 |
55 |