equal
deleted
inserted
replaced
17 |
17 |
18 #include <platform_paths.hrh> |
18 #include <platform_paths.hrh> |
19 |
19 |
20 #include "../../inc/fsmtmsuids.h" |
20 #include "../../inc/fsmtmsuids.h" |
21 #include "../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
21 #include "../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
22 #include "../../../../../inc/emailtraceconfig.hrh" |
22 |
23 |
23 TARGET fssendashelper.dll |
24 TARGET fssendashelper.dll |
24 TARGETTYPE dll |
25 TARGETTYPE dll |
25 UID KUidSharedLibrary KUidSendAsHelperDll |
26 UID KUidSharedLibrary KUidSendAsHelperDll |
26 CAPABILITY CAP_GENERAL_DLL |
27 CAPABILITY CAP_GENERAL_DLL |
38 USERINCLUDE ../../inc |
39 USERINCLUDE ../../inc |
39 |
40 |
40 APP_LAYER_SYSTEMINCLUDE |
41 APP_LAYER_SYSTEMINCLUDE |
41 |
42 |
42 USERINCLUDE ../../../../../inc |
43 USERINCLUDE ../../../../../inc |
43 SYSTEMINCLUDE /epoc32/include/ecom |
|
44 |
|
45 |
44 |
46 LIBRARY euser.lib |
45 LIBRARY euser.lib |
47 LIBRARY estor.lib |
46 LIBRARY estor.lib |
48 LIBRARY cone.lib |
47 LIBRARY cone.lib |
49 LIBRARY bafl.lib |
48 LIBRARY bafl.lib |
59 |
58 |
60 #if 1 // Make it 0 if FS UI, FS Framework, FS Generic components are not built |
59 #if 1 // Make it 0 if FS UI, FS Framework, FS Generic components are not built |
61 LIBRARY FSMailFramework.lib |
60 LIBRARY FSMailFramework.lib |
62 LIBRARY FSFWCommonLib.lib |
61 LIBRARY FSFWCommonLib.lib |
63 #endif |
62 #endif |
|
63 |
|
64 #ifdef TRACE_INTO_FILE |
|
65 LIBRARY flogger.lib |
|
66 #endif // TRACE_INTO_FILE |