persistentstorage/sql/GROUP/t_sqldbconfigfile.mmp
changeset 0 08ec8eefde2f
child 40 b8bdbc8f59c7
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 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 SYSTEMINCLUDE	/epoc32/include/libc
       
    29 USERINCLUDE		../OsLayer
       
    30 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    31 USERINCLUDE		../SQLite364
       
    32 #else
       
    33 USERINCLUDE		../SQLite
       
    34 #endif
       
    35 
       
    36 
       
    37 SOURCEPATH		../TEST
       
    38 SOURCE			t_sqldbconfigfile.cpp
       
    39 
       
    40 SOURCEPATH		../SRC/Server
       
    41 SOURCE			SqlSrvCheckStatement.cpp SqlSrvStrings.cpp
       
    42 
       
    43 LIBRARY			euser.lib 
       
    44 LIBRARY			efsrv.lib
       
    45 LIBRARY			sqldb.lib 
       
    46 LIBRARY			bafl.lib 
       
    47 LIBRARY			hal.lib 
       
    48 LIBRARY			estlib.lib
       
    49 LIBRARY			estor.lib 
       
    50 STATICLIBRARY	sqlite.lib 
       
    51 
       
    52 UID				0 0x1111C1C1
       
    53 VENDORID		0x70000001
       
    54 
       
    55 SMPSAFE
       
    56 
       
    57 EPOCSTACKSIZE	0x10000