equal
deleted
inserted
replaced
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 |
20 |
21 #include "../../../inc/fsmtmsuids.h" |
21 #include "../../../inc/fsmtmsuids.h" |
22 #include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
22 #include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../../../../../inc/emailtraceconfig.hrh" |
23 |
24 |
24 TARGET fsinstallmtm.exe |
25 TARGET fsinstallmtm.exe |
25 TARGETTYPE exe |
26 TARGETTYPE exe |
26 TARGETPATH /sys/bin |
27 TARGETPATH /sys/bin |
27 UID KUidEPOCApp KUidFsMtmInstall |
28 UID KUidEPOCApp KUidFsMtmInstall |
51 |
52 |
52 LIBRARY euser.lib |
53 LIBRARY euser.lib |
53 LIBRARY msgs.lib // CMsvSession |
54 LIBRARY msgs.lib // CMsvSession |
54 LIBRARY efsrv.lib // RFs |
55 LIBRARY efsrv.lib // RFs |
55 LIBRARY featmgr.lib // RFeatureControl |
56 LIBRARY featmgr.lib // RFeatureControl |
56 LIBRARY centralrepository.lib |
57 LIBRARY centralrepository.lib |
57 LIBRARY cmaillogger.lib |
58 LIBRARY cmaillogger.lib |
|
59 |
|
60 #ifdef TRACE_INTO_FILE |
|
61 LIBRARY flogger.lib |
|
62 #endif // TRACE_INTO_FILE |