persistentstorage/sql/GROUP/sqlite.mmp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    17 
    17 
    18 /**
    18 /**
    19  @file
    19  @file
    20 */
    20 */
    21 
    21 
       
    22 //#define SYMBIAN_INCLUDE_EXECUTABLE_TRACE
    22 #include "sqlite_macro.mmh"
    23 #include "sqlite_macro.mmh"
       
    24 
       
    25 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE
       
    26 MACRO			SQLITELIB_ENABLE_TRACE
       
    27 #endif
    23 
    28 
    24 TARGET		sqlite.lib
    29 TARGET		sqlite.lib
    25 TARGETTYPE	lib
    30 TARGETTYPE	lib
    26 
    31 
    27 CAPABILITY	All -Tcb
    32 CAPABILITY	All -Tcb
    61 
    66 
    62 OPTION GCC -w
    67 OPTION GCC -w
    63 
    68 
    64 //////////////////////////////////////////////////////////////////////////////////////////////////////////
    69 //////////////////////////////////////////////////////////////////////////////////////////////////////////
    65 
    70 
       
    71 USERINCLUDE		../SRC/Common/Trace
    66 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    72 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    67 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    73 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    68 USERINCLUDE		../traces_sqlite
       
    69 USERINCLUDE		../OsLayer
    74 USERINCLUDE		../OsLayer
    70 
    75 
    71 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
    76 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
    72 USERINCLUDE	../SQLite364
    77 USERINCLUDE	../SQLite364
    73 SOURCEPATH	../SQLite364
    78 SOURCEPATH	../SQLite364
   188 #endif
   193 #endif
   189 
   194 
   190 SOURCEPATH	../OsLayer
   195 SOURCEPATH	../OsLayer
   191 SOURCE		FileBuf64.cpp
   196 SOURCE		FileBuf64.cpp
   192 SOURCE		os_symbian.cpp
   197 SOURCE		os_symbian.cpp
   193 SOURCE		SqliteUtil.cpp
   198 
       
   199 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE
       
   200 SOURCEPATH 	../SRC/Common/Trace
       
   201 SOURCE 		UTraceSql.cpp
       
   202 #endif