First public contribution.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 TARGET t_sqlperformance.exe
18 //"AllFiles" capability is needed because the test accesses the database files in the SQL server private data cage
19 CAPABILITY AllFiles WriteUserData ReadUserData
21 EPOCHEAPSIZE 0x400000 0x800000
23 //SQLITE warnings suppressed
24 OPTION ARMCC --diag_suppress 368
28 USERINCLUDE ../SRC/Common
29 USERINCLUDE ../traces_SqlSrv
30 USERINCLUDE ../SRC/Server
31 USERINCLUDE ../OsLayer
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
33 OS_LAYER_ESTLIB_SYSTEMINCLUDE
34 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
35 USERINCLUDE ../SQLite364
41 SOURCE t_sqlperformance.cpp t_sqlcmdlineutil.cpp
43 SOURCEPATH ../SRC/Common
45 SOURCEPATH ../SRC/Server
46 SOURCE SqlSrvStatementUtil.cpp SqlSrvStrings.cpp SqlSrvUtil.cpp SqlSrvResourceProfiler.cpp
54 STATICLIBRARY sqlite.lib