meetingrequest/mrbcplugin/bcmrevent/group/bcmrevent.mmp
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     1 /*
       
     2 * Copyright (c) 2008-2008 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 project ESMR URL Parser
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../../mrcommon/inc/esmrinternaluid.h"
       
    19 #include "../../../../inc/emailtraceconfig.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET                  bcmrevent.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     KEComRecognitionUID2 KMRBCMREventPluginImplementationUID
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 
       
    32 SOURCE                  cmrbcmeetingrequestplugin.cpp
       
    33 SOURCE                  cmrbcplugincmdhandler.cpp
       
    34 SOURCE                  cmrbcplugincreatenewmrcmd.cpp
       
    35 SOURCE                  cmrbcpluginopenmrviewercmd.cpp
       
    36 SOURCE                  cmrbcpluginnewcaleventcommand.cpp
       
    37 SOURCE                  dllmain.cpp
       
    38 
       
    39 USERINCLUDE             ../inc
       
    40 USERINCLUDE             ../../inc
       
    41 USERINCLUDE             ../../../inc
       
    42 USERINCLUDE             ../../../mrcommon/inc
       
    43 USERINCLUDE             ../../../../inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SOURCEPATH              ../data/
       
    48 START RESOURCE          bcmrevent.rss
       
    49 TARGET                  bcmrevent.rsc
       
    50 END
       
    51 
       
    52 // BC calendar plugin resource definition
       
    53 START RESOURCE          ../data/bcmreventplugin.rss
       
    54 HEADER
       
    55 TARGET                  bcmreventplugin
       
    56 TARGETPATH              RESOURCE_FILES_DIR
       
    57 END
       
    58 
       
    59 LIBRARY                 esmrcommon.lib
       
    60 LIBRARY                 esmrviewer.lib
       
    61 
       
    62 LIBRARY                 ecom.lib
       
    63 LIBRARY                 bafl.lib 
       
    64 LIBRARY                 cone.lib
       
    65 LIBRARY                 euser.lib
       
    66 LIBRARY                 avkon.lib
       
    67 LIBRARY                 eikcore.lib
       
    68 LIBRARY                 charconv.lib
       
    69 LIBRARY                 eikcoctl.lib
       
    70 LIBRARY                 calinterimapi.lib
       
    71 LIBRARY                 caleninterimutils2.lib
       
    72 
       
    73 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    74 LIBRARY                 flogger.lib
       
    75 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    76 
       
    77 // EOF
       
    78