emailservices/emailstore/base_plugin/group/BasePlugin.mmp
branchRCL_3
changeset 63 d189ee25cf9d
parent 61 dcf0eedfc1a3
child 64 3533d4323edc
equal deleted inserted replaced
61:dcf0eedfc1a3 63:d189ee25cf9d
    17 
    17 
    18 
    18 
    19 
    19 
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 
    21 
    22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    22 //<qmail>
       
    23 // Removed from 10.1
       
    24 //#include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    25 //</qmail>
    23 #include "../../../../inc/emailtraceconfig.hrh"
    26 #include "../../../../inc/emailtraceconfig.hrh"
    24 #include "../../inc/emailstoreuids.hrh"
    27 #include "../../inc/EmailStoreUids.hrh"
    25 
    28 
    26 TARGET            baseplugin.dll
    29 TARGET            baseplugin.dll
    27 TARGETTYPE        dll
    30 TARGETTYPE        dll
    28 UID KUidSharedLibrary KUidBasePlugin
    31 UID KUidSharedLibrary KUidBasePlugin
    29 CAPABILITY        CAP_GENERAL_DLL
    32 CAPABILITY        CAP_GENERAL_DLL
    30 VENDORID          VID_DEFAULT
    33 VENDORID          VID_DEFAULT
    31 
    34 
    32 VERSION           KEmailBinaryVersionNumber
    35 //<qmail>
       
    36 // Removed from 10.1
       
    37 //VERSION           KEmailBinaryVersionNumber
       
    38 //</qmail>
    33 KEmailBinaryDemandPaging
    39 KEmailBinaryDemandPaging
    34 
    40 
    35 
    41 
    36 MACRO DEBUG_USE_PROJECT_LOGGING_OPTIONS
    42 MACRO DEBUG_USE_PROJECT_LOGGING_OPTIONS
    37 MACRO DEBUG_LOG_OPTION_ENTER
    43 MACRO DEBUG_LOG_OPTION_ENTER
    44 // *************************************
    50 // *************************************
    45 
    51 
    46 USERINCLUDE ../inc
    52 USERINCLUDE ../inc
    47 
    53 
    48 USERINCLUDE ../../../../inc
    54 USERINCLUDE ../../../../inc
       
    55 SYSTEMINCLUDE /epoc32/include/ecom
    49 
    56 
    50 APP_LAYER_SYSTEMINCLUDE
    57 APP_LAYER_SYSTEMINCLUDE
    51 
    58 
    52 SOURCEPATH ../src
    59 SOURCEPATH ../src
    53 SOURCE BasePlugin.cpp
    60 SOURCE BasePlugin.cpp
    59 SOURCE MailIterator.cpp
    66 SOURCE MailIterator.cpp
    60 SOURCE BaseMrInfoObject.cpp
    67 SOURCE BaseMrInfoObject.cpp
    61 SOURCE basepluginfetch.cpp
    68 SOURCE basepluginfetch.cpp
    62 SOURCE baseplugindelayedops.cpp
    69 SOURCE baseplugindelayedops.cpp
    63 SOURCE basepluginresourceloader.cpp
    70 SOURCE basepluginresourceloader.cpp
    64 
    71 SOURCE nestedao.cpp
    65 
    72 
    66 // *************************************
    73 // *************************************
    67 // OTHER STUFF
    74 // OTHER STUFF
    68 // *************************************
    75 // *************************************
    69 
    76