emailservices/emailstore/base_plugin/group/BasePlugin.mmp
changeset 20 ecc8def7944a
parent 18 578830873419
child 68 83cc6bae1de8
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
    21 
    21 
    22 //<qmail>
    22 //<qmail>
    23 // Removed from 10.1
    23 // Removed from 10.1
    24 //#include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    24 //#include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    25 //</qmail>
    25 //</qmail>
       
    26 #include "../../../../inc/emailtraceconfig.hrh"
    26 #include "../../inc/EmailStoreUids.hrh"
    27 #include "../../inc/EmailStoreUids.hrh"
    27 
    28 
    28 TARGET            baseplugin.dll
    29 TARGET            baseplugin.dll
    29 TARGETTYPE        dll
    30 TARGETTYPE        dll
    30 UID KUidSharedLibrary KUidBasePlugin
    31 UID KUidSharedLibrary KUidBasePlugin
    54 SYSTEMINCLUDE /epoc32/include/ecom
    55 SYSTEMINCLUDE /epoc32/include/ecom
    55 
    56 
    56 APP_LAYER_SYSTEMINCLUDE
    57 APP_LAYER_SYSTEMINCLUDE
    57 
    58 
    58 SOURCEPATH ../src
    59 SOURCEPATH ../src
    59 SOURCE baseplugin.cpp
    60 SOURCE BasePlugin.cpp
    60 SOURCE basepluginmisc.cpp
    61 SOURCE basepluginmisc.cpp
    61 SOURCE basepluginparts.cpp
    62 SOURCE basepluginparts.cpp
    62 SOURCE basepluginnotifications.cpp
    63 SOURCE basepluginnotifications.cpp
    63 SOURCE basepluginpanic.cpp
    64 SOURCE BasePluginPanic.cpp
    64 SOURCE baseplugintranslator.cpp
    65 SOURCE baseplugintranslator.cpp
    65 SOURCE mailiterator.cpp
    66 SOURCE MailIterator.cpp
    66 SOURCE basemrinfoobject.cpp
    67 SOURCE BaseMrInfoObject.cpp
    67 SOURCE basepluginfetch.cpp
    68 SOURCE basepluginfetch.cpp
    68 SOURCE baseplugindelayedops.cpp
    69 SOURCE baseplugindelayedops.cpp
       
    70 SOURCE basepluginresourceloader.cpp
       
    71 SOURCE nestedao.cpp
    69 
    72 
    70 // *************************************
    73 // *************************************
    71 // OTHER STUFF
    74 // OTHER STUFF
    72 // *************************************
    75 // *************************************
    73 
    76 
    76 
    79 
    77 LIBRARY     euser.lib
    80 LIBRARY     euser.lib
    78 LIBRARY     ecom.lib
    81 LIBRARY     ecom.lib
    79 LIBRARY     charconv.lib
    82 LIBRARY     charconv.lib
    80 LIBRARY     bafl.lib
    83 LIBRARY     bafl.lib
       
    84 LIBRARY     efsrv.lib
       
    85 LIBRARY     gdi.lib
       
    86 LIBRARY     calinterimapi.lib
    81 
    87 
    82 LIBRARY     messagestoreclient.lib
    88 LIBRARY     messagestoreclient.lib
    83 LIBRARY     fsfwcommonlib.lib
    89 LIBRARY     fsfwcommonlib.lib
    84 
    90 
    85 LIBRARY     debuglog.lib
    91 LIBRARY     debuglog.lib
       
    92 #ifdef TRACE_INTO_FILE
       
    93 LIBRARY     flogger.lib
       
    94 #endif // TRACE_INTO_FILE