equal
deleted
inserted
replaced
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/esmrinternaluid.h" |
22 #include "../../../inc/esmrinternaluid.h" |
23 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
23 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
24 #include "../../../../inc/emailtraceconfig.hrh" |
24 |
25 |
25 TARGET esmrfieldbuilderplugin.dll |
26 TARGET esmrfieldbuilderplugin.dll |
26 TARGETTYPE PLUGIN |
27 TARGETTYPE PLUGIN |
27 |
28 |
28 UID KEComRecognitionUID2 KESMRUIFieldBuilderPluginDllUId |
29 UID KEComRecognitionUID2 KESMRUIFieldBuilderPluginDllUId |
32 VERSION KEmailBinaryVersionNumber |
33 VERSION KEmailBinaryVersionNumber |
33 KEmailBinaryDemandPaging |
34 KEmailBinaryDemandPaging |
34 |
35 |
35 // Includes |
36 // Includes |
36 APP_LAYER_SYSTEMINCLUDE |
37 APP_LAYER_SYSTEMINCLUDE |
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 USERINCLUDE ../inc |
38 USERINCLUDE ../inc |
39 USERINCLUDE ../../inc |
39 USERINCLUDE ../../inc |
40 USERINCLUDE ../../../inc |
40 USERINCLUDE ../../../inc |
41 USERINCLUDE ../../../../inc |
41 USERINCLUDE ../../../../inc |
42 |
42 |
43 //implementations |
43 //implementations |
44 SOURCEPATH ../src |
44 SOURCEPATH ../src |
45 SOURCE CESMRFieldBuilderPluginProxy.cpp |
45 SOURCE CESMRFieldBuilderPluginProxy.cpp |
46 SOURCE CESMRFieldBuilderPlugin.cpp |
46 SOURCE CESMRFieldBuilderPlugin.cpp |
47 |
47 |
48 SOURCEPATH ../src |
48 SOURCEPATH ../src |
49 |
49 |
50 SOURCE cesmrrepeatuntil.cpp |
50 SOURCE cesmrrepeatuntil.cpp |
51 SOURCE cesmrsubjectfield.cpp |
51 SOURCE cesmrsubjectfield.cpp |
111 LIBRARY avkon.lib |
111 LIBRARY avkon.lib |
112 LIBRARY aknlayout2.lib |
112 LIBRARY aknlayout2.lib |
113 LIBRARY cdlengine.lib |
113 LIBRARY cdlengine.lib |
114 LIBRARY cmaillogger.lib |
114 LIBRARY cmaillogger.lib |
115 |
115 |
|
116 #ifdef TRACE_INTO_FILE |
|
117 LIBRARY flogger.lib |
|
118 #endif // TRACE_INTO_FILE |
|
119 |
116 // End of File |
120 // End of File |