meetingrequest/mrcmailremoteattachmentplugin/group/mrcmailremoteattachmentplugin.mmp
branchRCL_3
changeset 12 4ce476e64c59
child 16 b5fbb9b25d57
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     1 /*
       
     2 * Copyright (c) 2007-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 exampleremoteattplugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../inc/calremoteattachmentapidefs.h"
       
    19 #include "../../inc/esmrinternaluid.h"
       
    20 #include "../../../inc/emailtraceconfig.hrh"
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET                  mrcmailremoteattachmentplugin.dll
       
    26 TARGETTYPE              PLUGIN
       
    27 UID                     KEComRecognitionUID2 KCalRemoteAttachmentAPICMailImpl
       
    28 
       
    29 CAPABILITY              CAP_ECOM_PLUGIN
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  cmrcmailremoteattachmentplugin.cpp 
       
    34 SOURCE                  cmrcmailremoteattachmentpluginattinfofetcher.cpp
       
    35 SOURCE                  tmrcmailremoteattachmentpluginurlparser.cpp
       
    36 SOURCE                  cmrcmailremoteattachmentplugindownloader.cpp
       
    37 SOURCE                  dllmain.cpp
       
    38 
       
    39 USERINCLUDE             ../inc
       
    40 USERINCLUDE             ../../inc
       
    41 USERINCLUDE             ../../../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE           /epoc32/include/ecom    //TODO: Remove when Cmail headers are fixed
       
    45 
       
    46 
       
    47 
       
    48 SOURCEPATH              ../data/
       
    49 START RESOURCE          mrcmailremoteattachmentplugin.rss
       
    50 TARGET                  mrcmailremoteattachmentplugin.rsc
       
    51 END
       
    52 
       
    53 LIBRARY                 ecom.lib
       
    54 LIBRARY                 bafl.lib 
       
    55 LIBRARY                 euser.lib
       
    56 LIBRARY                 efsrv.lib
       
    57 LIBRARY                 cone.lib
       
    58 LIBRARY                 remoteattachment.lib
       
    59 LIBRARY                 fsmailframework.lib
       
    60 LIBRARY                 fsfwcommonlib.lib
       
    61 LIBRARY                 inetprotutil.lib
       
    62 LIBRARY                 esmrcommon.lib
       
    63 
       
    64 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    65 LIBRARY                 flogger.lib
       
    66 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    67 
       
    68 // EOF