emailservices/psmruadapter/group/PsMruAdapter.mmp
branchRCL_3
changeset 64 3533d4323edc
equal deleted inserted replaced
63:d189ee25cf9d 64:3533d4323edc
       
     1 /*
       
     2 * Copyright (c) 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:  PCS MRU Adapter
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 
       
    23 CAPABILITY      CAP_ECOM_PLUGIN
       
    24 VENDORID        VID_DEFAULT
       
    25 TARGET          PsMruAdapter.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID 0x10009D8D 0x2001F462
       
    28 
       
    29 VERSION         KEmailBinaryVersionNumber
       
    30 KEmailBinaryDemandPaging
       
    31 
       
    32 // RESOURCE
       
    33 START  RESOURCE ../data/PsMruAdapter.rss
       
    34 TARGET          PsMruAdapter.rsc
       
    35 END
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          proxy.cpp
       
    39 SOURCE          CPsMruAdapter.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 USERINCLUDE     ../../../inc
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY     euser.lib
       
    47 LIBRARY     eCom.lib
       
    48 LIBRARY     PcsUtils.lib
       
    49 LIBRARY     FSMailFramework.lib
       
    50 LIBRARY     FSFWCommonLib.lib
       
    51 LIBRARY     cmaillogger.lib
       
    52 LIBRARY     flogger.lib