1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/GROUP/sqlite3.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,162 @@
1.4 +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// SQLite C API library
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +#include "sqlite3_macro.mmh"
1.26 +
1.27 +TARGET sqlite3.dll
1.28 +TARGETTYPE dll
1.29 +
1.30 +CAPABILITY All -Tcb
1.31 +
1.32 +UID 0x1000008d 0x10285A79
1.33 +
1.34 +VendorId 0x70000001
1.35 +
1.36 +VERSION 6.3
1.37 +SMPSAFE
1.38 +
1.39 +#ifndef WINSCW
1.40 +EPOCALLOWDLLDATA
1.41 +#endif
1.42 +
1.43 +MACRO SQLITE_DLL
1.44 +
1.45 +//////////////////////////////////////////////////////////////////////////////////////////////////////////
1.46 +///////////////// RVCT compiler warning & optimization options /////////////////////////////////////////
1.47 +
1.48 +//550: <entity-kind> "entity" was set but never used
1.49 +//C2874W: <name> may be used before being set
1.50 +//368: <entity-kind> "<entity>" defines no constructor to initialize the following:
1.51 +//177-D: variable <name> was declared but never referenced
1.52 +//1293-D: assignment in condition
1.53 +//C3017W: <name> may be used before being set
1.54 +//61: integer operation result is out of range
1.55 +
1.56 +OPTION ARMCC --diag_suppress 550,2874,368,177,1293,3017,61
1.57 +OPTION ARMCC -Ono_cg_cond
1.58 +
1.59 +//////////////////////////////////////////////////////////////////////////////////////////////////////////
1.60 +///////////////// CW compiler warning options //////////////////////////////////////////////////////////
1.61 +
1.62 +//Variable/argument <x> is not used in function
1.63 +//Possible unwanted <x>
1.64 +
1.65 +OPTION CW -w nounused -w nounwanted
1.66 +
1.67 +//////////////////////////////////////////////////////////////////////////////////////////////////////////
1.68 +///////////////// GCC compiler warning options /////////////////////////////////////////////////////////
1.69 +
1.70 +//"-w" option suppresses all warnings!
1.71 +//"<variable> might be used uninitialized in this function" - only this warning needs to be suppressed,
1.72 +//but there is no option for that.
1.73 +
1.74 +OPTION GCC -w
1.75 +
1.76 +//////////////////////////////////////////////////////////////////////////////////////////////////////////
1.77 +
1.78 +userinclude ../traces_sqlite3
1.79 +userinclude ../SQLite
1.80 +userinclude ../OsLayer
1.81 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.82 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.83 +
1.84 +SOURCEPATH ../SQLite
1.85 +SOURCE alter.c
1.86 +SOURCE analyze.c
1.87 +SOURCE attach.c
1.88 +SOURCE auth.c
1.89 +SOURCE bitvec.c
1.90 +SOURCE btree.c
1.91 +SOURCE btmutex.c
1.92 +SOURCE build.c
1.93 +SOURCE callback.c
1.94 +SOURCE complete.c
1.95 +SOURCE date.c
1.96 +SOURCE delete.c
1.97 +SOURCE expr.c
1.98 +SOURCE fault.c
1.99 +SOURCE func.c
1.100 +SOURCE global.c
1.101 +SOURCE hash.c
1.102 +SOURCE insert.c
1.103 +SOURCE journal.c
1.104 +SOURCE legacy.c
1.105 +SOURCE loadext.c
1.106 +SOURCE main.c
1.107 +SOURCE malloc.c
1.108 +SOURCE mem1.c
1.109 +SOURCE mem2.c
1.110 +SOURCE mem3.c
1.111 +SOURCE mem4.c
1.112 +SOURCE mem5.c
1.113 +SOURCE mem6.c
1.114 +SOURCE mutex.c
1.115 +SOURCE opcodes.c
1.116 +SOURCE os.c
1.117 +SOURCE pager.c
1.118 +SOURCE parse.c
1.119 +SOURCE pcache.c
1.120 +SOURCE pragma.c
1.121 +SOURCE prepare.c
1.122 +SOURCE printf.c
1.123 +SOURCE random.c
1.124 +SOURCE resolve.c
1.125 +SOURCE select.c
1.126 +SOURCE status.c
1.127 +SOURCE table.c
1.128 +SOURCE tokenize.c
1.129 +SOURCE trigger.c
1.130 +SOURCE update.c
1.131 +SOURCE utf.c
1.132 +SOURCE util.c
1.133 +SOURCE vacuum.c
1.134 +SOURCE vdbe.c
1.135 +SOURCE vdbeapi.c
1.136 +SOURCE vdbeaux.c
1.137 +SOURCE vdbeblob.c
1.138 +SOURCE vdbefifo.c
1.139 +SOURCE vdbemem.c
1.140 +SOURCE vtab.c
1.141 +SOURCE walker.c
1.142 +SOURCE where.c
1.143 +
1.144 +SOURCEPATH ../OsLayer
1.145 +SOURCE FileBuf64.cpp
1.146 +SOURCE os_symbian_mt.cpp
1.147 +SOURCE SqliteUtil.cpp
1.148 +#ifdef WINSCW
1.149 +SOURCE os_symbian_emul.cpp
1.150 +#else
1.151 +SOURCE os_symbian_hrdw.cpp
1.152 +#endif
1.153 +
1.154 +LIBRARY euser.lib
1.155 +LIBRARY efsrv.lib
1.156 +LIBRARY estor.lib
1.157 +
1.158 +LIBRARY libc.lib
1.159 +LIBRARY libpthread.lib
1.160 +
1.161 +#ifdef WINSCW
1.162 +LIBRARY ewsd.lib
1.163 +#endif
1.164 +
1.165 +DEFFILE sqlite3.def