Update contrib.
1 // Copyright (c) 2005-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 // SqlDb.dll SQL Database management - client dll
25 UID 0x1000008d 0x10281E18
27 //CodeWarrior compilation options - disable the "illegal pragma" warning
28 OPTION CW -w noillpragmas
30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
31 USERINCLUDE ../traces_SqlDb
33 USERINCLUDE ../SRC/Client
34 USERINCLUDE ../SRC/Client/IPC
35 USERINCLUDE ../SRC/Common
36 USERINCLUDE ../SRC/Common/IPC
37 USERINCLUDE ../SRC/Security
38 //SqlDb includes sqlite3.h header file for the error code macros defined there
39 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4
40 USERINCLUDE ../SQLite364
44 //SqlDb does not use standard C library, but there are some C header files included in sqlite3.h
45 OS_LAYER_ESTLIB_SYSTEMINCLUDE
47 SOURCEPATH ../SRC/Client
48 SOURCE SQLDatabase.cpp
49 SOURCE SqlDatabaseImpl.cpp
50 SOURCE SqlStatement.cpp
51 SOURCE SqlStatementImpl.cpp
54 SOURCE SqlDbSession.cpp
55 SOURCE SqlStmtSession.cpp
56 SOURCE SqlResourceTest.cpp
57 SOURCE SqlScalarFullSelect.cpp
58 SOURCE SqlResourceProfiler.cpp
60 SOURCEPATH ../SRC/Client/IPC
63 SOURCEPATH ../SRC/Common
66 SOURCE SqlBufIterator.cpp
67 SOURCE SqlSrvStartup.cpp
69 SOURCEPATH ../SRC/Security
70 SOURCE SqlSecurity.cpp
71 SOURCE SqlSecurityImpl.cpp
73 LIBRARY euser.lib efsrv.lib estor.lib