persistentstorage/sql/GROUP/t_sqlgetfirststmt.mmp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
       
    15 
       
    16 #include <e32utrace.mmh>
    15 
    17 
    16 TARGET			t_sqlgetfirststmt.exe
    18 TARGET			t_sqlgetfirststmt.exe
    17 TARGETTYPE		EXE
    19 TARGETTYPE		EXE
    18 CAPABILITY		None
    20 CAPABILITY		None
    19 
    21 
    25 USERINCLUDE		../SQLite
    27 USERINCLUDE		../SQLite
    26 #endif
    28 #endif
    27 USERINCLUDE 	.
    29 USERINCLUDE 	.
    28 USERINCLUDE 	../INC
    30 USERINCLUDE 	../INC
    29 USERINCLUDE 	../SRC/Common
    31 USERINCLUDE 	../SRC/Common
    30 USERINCLUDE 	../traces_SqlSrv
    32 USERINCLUDE 	../SRC/Common/Trace
    31 USERINCLUDE		../OsLayer 
    33 USERINCLUDE		../OsLayer
    32 
    34 
    33 SOURCEPATH		../TEST
    35 SOURCEPATH		../TEST
    34 SOURCE			t_sqlgetfirststmt.cpp
    36 SOURCE			t_sqlgetfirststmt.cpp
    35 
    37 
    36 SOURCEPATH		../SRC/Common
    38 SOURCEPATH		../SRC/Common