--- a/persistentstorage/sql/GROUP/sqlite.mmp Tue Aug 31 16:57:14 2010 +0300
+++ b/persistentstorage/sql/GROUP/sqlite.mmp Wed Sep 01 12:39:58 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2005-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"
@@ -19,8 +19,13 @@
@file
*/
+//#define SYMBIAN_INCLUDE_EXECUTABLE_TRACE
#include "sqlite_macro.mmh"
+#ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE
+MACRO SQLITELIB_ENABLE_TRACE
+#endif
+
TARGET sqlite.lib
TARGETTYPE lib
@@ -63,9 +68,9 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////
+USERINCLUDE ../SRC/Common/Trace
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
OS_LAYER_ESTLIB_SYSTEMINCLUDE
-USERINCLUDE ../traces_sqlite
USERINCLUDE ../OsLayer
#ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
@@ -190,4 +195,8 @@
SOURCEPATH ../OsLayer
SOURCE FileBuf64.cpp
SOURCE os_symbian.cpp
-SOURCE SqliteUtil.cpp
+
+#ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE
+SOURCEPATH ../SRC/Common/Trace
+SOURCE UTraceSql.cpp
+#endif