meetingrequest/mrprocessor/mrcaleventplugin/group/mrcaleventplugin.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                  mrcaleventplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     KEComRecognitionUID2 KMRCalEventProcessorImplementationUID
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  cmrcaleventprocessor.cpp
       
    32 SOURCE                  cmrcalentry.cpp
       
    33 SOURCE                  dllmain.cpp
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 USERINCLUDE             ../../inc
       
    37 USERINCLUDE             ../../../inc
       
    38 USERINCLUDE             ../../../mrcommon/inc
       
    39 USERINCLUDE             ../../../../inc
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH              ../data/
       
    44 START RESOURCE          mrcaleventplugin.rss
       
    45 TARGET                  mrcaleventplugin.rsc
       
    46 END
       
    47 
       
    48 SOURCEPATH              ../data/
       
    49 START RESOURCE          mrcaleventdata.rss
       
    50 HEADER
       
    51 TARGET                  mrcaleventdata
       
    52 TARGETPATH              RESOURCE_FILES_DIR
       
    53 END
       
    54 
       
    55 LIBRARY                 esmrcommon.lib
       
    56 LIBRARY                 esmrentry.lib
       
    57 LIBRARY                 esmrservices.lib
       
    58 
       
    59 LIBRARY                 ecom.lib
       
    60 LIBRARY                 bafl.lib 
       
    61 LIBRARY                 cone.lib
       
    62 LIBRARY                 euser.lib
       
    63 LIBRARY                 avkon.lib
       
    64 LIBRARY                 eikcore.lib
       
    65 LIBRARY                 charconv.lib
       
    66 LIBRARY                 eikcoctl.lib
       
    67 LIBRARY                 calinterimapi.lib
       
    68 LIBRARY                 caleninterimutils2.lib
       
    69 LIBRARY                 centralrepository.lib
       
    70 
       
    71 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    72 LIBRARY                 flogger.lib
       
    73 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    74 
       
    75 // EOF