os/persistentdata/persistentstorage/sql/GROUP/t_sqlcompact3.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 #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		../traces_sqlite
    29 USERINCLUDE		../OsLayer
    30 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
    31 USERINCLUDE		../SQLite364
    32 #else
    33 USERINCLUDE		../SQLite
    34 #endif
    35 
    36 SOURCEPATH		../TEST
    37 SOURCE			t_sqlcompact3.cpp
    38 
    39 LIBRARY			euser.lib 
    40 LIBRARY			efsrv.lib
    41 LIBRARY			sqldb.lib 
    42 LIBRARY			bafl.lib 
    43 LIBRARY			estor.lib 
    44 LIBRARY			estlib.lib
    45 LIBRARY			hal.lib
    46 STATICLIBRARY	sqlite.lib 
    47 
    48 VENDORID		0x70000001
    49 UID				0 0x21212124
    50 
    51 SMPSAFE