persistentstorage/sql/GROUP/t_sqlgetfirststmt.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <e32utrace.mmh>
       
    17 
       
    18 TARGET			t_sqlgetfirststmt.exe
       
    19 TARGETTYPE		EXE
       
    20 CAPABILITY		None
       
    21 
       
    22 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    23 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    24 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    25 USERINCLUDE		../SQLite364
       
    26 #else
       
    27 USERINCLUDE		../SQLite
       
    28 #endif
       
    29 USERINCLUDE 	.
       
    30 USERINCLUDE 	../INC
       
    31 USERINCLUDE 	../SRC/Common
       
    32 USERINCLUDE 	../SRC/Common/Trace
       
    33 USERINCLUDE		../OsLayer
       
    34 
       
    35 SOURCEPATH		../TEST
       
    36 SOURCE			t_sqlgetfirststmt.cpp
       
    37 
       
    38 SOURCEPATH		../SRC/Common
       
    39 SOURCE			SqlUtil.cpp
       
    40 SOURCEPATH		../SRC/Server
       
    41 SOURCE			SqlSrvStatementUtil.cpp SqlSrvStrings.cpp SqlSrvUtil.cpp SqlSrvResourceProfiler.cpp
       
    42 
       
    43 LIBRARY			euser.lib 
       
    44 LIBRARY			estlib.lib 
       
    45 LIBRARY			efsrv.lib 
       
    46 LIBRARY			hal.lib 
       
    47 STATICLIBRARY	sqlite.lib
       
    48 LIBRARY			estor.lib 
       
    49 
       
    50 VENDORID		0x70000001
       
    51 
       
    52 SMPSAFE