persistentstorage/sqlite3api/GROUP/sqlite3.mmp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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
       
    23 #include <e32utrace.mmh>
    22 #include "sqlite3_macro.mmh"
    24 #include "sqlite3_macro.mmh"
       
    25 
       
    26 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE
       
    27 MACRO			SQLITE_ENABLE_TRACE
       
    28 #endif
    23 
    29 
    24 TARGET		sqlite3.dll
    30 TARGET		sqlite3.dll
    25 TARGETTYPE	dll
    31 TARGETTYPE	dll
    26 
    32 
    27 CAPABILITY	All -Tcb
    33 CAPABILITY	All -Tcb
    70 
    76 
    71 OPTION GCC -w
    77 OPTION GCC -w
    72 
    78 
    73 //////////////////////////////////////////////////////////////////////////////////////////////////////////
    79 //////////////////////////////////////////////////////////////////////////////////////////////////////////
    74 
    80 
    75 userinclude		../traces_sqlite3
       
    76 userinclude		../SQLite
    81 userinclude		../SQLite
    77 userinclude		../OsLayer
    82 userinclude		../OsLayer
    78 OS_LAYER_LIBC_SYSTEMINCLUDE
    83 OS_LAYER_LIBC_SYSTEMINCLUDE
    79 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    84 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    80 
    85 
   139 SOURCE		where.c
   144 SOURCE		where.c
   140 
   145 
   141 SOURCEPATH	../OsLayer
   146 SOURCEPATH	../OsLayer
   142 SOURCE		FileBuf64.cpp
   147 SOURCE		FileBuf64.cpp
   143 SOURCE		os_symbian_mt.cpp
   148 SOURCE		os_symbian_mt.cpp
   144 SOURCE		SqliteUtil.cpp
       
   145 #ifdef WINSCW
   149 #ifdef WINSCW
   146 SOURCE		os_symbian_emul.cpp
   150 SOURCE		os_symbian_emul.cpp
   147 #else
   151 #else
   148 SOURCE		os_symbian_hrdw.cpp
   152 SOURCE		os_symbian_hrdw.cpp
       
   153 #endif
       
   154 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE
       
   155 SOURCE 		UTraceSqlite.cpp
   149 #endif
   156 #endif
   150 
   157 
   151 LIBRARY		euser.lib 
   158 LIBRARY		euser.lib 
   152 LIBRARY		efsrv.lib 
   159 LIBRARY		efsrv.lib 
   153 LIBRARY		estor.lib
   160 LIBRARY		estor.lib