equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
17 |
17 |
18 /** |
18 /** |
19 @file |
19 @file |
20 */ |
20 */ |
21 |
21 |
22 //#define SYMBIAN_INCLUDE_EXECUTABLE_TRACE |
|
23 #include <e32utrace.mmh> |
|
24 #include "sqlite3_macro.mmh" |
22 #include "sqlite3_macro.mmh" |
25 |
|
26 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE |
|
27 MACRO SQLITE_ENABLE_TRACE |
|
28 #endif |
|
29 |
23 |
30 TARGET sqlite3.dll |
24 TARGET sqlite3.dll |
31 TARGETTYPE dll |
25 TARGETTYPE dll |
32 |
26 |
33 CAPABILITY All -Tcb |
27 CAPABILITY All -Tcb |
76 |
70 |
77 OPTION GCC -w |
71 OPTION GCC -w |
78 |
72 |
79 ////////////////////////////////////////////////////////////////////////////////////////////////////////// |
73 ////////////////////////////////////////////////////////////////////////////////////////////////////////// |
80 |
74 |
|
75 userinclude ../traces_sqlite3 |
81 userinclude ../SQLite |
76 userinclude ../SQLite |
82 userinclude ../OsLayer |
77 userinclude ../OsLayer |
83 OS_LAYER_LIBC_SYSTEMINCLUDE |
78 OS_LAYER_LIBC_SYSTEMINCLUDE |
84 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
79 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
85 |
80 |
144 SOURCE where.c |
139 SOURCE where.c |
145 |
140 |
146 SOURCEPATH ../OsLayer |
141 SOURCEPATH ../OsLayer |
147 SOURCE FileBuf64.cpp |
142 SOURCE FileBuf64.cpp |
148 SOURCE os_symbian_mt.cpp |
143 SOURCE os_symbian_mt.cpp |
|
144 SOURCE SqliteUtil.cpp |
149 #ifdef WINSCW |
145 #ifdef WINSCW |
150 SOURCE os_symbian_emul.cpp |
146 SOURCE os_symbian_emul.cpp |
151 #else |
147 #else |
152 SOURCE os_symbian_hrdw.cpp |
148 SOURCE os_symbian_hrdw.cpp |
153 #endif |
|
154 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE |
|
155 SOURCE UTraceSqlite.cpp |
|
156 #endif |
149 #endif |
157 |
150 |
158 LIBRARY euser.lib |
151 LIBRARY euser.lib |
159 LIBRARY efsrv.lib |
152 LIBRARY efsrv.lib |
160 LIBRARY estor.lib |
153 LIBRARY estor.lib |