meetingrequest/mrutilscalplugin/group/esmrutilscalplugin.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
    14 * Description: Project definition file for esmrutilscalplugin.dll.
    14 * Description: Project definition file for esmrutilscalplugin.dll.
    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          esmrutilscalplugin.dll
    24 TARGET          esmrutilscalplugin.dll
    26 TARGETTYPE      PLUGIN
    25 TARGETTYPE      PLUGIN
    28 UID             KEComRecognitionUID2 KESMRUtilsCalPluginDllUid3
    27 UID             KEComRecognitionUID2 KESMRUtilsCalPluginDllUid3
    29 CAPABILITY      CAP_ECOM_PLUGIN
    28 CAPABILITY      CAP_ECOM_PLUGIN
    30 VENDORID        VID_DEFAULT
    29 VENDORID        VID_DEFAULT
    31 DEFFILE         ESMRUtilsCalPlugin.def
    30 DEFFILE         ESMRUtilsCalPlugin.def
    32 
    31 
    33 VERSION         KEmailBinaryVersionNumber
       
    34 KEmailBinaryDemandPaging
       
    35 
       
    36 SOURCEPATH      ../src
    32 SOURCEPATH      ../src
    37 SOURCE          esmrutilsmain.cpp
    33 SOURCE          esmrutilsmain.cpp
    38 SOURCE          cesmrutilsimpl.cpp
    34 SOURCE          cesmrutilsimpl.cpp
    39 
    35 
    40 USERINCLUDE     .
    36 USERINCLUDE     .
    41 USERINCLUDE     ../inc
    37 USERINCLUDE     ../inc
    42 USERINCLUDE     ../../inc
    38 USERINCLUDE     ../../inc
       
    39 USERINCLUDE   ../../../inc
       
    40 
    43 APP_LAYER_SYSTEMINCLUDE
    41 APP_LAYER_SYSTEMINCLUDE
    44 
    42 
    45 USERINCLUDE   ../../../inc
       
    46 
       
    47 SOURCEPATH      ../data
    43 SOURCEPATH      ../data
       
    44 // <cmail> S60 UID update
    48 START RESOURCE  2001E27F.rss // <cmail>
    45 START RESOURCE  2001E27F.rss // <cmail>
       
    46 // </cmail> S60 UID update
    49 TARGET          esmrutilscalplugin.rsc
    47 TARGET          esmrutilscalplugin.rsc
    50 END
    48 END
    51 
    49 
    52 // ESMR libraries
    50 // ESMR libraries
    53 LIBRARY         esmrutils.lib
    51 LIBRARY         esmrutils.lib
    54 LIBRARY         esmrdb.lib
       
    55 LIBRARY         esmrtasks.lib
       
    56 LIBRARY         esmrservices.lib
       
    57 
    52 
    58 // System libraries
    53 // System libraries
    59 LIBRARY         euser.lib
    54 LIBRARY         euser.lib
    60 LIBRARY         ecom.lib
    55 LIBRARY         ecom.lib
    61 LIBRARY         cmaillogger.lib
       
    62 
    56 
    63 #ifdef TRACE_INTO_FILE
    57 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
    64 LIBRARY         flogger.lib
    58 LIBRARY flogger.lib
    65 #endif // TRACE_INTO_FILE
    59 #endif // ENABLE_TRACES && TRACE_INTO_FILE
    66 
    60 
    67 // End of file
    61 // End of file