os/persistentdata/persistentstorage/sql/GROUP/t_sqlfserr.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-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_sqlfserr.exe
    19 TARGETTYPE		EXE
    20 CAPABILITY		None
    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_sqlfserr.cpp
    37 
    38 LIBRARY			euser.lib 
    39 LIBRARY			efsrv.lib
    40 LIBRARY			sqldb.lib 
    41 LIBRARY			bafl.lib 
    42 LIBRARY			estlib.lib
    43 LIBRARY			estor.lib
    44 LIBRARY			hal.lib 
    45 STATICLIBRARY	sqlite.lib 
    46 
    47 UID				0 0x212A2C27
    48 VENDORID		0x70000001
    49 
    50 SMPSAFE
    51 
    52 EPOCSTACKSIZE	0x10000