backupandrestore/backupengine/group/sbengine.mmh
changeset 0 d0791faffa3f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/backupandrestore/backupengine/group/sbengine.mmh	Tue Feb 02 01:11:40 2010 +0200
@@ -0,0 +1,59 @@
+// Copyright (c) 2004-2009 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:
+// SBE MMP Configuration Header File
+// 
+//
+
+/**
+ @file
+*/
+
+#ifndef __SBENGINE_MMH__
+#define __SBENGINE_MMH__
+
+
+/** By default, the SBE logs only in DEBUG builds. If you want
+ both release and debug logging, then comment this line out */
+#define __SBE_DISABLE_RELEASE_LOGGING
+
+
+#if defined(__SBE_DISABLE_RELEASE_LOGGING)
+    
+    MACRO SBE_LOGGING_DEBUG_ONLY
+
+#else
+
+    MACRO SBE_LOGGING_DEBUG_AND_RELEASE
+
+#endif
+
+
+/** The following macros are used (when logging is enabled) to
+ configure the type of logging to perform */
+
+
+/** Uncomment this line to enable FLOGGER (File) logging */
+MACRO SBE_LOGGING_METHOD_FLOGGER
+
+/** Uncomment this line to enable RDEBUG logging */
+//MACRO SBE_LOGGING_METHOD_RDEBUG
+
+/** Uncomment this line to enable UI (User::InfoPrint) logging. This
+ can cause UI deadlock in some UI systems. */
+//MACRO SBE_LOGGING_METHOD_UI
+
+
+
+
+#endif
\ No newline at end of file