persistentstorage/sql/GROUP/t_sqlbur2.mmp
changeset 51 7d4490026038
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
       
     1 // Copyright (c) 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 TARGET			t_sqlbur2.exe
       
    17 TARGETTYPE		EXE
       
    18 CAPABILITY		All -Tcb
       
    19 
       
    20 MACRO  			SQL_BUR_PROPERTY_MONITOR_TEST
       
    21 
       
    22 USERINCLUDE 	. 
       
    23 USERINCLUDE 	../SRC/Server
       
    24 USERINCLUDE		../SRC/Common
       
    25 USERINCLUDE 	../traces_SqlSrv
       
    26 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    27 USERINCLUDE		../SQLite364
       
    28 #else
       
    29 USERINCLUDE		../SQLite
       
    30 #endif
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH		../TEST
       
    35 SOURCE			t_sqlbur2.cpp t_dummyabclient.cpp
       
    36 
       
    37 SOURCEPATH		../SRC/Server
       
    38 SOURCE			SqlBur.cpp
       
    39 
       
    40 SOURCEPATH		../SRC/Common
       
    41 SOURCE			SqlUtil.cpp
       
    42 
       
    43 LIBRARY			euser.lib 
       
    44 LIBRARY			efsrv.lib
       
    45 LIBRARY			bafl.lib 
       
    46 LIBRARY			estor.lib 
       
    47 
       
    48 UID				0 0x10281e17
       
    49 VENDORID		0x70000001
       
    50 
       
    51 SMPSAFE