persistentstorage/sql/GROUP/t_sqlcompact.mmp
branchRCL_3
changeset 15 fcc16690f446
parent 14 04ec7606545c
child 16 b6ab70c1385f
equal deleted inserted replaced
14:04ec7606545c 15:fcc16690f446
     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 TARGET			t_sqlcompact.exe
       
    17 TARGETTYPE		EXE
       
    18 CAPABILITY		None
       
    19 
       
    20 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    21 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    22 USERINCLUDE 	.
       
    23 USERINCLUDE		../SRC/Common
       
    24 USERINCLUDE 	../SRC/Server/Compact
       
    25 USERINCLUDE 	../SRC/Server
       
    26 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
       
    27 USERINCLUDE		../SQLite364
       
    28 #else
       
    29 USERINCLUDE		../SQLite
       
    30 #endif
       
    31 
       
    32 SOURCEPATH		../SRC/Common
       
    33 SOURCE			SqlUtil.cpp
       
    34 
       
    35 SOURCEPATH		../SRC/Server/Compact
       
    36 SOURCE			SqlCompact.cpp SqlCompactEntry.cpp SqlCompactTimer.cpp
       
    37 
       
    38 SOURCEPATH		../SRC/Server
       
    39 SOURCE			SqlSrvStatementUtil.cpp SqlSrvStrings.cpp SqlSrvUtil.cpp
       
    40 
       
    41 SOURCEPATH		../TEST
       
    42 SOURCE			t_sqlcompact.cpp
       
    43 
       
    44 LIBRARY			euser.lib 
       
    45 LIBRARY			estlib.lib
       
    46 LIBRARY			efsrv.lib
       
    47 LIBRARY			charconv.lib 
       
    48 LIBRARY			estor.lib 
       
    49 LIBRARY			hal.lib 
       
    50 STATICLIBRARY	sqlite.lib 
       
    51 
       
    52 VENDORID 0x70000001
       
    53 
       
    54 SMPSAFE