persistentstorage/sql/GROUP/t_sqloom6.mmp
branchRCL_3
changeset 11 211563e4b919
equal deleted inserted replaced
10:31a8f755b7fe 11:211563e4b919
       
     1 // Copyright (c) 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_sqloom6.exe
       
    17 TARGETTYPE		EXE
       
    18 CAPABILITY		None
       
    19 
       
    20 EPOCSTACKSIZE	0x10000
       
    21 
       
    22 USERINCLUDE 	.
       
    23 USERINCLUDE 	../INC
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    26 USERINCLUDE		../OsLayer
       
    27 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    28 USERINCLUDE		../SQLite364
       
    29 #else
       
    30 USERINCLUDE		../SQLite
       
    31 #endif
       
    32 
       
    33 SOURCEPATH		../TEST
       
    34 SOURCE			t_sqloom6.cpp
       
    35 
       
    36 LIBRARY			euser.lib 
       
    37 LIBRARY			efsrv.lib
       
    38 LIBRARY			sqldb.lib 
       
    39 LIBRARY			bafl.lib 
       
    40 LIBRARY			estor.lib 
       
    41 LIBRARY			estlib.lib
       
    42 LIBRARY			hal.lib 
       
    43 STATICLIBRARY	sqlite.lib 
       
    44 
       
    45 VENDORID		0x70000001
       
    46 
       
    47 SMPSAFE