meetingrequest/mrtasks/mrcaleventtaskplugin/group/mrcaleventtaskplugin.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 "../../../inc/esmrinternaluid.h"
       
    19 #include "../../../../inc/emailtraceconfig.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET                  mrcaleventtaskplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     KEComRecognitionUID2 KMRCalEventTaskPluginImplementationUID
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  dllmain.cpp
       
    31 SOURCE					cmrcaleventtaskplugin.cpp
       
    32 SOURCE					cmrstorecaleventtask.cpp
       
    33 SOURCE 					cmrcalentryuideletetask.cpp 
       
    34 SOURCE 					cmrcalentryuiedittask.cpp 
       
    35 SOURCE 					cmrtodomarkasdonetask.cpp 
       
    36 SOURCE 					cmrtodomarkasnotdonetask.cpp 
       
    37 
       
    38 
       
    39 USERINCLUDE             ../inc
       
    40 USERINCLUDE             ../../inc
       
    41 USERINCLUDE             ../../../inc
       
    42 USERINCLUDE             ../../../../inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH              ../data/
       
    47 START RESOURCE          mrcaleventtaskplugin.rss
       
    48 TARGET                  mrcaleventtaskplugin.rsc
       
    49 END
       
    50 
       
    51 LIBRARY					esmrtasks.lib
       
    52 LIBRARY					esmrcommon.lib
       
    53 LIBRARY					esmrdb.lib
       
    54 
       
    55 LIBRARY                 ecom.lib
       
    56 LIBRARY                 bafl.lib 
       
    57 LIBRARY                 cone.lib
       
    58 LIBRARY                 euser.lib
       
    59 LIBRARY                 avkon.lib
       
    60 LIBRARY                 eikcore.lib
       
    61 LIBRARY                 charconv.lib
       
    62 LIBRARY                 eikcoctl.lib
       
    63 LIBRARY                 calinterimapi.lib
       
    64 LIBRARY                 caleninterimutils2.lib
       
    65 
       
    66 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    67 LIBRARY                 flogger.lib
       
    68 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    69 
       
    70 // EOF