equal
deleted
inserted
replaced
18 |
18 |
19 |
19 |
20 #include <platform_paths.hrh> |
20 #include <platform_paths.hrh> |
21 |
21 |
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../../../inc/emailtraceconfig.hrh" |
23 #include "../../inc/EmailStoreUids.hrh" |
24 #include "../../inc/EmailStoreUids.hrh" |
24 |
25 |
25 TARGET baseplugin.dll |
26 TARGET baseplugin.dll |
26 TARGETTYPE dll |
27 TARGETTYPE dll |
27 UID KUidSharedLibrary KUidBasePlugin |
28 UID KUidSharedLibrary KUidBasePlugin |
75 |
76 |
76 LIBRARY messagestoreclient.lib |
77 LIBRARY messagestoreclient.lib |
77 LIBRARY fsfwcommonlib.lib |
78 LIBRARY fsfwcommonlib.lib |
78 |
79 |
79 LIBRARY debuglog.lib |
80 LIBRARY debuglog.lib |
|
81 #ifdef TRACE_INTO_FILE |
|
82 LIBRARY flogger.lib |
|
83 #endif // TRACE_INTO_FILE |