equal
deleted
inserted
replaced
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" |
21 #include "../../../inc/emailtraceconfig.hrh" |
|
22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
22 |
23 |
23 |
24 |
24 TARGET emailclientapi.dll |
25 TARGET emailclientapi.dll |
25 TARGETTYPE PLUGIN |
26 TARGETTYPE PLUGIN |
26 UID 0x10009D8D KEmailClientApiDllUid |
27 UID 0x10009D8D KEmailClientApiDllUid |
27 CAPABILITY CAP_ECOM_PLUGIN |
28 CAPABILITY CAP_ECOM_PLUGIN |
28 |
29 |
29 VENDORID VID_DEFAULT |
30 VENDORID VID_DEFAULT |
|
31 |
|
32 VERSION KEmailBinaryVersionNumber |
|
33 KEmailBinaryDemandPaging |
30 |
34 |
31 SOURCEPATH ../src |
35 SOURCEPATH ../src |
32 SOURCE emailclientapiimpl.cpp |
36 SOURCE emailclientapiimpl.cpp |
33 SOURCE emailinterfacefactoryimpl.cpp |
37 SOURCE emailinterfacefactoryimpl.cpp |
34 SOURCE implproxy.cpp |
38 SOURCE implproxy.cpp |
43 SOURCE emailmessagesearch.cpp |
47 SOURCE emailmessagesearch.cpp |
44 SOURCE emailattachment.cpp |
48 SOURCE emailattachment.cpp |
45 SOURCE emailtextcontent.cpp |
49 SOURCE emailtextcontent.cpp |
46 SOURCE emailmultipart.cpp |
50 SOURCE emailmultipart.cpp |
47 |
51 |
48 //user include |
52 // User include |
49 USERINCLUDE ../inc |
53 USERINCLUDE ../inc |
50 USERINCLUDE ../../../inc |
54 USERINCLUDE ../../../inc |
51 |
55 |
52 //system include |
56 // System include |
53 |
|
54 APP_LAYER_SYSTEMINCLUDE |
57 APP_LAYER_SYSTEMINCLUDE |
55 |
58 |
56 |
59 |
57 SOURCEPATH ../data |
60 SOURCEPATH ../data |
58 START RESOURCE emailclientapi.rss |
61 START RESOURCE emailclientapi.rss |