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