First public contribution.
1 // Copyright (c) 2007-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // SQLite C API test application (used to run the TCL test suite)
15 // The "buildrom" command (uncomment before that the line in sqlite3tests.iby file that copies "1020383e.txt" file):
16 // buildrom -D_SERIAL_DOWNLOAD -DRVCT -D_EABI=ARMV5 -fm=/epoc32/rom/include/featuredatabase.xml h4hrp.oby textshell.oby sqlite3.iby sqlite3tests.iby openenv.iby bluetooth.iby ups.iby timezonelocalization.iby -orombld.img
24 #include "tclsqlite3_macro.mmh"
31 UID 0x20004C45 0x10285A82
37 EPOCSTACKSIZE 81920 //max 80kb
38 EPOCHEAPSIZE 0x00100000 0x02000000
40 // Need this otherwise get a lot of mismatched IMPORT_C/EXPORT_C even though this is an exe
43 //////////////////////////////////////////////////////////////////////////////////////////////////////////
44 ///////////////// RVCT compiler warning & optimization options /////////////////////////////////////////
46 //550: <entity-kind> "entity" was set but never used
47 //C2874W: <name> may be used before being set
48 //368: <entity-kind> "<entity>" defines no constructor to initialize the following:
49 //177-D: variable <name> was declared but never referenced
50 //1293-D: assignment in condition
51 //C3017W: <name> may be used before being set
52 //61: integer operation result is out of range
54 OPTION ARMCC --diag_suppress 550,2874,368,177,1293,3017,61
55 OPTION ARMCC -Ono_cg_cond
57 //////////////////////////////////////////////////////////////////////////////////////////////////////////
58 ///////////////// CW compiler warning options //////////////////////////////////////////////////////////
60 //Variable/argument <x> is not used in function
61 //Possible unwanted <x>
63 OPTION CW -w nounused -w nounwanted
65 //////////////////////////////////////////////////////////////////////////////////////////////////////////
66 ///////////////// GCC compiler warning options /////////////////////////////////////////////////////////
68 //"-w" option suppresses all warnings!
69 //"<variable> might be used uninitialized in this function" - only this warning needs to be suppressed,
70 //but there is no option for that.
74 //////////////////////////////////////////////////////////////////////////////////////////////////////////
76 USERINCLUDE ../traces_sqlite3
78 USERINCLUDE ../OsLayer
79 OS_LAYER_LIBC_SYSTEMINCLUDE
80 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
81 USERINCLUDE ../TEST/TCL/tcldistribution/generic
143 SOURCEPATH ../TEST/SRC
155 SOURCE test_autoext.c
161 SOURCE test_loadext.c
165 SOURCE test_onefile.c
172 SOURCEPATH ../OsLayer
174 SOURCE os_symbian_mt.cpp
175 SOURCE SqliteUtil.cpp
177 SOURCE os_symbian_emul.cpp
179 SOURCE os_symbian_hrdw.cpp
181 SOURCE test_fileutil.cpp
187 STATICLIBRARY libcrt0.lib
189 LIBRARY libpthread.lib
192 STATICLIBRARY tcl.lib