meetingrequest/mrgui/mrfieldbuilderpluginextension/group/esmrfieldbuilderpluginextension.mmp
equal
deleted
inserted
replaced
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 #include <data_caging_paths.hrh> |
20 #include <data_caging_paths.hrh> |
21 |
21 |
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../../../inc/emailtraceconfig.hrh" |
23 #include "../../../inc/esmrinternaluid.h" |
24 #include "../../../inc/esmrinternaluid.h" |
24 |
25 |
25 TARGET esmrfieldbuilderpluginextension.dll |
26 TARGET esmrfieldbuilderpluginextension.dll |
26 TARGETTYPE PLUGIN |
27 TARGETTYPE PLUGIN |
27 |
28 |
33 KEmailBinaryDemandPaging |
34 KEmailBinaryDemandPaging |
34 |
35 |
35 // Includes |
36 // Includes |
36 APP_LAYER_SYSTEMINCLUDE |
37 APP_LAYER_SYSTEMINCLUDE |
37 |
38 |
38 SYSTEMINCLUDE /epoc32/include/ecom |
|
39 |
|
40 USERINCLUDE ../inc |
39 USERINCLUDE ../inc |
41 USERINCLUDE ../../inc |
40 USERINCLUDE ../../inc |
42 USERINCLUDE ../../../inc |
41 USERINCLUDE ../../../inc |
43 USERINCLUDE ../../../../inc |
42 USERINCLUDE ../../../../inc |
44 |
43 |
45 //implementations |
44 //implementations |
46 |
45 |
47 SOURCEPATH ../src |
46 SOURCEPATH ../src |
48 |
47 |
49 SOURCE CESMRFieldBuilderPluginExtensionProxy.cpp |
48 SOURCE CESMRFieldBuilderPluginExtensionProxy.cpp |
50 SOURCE CESMRFieldBuilderPluginExtension.cpp |
49 SOURCE CESMRFieldBuilderPluginExtension.cpp |
51 SOURCE resmrpluginextensionstatic.cpp |
50 SOURCE resmrpluginextensionstatic.cpp |
52 |
51 |
125 // needed by XML based LAF components |
124 // needed by XML based LAF components |
126 LIBRARY cdlengine.lib |
125 LIBRARY cdlengine.lib |
127 LIBRARY aknlayout2scalable.lib |
126 LIBRARY aknlayout2scalable.lib |
128 LIBRARY aknlayout2.lib |
127 LIBRARY aknlayout2.lib |
129 LIBRARY cmaillogger.lib |
128 LIBRARY cmaillogger.lib |
|
129 #ifdef TRACE_INTO_FILE |
|
130 LIBRARY flogger.lib |
|
131 #endif // TRACE_INTO_FILE |
130 |
132 |
131 // End of File |
133 // End of File |