os/persistentdata/persistentstorage/sql/GROUP/t_sqlgetfirststmt.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-2010 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 TARGET			t_sqlgetfirststmt.exe
    17 TARGETTYPE		EXE
    18 CAPABILITY		None
    19 
    20 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    21 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    22 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
    23 USERINCLUDE		../SQLite364
    24 #else
    25 USERINCLUDE		../SQLite
    26 #endif
    27 USERINCLUDE 	.
    28 USERINCLUDE 	../INC
    29 USERINCLUDE 	../SRC/Common
    30 USERINCLUDE 	../traces_SqlSrv
    31 USERINCLUDE		../OsLayer 
    32 
    33 SOURCEPATH		../TEST
    34 SOURCE			t_sqlgetfirststmt.cpp
    35 
    36 SOURCEPATH		../SRC/Common
    37 SOURCE			SqlUtil.cpp
    38 SOURCEPATH		../SRC/Server
    39 SOURCE			SqlSrvStatementUtil.cpp SqlSrvStrings.cpp SqlSrvUtil.cpp SqlSrvResourceProfiler.cpp
    40 
    41 LIBRARY			euser.lib 
    42 LIBRARY			estlib.lib 
    43 LIBRARY			efsrv.lib 
    44 LIBRARY			hal.lib 
    45 STATICLIBRARY	sqlite.lib
    46 LIBRARY			estor.lib 
    47 
    48 VENDORID		0x70000001
    49 
    50 SMPSAFE