equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-2009 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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 TARGET t_sqlapi2.exe |
|
17 TARGETTYPE EXE |
|
18 CAPABILITY None |
|
19 |
|
20 //To suppress the "#550-D: variable "KColTypes" was set but never used" warning |
|
21 OPTION ARMCC --diag_suppress 550 |
|
22 |
|
23 EPOCHEAPSIZE 0x00020000 0x00200000 //The "stack overflow" test requires bigger heap |
|
24 |
|
25 UID 0 0x1111C1EF |
|
26 |
|
27 USERINCLUDE . |
|
28 USERINCLUDE ../INC |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 SOURCEPATH ../TEST |
|
32 SOURCE t_sqlapi2.cpp |
|
33 |
|
34 LIBRARY euser.lib |
|
35 LIBRARY efsrv.lib |
|
36 LIBRARY sqldb.lib |
|
37 LIBRARY bafl.lib |
|
38 LIBRARY estor.lib |
|
39 |
|
40 VENDORID 0x70000001 |
|
41 |
|
42 SMPSAFE |