persistentstorage/sqlite3api/GROUP/BLD.INF
changeset 0 08ec8eefde2f
child 21 fcc16690f446
child 22 a7ba600cb39d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-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 // SQLIte C API library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_EXPORTS
       
    23 
       
    24 ../SQLite/sqlite3.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sqlite3.h)
       
    25 ../GROUP/sqlite3.iby	/epoc32/rom/include/sqlite3.iby
       
    26 ../GROUP/SQLite3_stub.SIS	/epoc32/data/z/system/install/sqlite3_stub.sis
       
    27 
       
    28 PRJ_MMPFILES
       
    29 
       
    30 #ifndef GCCXML
       
    31 ../GROUP/sqlite3.mmp
       
    32 #endif
       
    33 
       
    34 PRJ_TESTEXPORTS
       
    35 
       
    36 ../GROUP/sqlite3tests.iby		/epoc32/rom/include/sqlite3tests.iby
       
    37 ../GROUP/sqlite3tests.bat		/epoc32/data/z/system/test/sqlite3tests.bat
       
    38 ../GROUP/config.ini				/epoc32/data/z/system/test/config.ini
       
    39 
       
    40 PRJ_TESTMMPFILES
       
    41 
       
    42 #ifndef GCCXML
       
    43 //tcl.dll is a test library used by the TCL tests
       
    44 ../TEST/TCL/group/tcl84.mmp support
       
    45 ../GROUP/tclsqlite3.mmp manual
       
    46 #endif
       
    47 ../GROUP/t_sqliteapi.mmp
       
    48 ../GROUP/t_sqlitewsd.mmp
       
    49 //t_sqlitewsd2 should not be used as a standalone test application. t_sqlitewsd2 is used by t_sqlitewsd test application. 
       
    50 ../GROUP/t_sqlitewsd2.mmp support
       
    51 ../GROUP/t_sqliteperf.mmp
       
    52 ../GROUP/t_sqliteperf2.mmp
       
    53 ../GROUP/t_sqlitedef.mmp
       
    54 ../GROUP/t_sqlitedb64.mmp manual
       
    55 
       
    56 
       
    57 PRJ_TESTEXTENSIONS 
       
    58 start extension syslibs/test/sqlite3_copysqlite3testfiles
       
    59 end