os/persistentdata/persistentstorage/sql/GROUP/t_sqldbconfigfile.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 TARGET			t_sqldbconfigfile.exe
    18 TARGETTYPE		EXE
    19 CAPABILITY		All -Tcb
    20 
    21 //SQLITE warnings suppressed
    22 OPTION ARMCC --diag_suppress 368
    23 
    24 USERINCLUDE 	.
    25 USERINCLUDE 	../INC
    26 
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    28 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    29 
    30 USERINCLUDE		../OsLayer
    31 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
    32 USERINCLUDE		../SQLite364
    33 #else
    34 USERINCLUDE		../SQLite
    35 #endif
    36 
    37 
    38 SOURCEPATH		../TEST
    39 SOURCE			t_sqldbconfigfile.cpp
    40 
    41 SOURCEPATH		../SRC/Server
    42 SOURCE			SqlSrvCheckStatement.cpp SqlSrvStrings.cpp
    43 
    44 LIBRARY			euser.lib 
    45 LIBRARY			efsrv.lib
    46 LIBRARY			sqldb.lib 
    47 LIBRARY			bafl.lib 
    48 LIBRARY			hal.lib 
    49 LIBRARY			estlib.lib
    50 LIBRARY			estor.lib 
    51 STATICLIBRARY	sqlite.lib 
    52 
    53 UID				0 0x1111C1C1
    54 VENDORID		0x70000001
    55 
    56 SMPSAFE
    57 
    58 EPOCSTACKSIZE	0x10000