equal
deleted
inserted
replaced
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 #include <data_caging_paths.hrh> |
20 #include <data_caging_paths.hrh> |
21 |
21 |
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../../../inc/emailtraceconfig.hrh" |
23 #include "../../inc/fsccontactactionserviceuids.hrh" |
24 #include "../../inc/fsccontactactionserviceuids.hrh" |
24 |
25 |
25 |
26 |
26 TARGET fscsendplugin.dll |
27 TARGET fscsendplugin.dll |
27 EPOCSTACKSIZE 0x5000 |
28 EPOCSTACKSIZE 0x5000 |
57 LIBRARY featmgr.lib |
58 LIBRARY featmgr.lib |
58 LIBRARY centralrepository.lib |
59 LIBRARY centralrepository.lib |
59 LIBRARY vpbkeng.lib |
60 LIBRARY vpbkeng.lib |
60 LIBRARY cmaillogger.lib |
61 LIBRARY cmaillogger.lib |
61 |
62 |
|
63 #ifdef TRACE_INTO_FILE |
|
64 LIBRARY flogger.lib |
|
65 #endif // TRACE_INTO_FILE |
|
66 |
62 SOURCEPATH ../data |
67 SOURCEPATH ../data |
63 START RESOURCE 200025AC.rss |
68 START RESOURCE 200025AC.rss |
64 TARGET fscsendplugin.rsc |
69 TARGET fscsendplugin.rsc |
65 END |
70 END |
66 |
71 |