equal
deleted
inserted
replaced
18 #include <platform_paths.hrh> |
18 #include <platform_paths.hrh> |
19 #include <msvstd.hrh> // KUidMtmClientComponentVal |
19 #include <msvstd.hrh> // KUidMtmClientComponentVal |
20 |
20 |
21 #include "../../../inc/fsmtmsuids.h" // KUidFsClientMtmVal |
21 #include "../../../inc/fsmtmsuids.h" // KUidFsClientMtmVal |
22 #include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
22 #include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../../../../../inc/emailtraceconfig.hrh" |
23 |
24 |
24 TARGET fsclientmtm.dll |
25 TARGET fsclientmtm.dll |
25 TARGETTYPE dll |
26 TARGETTYPE dll |
26 UID KUidMtmClientComponentVal KUidFsClientMtmVal |
27 UID KUidMtmClientComponentVal KUidFsClientMtmVal |
27 VENDORID VID_DEFAULT |
28 VENDORID VID_DEFAULT |
48 LIBRARY estor.lib // Memstream |
49 LIBRARY estor.lib // Memstream |
49 LIBRARY efsrv.lib |
50 LIBRARY efsrv.lib |
50 LIBRARY CentralRepository.lib // CRepository |
51 LIBRARY CentralRepository.lib // CRepository |
51 LIBRARY fssendashelper.lib |
52 LIBRARY fssendashelper.lib |
52 LIBRARY featmgr.lib |
53 LIBRARY featmgr.lib |
53 LIBRARY cmaillogger.lib |
54 LIBRARY cmaillogger.lib |
|
55 |
|
56 #ifdef TRACE_INTO_FILE |
|
57 LIBRARY flogger.lib |
|
58 #endif // TRACE_INTO_FILE |