equal
deleted
inserted
replaced
14 * Description: Project definition file for project esmrcommon |
14 * Description: Project definition file for project esmrcommon |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
19 #include "../../inc/esmrinternaluid.h" |
20 #include "../../../inc/emailtraceconfig.hrh" |
20 #include "../../../inc/emailtraceconfig.hrh" |
21 #include "../../inc/esmrinternaluid.h" |
|
22 #include <data_caging_paths.hrh> |
21 #include <data_caging_paths.hrh> |
23 #include <platform_paths.hrh> |
22 #include <platform_paths.hrh> |
24 |
23 |
25 TARGET esmrcommon.dll |
24 TARGET esmrcommon.dll |
26 TARGETTYPE dll |
25 TARGETTYPE dll |
28 |
27 |
29 CAPABILITY CAP_GENERAL_DLL |
28 CAPABILITY CAP_GENERAL_DLL |
30 VENDORID VID_DEFAULT |
29 VENDORID VID_DEFAULT |
31 DEFFILE ESMRCommon.def |
30 DEFFILE ESMRCommon.def |
32 |
31 |
33 VERSION KEmailBinaryVersionNumber |
|
34 KEmailBinaryDemandPaging |
|
35 |
|
36 SOURCEPATH ../src |
32 SOURCEPATH ../src |
37 SOURCE esmrentryhelper.cpp |
33 SOURCE esmrentryhelper.cpp |
38 SOURCE esmrhelper.cpp |
34 SOURCE esmrhelper.cpp |
39 SOURCE cesmrfeaturesettings.cpp |
35 SOURCE cesmrfeaturesettings.cpp |
|
36 SOURCE nmrglobalfeaturesettings.cpp |
|
37 SOURCE cmractivitymanager.cpp |
40 |
38 |
41 USERINCLUDE ../inc |
39 USERINCLUDE ../inc |
42 USERINCLUDE ../../inc |
40 USERINCLUDE ../../inc |
43 USERINCLUDE ../../../inc |
41 USERINCLUDE ../../../inc |
44 |
42 |
50 LIBRARY efsrv.lib |
48 LIBRARY efsrv.lib |
51 LIBRARY calinterimapi.lib |
49 LIBRARY calinterimapi.lib |
52 LIBRARY msgs.lib |
50 LIBRARY msgs.lib |
53 LIBRARY featmgr.lib |
51 LIBRARY featmgr.lib |
54 LIBRARY centralrepository.lib |
52 LIBRARY centralrepository.lib |
55 LIBRARY PlatformEnv.lib |
53 LIBRARY platformenv.lib |
56 LIBRARY cmaillogger.lib |
54 LIBRARY caleninterimutils2.lib |
|
55 LIBRARY ecom.lib |
|
56 LIBRARY avkon.lib |
|
57 LIBRARY eikcore.lib |
|
58 LIBRARY charconv.lib |
|
59 LIBRARY eikcoctl.lib |
57 |
60 |
58 LIBRARY flogger.lib |
61 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE ) |
|
62 LIBRARY flogger.lib |
|
63 #endif // ENABLE_TRACES && TRACE_INTO_FILE |
59 |
64 |
60 // end of file |
65 // end of file |
61 |
66 |