os/persistentdata/persistentstorage/sql/GROUP/t_sqlcompact2.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 #include "sqlite_macro.mmh"
    17 
    18 TARGET			t_sqlcompact2.exe
    19 TARGETTYPE		EXE
    20 CAPABILITY		None
    21 
    22 //SQLITE warnings suppressed
    23 OPTION ARMCC --diag_suppress 368
    24 
    25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    26 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    27 USERINCLUDE 	.
    28 USERINCLUDE 	../INC
    29 USERINCLUDE		../SRC/Common
    30 USERINCLUDE 	../traces_SqlSrv
    31 USERINCLUDE 	../SRC/Server/Compact
    32 USERINCLUDE 	../SRC/Server
    33 USERINCLUDE		../OsLayer
    34 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
    35 USERINCLUDE		../SQLite364
    36 #else
    37 USERINCLUDE		../SQLite
    38 #endif
    39 
    40 
    41 SOURCEPATH		../SRC/Common
    42 SOURCE			SqlUtil.cpp
    43 
    44 SOURCEPATH		../SRC/Server/Compact
    45 SOURCE			SqlCompact.cpp SqlCompactEntry.cpp SqlCompactConn.cpp SqlCompactTimer.cpp
    46   
    47 SOURCEPATH		../SRC/Server
    48 SOURCE			SqlSrvUtil.cpp SqlSrvStatementUtil.cpp SqlSrvStrings.cpp SqlSrvResourceProfiler.cpp
    49 
    50 SOURCEPATH		../TEST
    51 SOURCE			t_sqlcompact2.cpp
    52 
    53 LIBRARY			euser.lib 
    54 LIBRARY			estlib.lib
    55 LIBRARY			efsrv.lib
    56 LIBRARY			hal.lib
    57 LIBRARY			charconv.lib 
    58 LIBRARY			estor.lib 
    59 STATICLIBRARY	sqlite.lib 
    60 
    61 VENDORID 0x70000001
    62 
    63 SMPSAFE