omacp/omacpadapters/EmailAdapter/Group/WPEmailAdapter.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2002-2006 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 the ProvisioningEmailAdapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../group/omacpadapteruids.h"
       
    22 
       
    23 #include "../src/LogDef.h"
       
    24 
       
    25 TARGET          wpemailadapter.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             KProvisioningEMailAdapterUid2 KProvisioningEMailAdapterDllUid3
       
    28 
       
    29 
       
    30 VENDORID        VID_DEFAULT
       
    31 CAPABILITY      CAP_ECOM_PLUGIN
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          CWPEmailAdapter.cpp 
       
    35 SOURCE          CWPEmailAdapterGroupProxy.cpp CWPEmailAdapterMain.cpp
       
    36 SOURCE          CWPEmailItem.cpp 
       
    37 SOURCE          CWPEmailSaveItem.cpp CWPEmailSaveSmtpPopItem.cpp CWPEmailSaveSmtpImapItem.cpp
       
    38 SOURCE          CWPLog.cpp
       
    39 
       
    40 SOURCEPATH      ../Group
       
    41 
       
    42 START RESOURCE 101F84E4.rss
       
    43 TARGET wpemailadapter.rsc
       
    44 END
       
    45 
       
    46 START RESOURCE WPEmailAdapterResource.rss
       
    47 HEADER
       
    48 TARGET wpemailadapterresource.rsc
       
    49 TARGETPATH RESOURCE_FILES_DIR
       
    50 LANGUAGE_IDS
       
    51 END
       
    52 
       
    53 USERINCLUDE     ../Inc ../Group ../../group
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         provisioningengine.lib 
       
    60 
       
    61 LIBRARY         imcm.lib
       
    62 LIBRARY         msgs.lib muiu.lib
       
    63 
       
    64 LIBRARY         etext.lib                   //CRichText
       
    65 LIBRARY         bafl.lib 
       
    66 LIBRARY         apengine.lib commdb.lib
       
    67 LIBRARY         etel.lib                    // RTelServer
       
    68 LIBRARY         etelmm.lib                  // RMobilePhone
       
    69 LIBRARY		imumda.lib
       
    70 
       
    71 
       
    72 LIBRARY  pnp.lib
       
    73 
       
    74 
       
    75 
       
    76 
       
    77 DEBUGLIBRARY    flogger.lib                 // Only in debug builds
       
    78 
       
    79 
       
    80 SMPSAFE