os/persistentdata/persistentstorage/sql/GROUP/t_sqlbur.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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_sqlbur.exe
    17 TARGETTYPE		EXE
    18 CAPABILITY		All -Tcb
    19 
    20 USERINCLUDE 	. 
    21 USERINCLUDE 	../SRC/Server
    22 USERINCLUDE		../SRC/Common
    23 USERINCLUDE 	../traces_SqlSrv
    24 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
    25 USERINCLUDE		../SQLite364
    26 #else
    27 USERINCLUDE		../SQLite
    28 #endif
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    30 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    31 
    32 SOURCEPATH		../TEST
    33 SOURCE			t_sqlbur.cpp t_dummyabclient.cpp
    34 
    35 SOURCEPATH		../SRC/Server
    36 SOURCE			SqlBur.cpp
    37 
    38 SOURCEPATH		../SRC/Common
    39 SOURCE			SqlUtil.cpp
    40 
    41 LIBRARY			euser.lib 
    42 LIBRARY			efsrv.lib
    43 LIBRARY			sqldb.lib 
    44 LIBRARY			bafl.lib 
    45 LIBRARY			estor.lib 
    46 
    47 UID				0 0x10281e17
    48 VENDORID		0x70000001
    49 
    50 SMPSAFE