os/persistentdata/persistentstorage/sql/GROUP/t_sqlperformance.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 TARGET			t_sqlperformance.exe
    17 TARGETTYPE		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
    20 
    21 EPOCHEAPSIZE	0x400000 0x800000
    22 
    23 //SQLITE warnings suppressed
    24 OPTION ARMCC --diag_suppress 368
    25 
    26 USERINCLUDE 	.
    27 USERINCLUDE 	../INC
    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
    36 #else
    37 USERINCLUDE		../SQLite
    38 #endif
    39 
    40 SOURCEPATH		../TEST
    41 SOURCE			t_sqlperformance.cpp t_sqlcmdlineutil.cpp
    42 
    43 SOURCEPATH		../SRC/Common
    44 SOURCE			SqlUtil.cpp
    45 SOURCEPATH		../SRC/Server
    46 SOURCE			SqlSrvStatementUtil.cpp SqlSrvStrings.cpp SqlSrvUtil.cpp SqlSrvResourceProfiler.cpp
    47 
    48 LIBRARY			euser.lib 
    49 LIBRARY			efsrv.lib
    50 LIBRARY			sqldb.lib 
    51 LIBRARY			bafl.lib 
    52 LIBRARY			hal.lib
    53 LIBRARY			estlib.lib 
    54 STATICLIBRARY	sqlite.lib 
    55 LIBRARY			estor.lib 
    56 
    57 UID				0 0x2121212A
    58 VENDORID		0x70000001
    59 
    60 SMPSAFE