meetingrequest/mrmbutilsextension/group/mrmbutilsextension.mmp
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Project definition file for mrmbutilsextension project
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../inc/esmrinternaluid.h"
       
    19 #include "../../../inc/emailtraceconfig.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET      mrmbutilsextension.dll
       
    24 TARGETTYPE  PLUGIN
       
    25 
       
    26 UID         KEComRecognitionUID2 KESMRMButilsExtensionDllUid
       
    27 CAPABILITY  CAP_ECOM_PLUGIN
       
    28 VENDORID    VID_DEFAULT
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 SOURCE      esmrmbutilsextension.cpp
       
    32 SOURCE      cmrmbutilsextensionimpl.cpp
       
    33 SOURCE      cmrmbutilsmailboxlistener.cpp
       
    34 SOURCE      cmrmbutilssettings.cpp
       
    35 
       
    36 USERINCLUDE    ../inc
       
    37 USERINCLUDE    ../../inc
       
    38 USERINCLUDE    ../../../inc
       
    39 USERINCLUDE    ../../../emailuis/emailui/inc
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 START RESOURCE  2002137D.rss
       
    45 TARGET          mrmbutilsextension.rsc
       
    46 END
       
    47 
       
    48 LIBRARY euser.lib
       
    49 LIBRARY ecom.lib
       
    50 LIBRARY fsfwcommonlib.lib
       
    51 LIBRARY fsmailframework.lib
       
    52 LIBRARY mrmailbox.lib
       
    53 LIBRARY centralrepository.lib
       
    54 
       
    55 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    56 LIBRARY flogger.lib
       
    57 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    58 
       
    59 // End of file
       
    60 
       
    61