meetingrequest/mrcasplugin/group/esmrcasplugin.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description:  Project definition file for project Contact Action Service Core
    14 * Description:  Project definition file for project Contact Action Service Core
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    20 #include "../../inc/esmrinternaluid.h"
    19 #include "../../inc/esmrinternaluid.h"
    21 #include "../../../inc/fsccontactactionserviceuids.hrh" // <cmail>
       
    22 #include "../../../inc/emailtraceconfig.hrh"
    20 #include "../../../inc/emailtraceconfig.hrh"
       
    21 #include "../../../inc/fsccontactactionserviceuids.hrh"
    23 #include <data_caging_paths.hrh>
    22 #include <data_caging_paths.hrh>
    24 #include <platform_paths.hrh>
    23 #include <platform_paths.hrh>
    25 
    24 
    26 TARGET                  esmrcasplugin.dll
    25 TARGET                  esmrcasplugin.dll
    27 EPOCSTACKSIZE           0x5000
    26 EPOCSTACKSIZE           0x5000
    30 
    29 
    31 CAPABILITY              CAP_ECOM_PLUGIN
    30 CAPABILITY              CAP_ECOM_PLUGIN
    32 VENDORID                VID_DEFAULT
    31 VENDORID                VID_DEFAULT
    33 DEFFILE                 ESMRCASPlugin.def
    32 DEFFILE                 ESMRCASPlugin.def
    34 
    33 
    35 VERSION                 KEmailBinaryVersionNumber
       
    36 KEmailBinaryDemandPaging
       
    37 
       
    38 SOURCEPATH              ../src
    34 SOURCEPATH              ../src
    39 SOURCE                  cesmrcaspluginimpl.cpp
    35 SOURCE                  cesmrcaspluginimpl.cpp
    40 SOURCE                  cesmrcascontactaction.cpp
    36 SOURCE                  cesmrcascontactaction.cpp
    41 SOURCE                  cesmrcaspluginuilauncher.cpp
    37 SOURCE                  cesmrcaspluginuilauncher.cpp
    42 SOURCE                  cesmrcasplugincontactretriever.cpp
    38 SOURCE                  cesmrcasplugincontactretriever.cpp
    43 
    39 
    44 USERINCLUDE             ../group
    40 USERINCLUDE             ../group
    45 USERINCLUDE             ../inc
    41 USERINCLUDE	            ../inc
    46 USERINCLUDE             ../../inc
    42 USERINCLUDE             ../../inc
    47 USERINCLUDE             ../../../inc
    43 USERINCLUDE             ../../../inc
    48 
    44 
    49 APP_LAYER_SYSTEMINCLUDE
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
    50 
    47 
    51 LIBRARY                 avkon.lib
    48 LIBRARY                 avkon.lib
    52 LIBRARY                 aknicon.lib
    49 LIBRARY                 aknicon.lib
    53 LIBRARY                 efsrv.lib
    50 LIBRARY                 efsrv.lib
    54 LIBRARY                 euser.lib
    51 LIBRARY                 euser.lib
    61 LIBRARY                 caleninterimutils2.lib
    58 LIBRARY                 caleninterimutils2.lib
    62 LIBRARY                 charconv.lib
    59 LIBRARY                 charconv.lib
    63 LIBRARY                 esmrcommon.lib
    60 LIBRARY                 esmrcommon.lib
    64 LIBRARY                 eikcoctl.lib
    61 LIBRARY                 eikcoctl.lib
    65 LIBRARY                 eikcore.lib
    62 LIBRARY                 eikcore.lib
    66 LIBRARY                 cmaillogger.lib
       
    67 
       
    68 #ifdef TRACE_INTO_FILE
       
    69 LIBRARY                 flogger.lib
       
    70 #endif // TRACE_INTO_FILE
       
    71 
    63 
    72 SOURCEPATH              ../data
    64 SOURCEPATH              ../data
    73 START RESOURCE          2001F3FF.rss
    65 START RESOURCE          2001F3FF.rss
    74 TARGET                  esmrcasplugin.rsc
    66 TARGET                  esmrcasplugin.rsc
    75 END
    67 END
    79 TARGETPATH              RESOURCE_FILES_DIR
    71 TARGETPATH              RESOURCE_FILES_DIR
    80 LANGUAGE_IDS
    72 LANGUAGE_IDS
    81 END
    73 END
    82 
    74 
    83 
    75 
    84 #if defined(ESMR_ENABLE_LOGGING) && defined( ESMR_LOG_FILE )
    76 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
    85 LIBRARY flogger.lib // Debugging utilities
    77 LIBRARY flogger.lib
    86 #endif // ESMR_ENABLE_LOGGING && ESMR_LOG_FILE
    78 #endif // ENABLE_TRACES && TRACE_INTO_FILE
    87 
    79 
    88 // end of file
    80 // end of file
       
    81