emailservices/emailstore/base_plugin/group/BasePlugin.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emailservices/emailstore/base_plugin/group/BasePlugin.mmp	Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,79 @@
+/*
+* Copyright (c) 2003-2006 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Email Interface base implementation project file.
+*
+*/
+
+
+
+#include <platform_paths.hrh>
+
+#include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
+#include "../../inc/EmailStoreUids.hrh"
+
+TARGET            baseplugin.dll
+TARGETTYPE        dll
+UID KUidSharedLibrary KUidBasePlugin
+CAPABILITY        CAP_GENERAL_DLL
+VENDORID          VID_DEFAULT
+
+VERSION           KEmailBinaryVersionNumber
+KEmailBinaryDemandPaging
+
+
+MACRO DEBUG_USE_PROJECT_LOGGING_OPTIONS
+MACRO DEBUG_LOG_OPTION_ENTER
+MACRO DEBUG_LOG_OPTION_EXIT
+MACRO DEBUG_LOG_OPTION_ERRORS
+MACRO DEBUG_LOG_OPTION_INFO
+
+// *************************************
+// INCLUDE PATHS
+// *************************************
+
+USERINCLUDE ../inc
+
+USERINCLUDE ../../../../inc
+SYSTEMINCLUDE /epoc32/include/ecom
+
+APP_LAYER_SYSTEMINCLUDE
+
+SOURCEPATH ../src
+SOURCE BasePlugin.cpp
+SOURCE basepluginmisc.cpp
+SOURCE basepluginparts.cpp
+SOURCE basepluginnotifications.cpp
+SOURCE BasePluginPanic.cpp
+SOURCE baseplugintranslator.cpp
+SOURCE MailIterator.cpp
+SOURCE BaseMrInfoObject.cpp
+SOURCE basepluginfetch.cpp
+SOURCE baseplugindelayedops.cpp
+
+// *************************************
+// OTHER STUFF
+// *************************************
+
+// Special OOM test in server thread. Changes def file!
+// MACRO _OOM_TEST
+
+LIBRARY     euser.lib
+LIBRARY     ecom.lib
+LIBRARY     charconv.lib
+LIBRARY     bafl.lib
+
+LIBRARY     messagestoreclient.lib
+LIBRARY     fsfwcommonlib.lib
+
+LIBRARY     debuglog.lib