persistentstorage/sql/GROUP/t_sqloslayer.mmp
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2006-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_sqloslayer.exe
       
    19 TARGETTYPE		EXE
       
    20 CAPABILITY		None
       
    21 
       
    22 MACRO 			SQLITE_OS_OTHER=1
       
    23 MACRO 			SQLITE_OS_SYMBIAN=1
       
    24 
       
    25 USERINCLUDE 	.
       
    26 USERINCLUDE		../OsLayer
       
    27 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    28 USERINCLUDE		../SQLite364
       
    29 #else
       
    30 USERINCLUDE		../SQLite
       
    31 #endif
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    34 
       
    35 SOURCEPATH		../TEST
       
    36 SOURCE			t_sqloslayer.cpp
       
    37 
       
    38 LIBRARY			euser.lib 
       
    39 LIBRARY			efsrv.lib
       
    40 LIBRARY			bafl.lib 
       
    41 LIBRARY			estlib.lib 
       
    42 LIBRARY			hal.lib 
       
    43 STATICLIBRARY	sqlite.lib 
       
    44 LIBRARY			estor.lib 
       
    45 
       
    46 VENDORID		0x70000001
       
    47 UID				0 0x21F12127
       
    48 
       
    49 SMPSAFE