1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/sql/GROUP/SqlDb.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,80 @@
1.4 +// Copyright (c) 2005-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 +// SqlDb.dll SQL Database management - client dll
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 +@file
1.23 +*/
1.24 +
1.25 +TARGET sqldb.dll
1.26 +TARGETTYPE dll
1.27 +
1.28 +UID 0x1000008d 0x10281E18
1.29 +
1.30 +//CodeWarrior compilation options - disable the "illegal pragma" warning
1.31 +OPTION CW -w noillpragmas
1.32 +
1.33 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.34 +USERINCLUDE ../traces_SqlDb
1.35 +USERINCLUDE ../INC
1.36 +USERINCLUDE ../SRC/Client
1.37 +USERINCLUDE ../SRC/Client/IPC
1.38 +USERINCLUDE ../SRC/Common
1.39 +USERINCLUDE ../SRC/Common/IPC
1.40 +USERINCLUDE ../SRC/Security
1.41 +//SqlDb includes sqlite3.h header file for the error code macros defined there
1.42 +#ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
1.43 +USERINCLUDE ../SQLite364
1.44 +#else
1.45 +USERINCLUDE ../SQLite
1.46 +#endif
1.47 +//SqlDb does not use standard C library, but there are some C header files included in sqlite3.h
1.48 +OS_LAYER_ESTLIB_SYSTEMINCLUDE
1.49 +
1.50 +SOURCEPATH ../SRC/Client
1.51 +SOURCE SQLDatabase.cpp
1.52 +SOURCE SqlDatabaseImpl.cpp
1.53 +SOURCE SqlStatement.cpp
1.54 +SOURCE SqlStatementImpl.cpp
1.55 +SOURCE SqlStream.cpp
1.56 +SOURCE SqlBlob.cpp
1.57 +SOURCE SqlDbSession.cpp
1.58 +SOURCE SqlStmtSession.cpp
1.59 +SOURCE SqlResourceTest.cpp
1.60 +SOURCE SqlScalarFullSelect.cpp
1.61 +SOURCE SqlResourceProfiler.cpp
1.62 +
1.63 +SOURCEPATH ../SRC/Client/IPC
1.64 +SOURCE IPCBuf.cpp
1.65 +
1.66 +SOURCEPATH ../SRC/Common
1.67 +SOURCE SqlUtil.cpp
1.68 +SOURCE SqlBufFlat.cpp
1.69 +SOURCE SqlBufIterator.cpp
1.70 +SOURCE SqlSrvStartup.cpp
1.71 +
1.72 +SOURCEPATH ../SRC/Security
1.73 +SOURCE SqlSecurity.cpp
1.74 +SOURCE SqlSecurityImpl.cpp
1.75 +
1.76 +LIBRARY euser.lib efsrv.lib estor.lib
1.77 +
1.78 +VENDORID 0x70000001
1.79 +CAPABILITY All -Tcb
1.80 +
1.81 +SMPSAFE
1.82 +
1.83 +DEFFILE SqlDb.def