emailservices/emailstore/base_plugin/group/BasePlugin.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2003-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:  Email Interface base implementation project file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    23 #include "../../inc/EmailStoreUids.hrh"
       
    24 
       
    25 TARGET            baseplugin.dll
       
    26 TARGETTYPE        dll
       
    27 UID KUidSharedLibrary KUidBasePlugin
       
    28 CAPABILITY        CAP_GENERAL_DLL
       
    29 VENDORID          VID_DEFAULT
       
    30 
       
    31 VERSION           KEmailBinaryVersionNumber
       
    32 KEmailBinaryDemandPaging
       
    33 
       
    34 
       
    35 MACRO DEBUG_USE_PROJECT_LOGGING_OPTIONS
       
    36 MACRO DEBUG_LOG_OPTION_ENTER
       
    37 MACRO DEBUG_LOG_OPTION_EXIT
       
    38 MACRO DEBUG_LOG_OPTION_ERRORS
       
    39 MACRO DEBUG_LOG_OPTION_INFO
       
    40 
       
    41 // *************************************
       
    42 // INCLUDE PATHS
       
    43 // *************************************
       
    44 
       
    45 USERINCLUDE ../inc
       
    46 
       
    47 USERINCLUDE ../../../../inc
       
    48 SYSTEMINCLUDE /epoc32/include/ecom
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 SOURCEPATH ../src
       
    53 SOURCE BasePlugin.cpp
       
    54 SOURCE basepluginmisc.cpp
       
    55 SOURCE basepluginparts.cpp
       
    56 SOURCE basepluginnotifications.cpp
       
    57 SOURCE BasePluginPanic.cpp
       
    58 SOURCE baseplugintranslator.cpp
       
    59 SOURCE MailIterator.cpp
       
    60 SOURCE BaseMrInfoObject.cpp
       
    61 SOURCE basepluginfetch.cpp
       
    62 SOURCE baseplugindelayedops.cpp
       
    63 
       
    64 // *************************************
       
    65 // OTHER STUFF
       
    66 // *************************************
       
    67 
       
    68 // Special OOM test in server thread. Changes def file!
       
    69 // MACRO _OOM_TEST
       
    70 
       
    71 LIBRARY     euser.lib
       
    72 LIBRARY     ecom.lib
       
    73 LIBRARY     charconv.lib
       
    74 LIBRARY     bafl.lib
       
    75 
       
    76 LIBRARY     messagestoreclient.lib
       
    77 LIBRARY     fsfwcommonlib.lib
       
    78 
       
    79 LIBRARY     debuglog.lib