persistentstorage/sql/GROUP/t_sqlperformance.mmp
changeset 0 08ec8eefde2f
child 15 fcc16690f446
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_sqlperformance.exe
       
    19 TARGETTYPE		EXE
       
    20 //"AllFiles" capability is needed because the test accesses the database files in the SQL server private data cage
       
    21 CAPABILITY		AllFiles WriteUserData ReadUserData
       
    22 
       
    23 EPOCHEAPSIZE	0x400000 0x800000
       
    24 
       
    25 //SQLITE warnings suppressed
       
    26 OPTION ARMCC --diag_suppress 368
       
    27 
       
    28 USERINCLUDE 	.
       
    29 USERINCLUDE 	../INC
       
    30 USERINCLUDE 	../SRC/Common
       
    31 USERINCLUDE 	../SRC/Common/Trace
       
    32 USERINCLUDE 	../SRC/Server
       
    33 USERINCLUDE		../OsLayer
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    36 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    37 USERINCLUDE		../SQLite364
       
    38 #else
       
    39 USERINCLUDE		../SQLite
       
    40 #endif
       
    41 
       
    42 SOURCEPATH		../TEST
       
    43 SOURCE			t_sqlperformance.cpp
       
    44 
       
    45 SOURCEPATH		../SRC/Common
       
    46 SOURCE			SqlUtil.cpp
       
    47 SOURCEPATH		../SRC/Server
       
    48 SOURCE			SqlSrvStatementUtil.cpp SqlSrvStrings.cpp SqlSrvUtil.cpp SqlSrvResourceProfiler.cpp
       
    49 
       
    50 LIBRARY			euser.lib 
       
    51 LIBRARY			efsrv.lib
       
    52 LIBRARY			sqldb.lib 
       
    53 LIBRARY			bafl.lib 
       
    54 LIBRARY			hal.lib
       
    55 LIBRARY			estlib.lib 
       
    56 STATICLIBRARY	sqlite.lib 
       
    57 LIBRARY			estor.lib 
       
    58 
       
    59 UID				0 0x2121212A
       
    60 VENDORID		0x70000001
       
    61 
       
    62 SMPSAFE