persistentstorage/sql/GROUP/t_sqlcompact3.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2008-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_sqlcompact3.exe
       
    19 TARGETTYPE		EXE
       
    20 CAPABILITY		All -Tcb
       
    21 
       
    22 //SQLITE warnings suppressed
       
    23 OPTION ARMCC --diag_suppress 368
       
    24 
       
    25 USERINCLUDE 	.
       
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    28 USERINCLUDE		../OsLayer
       
    29 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    30 USERINCLUDE		../SQLite364
       
    31 #else
       
    32 USERINCLUDE		../SQLite
       
    33 #endif
       
    34 
       
    35 SOURCEPATH		../TEST
       
    36 SOURCE			t_sqlcompact3.cpp
       
    37 
       
    38 LIBRARY			euser.lib 
       
    39 LIBRARY			efsrv.lib
       
    40 LIBRARY			sqldb.lib 
       
    41 LIBRARY			bafl.lib 
       
    42 LIBRARY			estor.lib 
       
    43 LIBRARY			estlib.lib
       
    44 LIBRARY			hal.lib
       
    45 STATICLIBRARY	sqlite.lib 
       
    46 
       
    47 VENDORID		0x70000001
       
    48 UID				0 0x21212124
       
    49 
       
    50 SMPSAFE