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 // SQL Database server (SQL)
26 ../INC/SqlDb.h OS_LAYER_PUBLIC_EXPORT_PATH(sqldb.h)
27 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
28 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
29 ../INC/SqlResourceTester.h /epoc32/include/sqlresourcetester.h
33 sql.iby /epoc32/rom/include/sql.iby
34 backup_registration.xml z:/private/10281e17/backup_registration.xml
46 sqltests.iby /epoc32/rom/include/sqltests.iby
47 sqltests.bat z:/test/sqltests.bat
49 ../TEST/TestDb1.db z:/test/testdb1.db
50 ../TEST/CorruptDb.db z:/test/corruptdb.db
51 ../TEST/contacts_schema_to_vendors.sql z:/test/contacts_schema_to_vendors.sql
52 ../TEST/add_simple_contacts.sql z:/test/add_simple_contacts.sql
53 ../TEST/t_SqlShortNonDb.db z:/test/t_sqlshortnondb.db
54 ../TEST/contacts_startup_time.sql z:/test/contacts_startup_time.sql
55 ../TEST/t_inc095412.db z:/test/t_inc095412.db
56 ../TEST/default_avacon.dbSQL z:/test/default_avacon.dbsql
57 ../TEST/t_sqlbur_backup_ver0.bak z:/test/t_sqlbur_backup_ver0.bak
58 ../TEST/t_sqlperformance4.sql z:/test/t_sqlperformance4.sql
59 ../TEST/{21212122}AADb2.db z:/private/10281e17/[21212122]aadb2.db
60 ../TEST/{21212122}BBDb2.db z:/private/10281e17/[21212122]bbdb2.db
61 ../TEST/{21212125}t_ab.db z:/private/10281e17/[21212125]t_ab.db
62 ../TEST/{1111CCCC}t_ab.db z:/private/10281e17/[1111cccc]t_ab.db
63 ../TEST/{21212125}T_OneDefPolicy.db z:/private/10281e17/[21212125]t_onedefpolicy.db
64 //../TEST/SqlServer.cfg z:/private/10281e17/sqlserver.cfg
65 ../TEST/t_sqldb1.db z:/private/21212124/t_sqldb1.db
66 ../TEST/{98765432}t_2defaultpolicies.db z:/private/10281e17/[98765432]t_2defaultpolicies.db
67 ../TEST/{98765432}t_emptysettings.db z:/private/10281e17/[98765432]t_emptysettings.db
68 ../TEST/{98765432}t_invobject.db z:/private/10281e17/[98765432]t_invobject.db
69 ../TEST/{98765432}t_invversion.db z:/private/10281e17/[98765432]t_invversion.db
70 ../TEST/{98765432}t_longcollation.db z:/private/10281e17/[98765432]t_longcollation.db
71 ../TEST/{98765432}t_nocollation.db z:/private/10281e17/[98765432]t_nocollation.db
72 ../TEST/{98765432}t_nodefaultpolicy.db z:/private/10281e17/[98765432]t_nodefaultpolicy.db
73 ../TEST/{98765432}t_nosettings.db z:/private/10281e17/[98765432]t_nosettings.db
77 //Before runnning any of the SQL tests, run t_sqlenvcreate first.
78 //t_sqlenvcreate has "All -Tcb" capabilities, and is used to copy some secure
79 //shared test database files to the SQL server private datacage. These files will
80 //be used later by the other SQL tests.
81 //To delete the copied database files, use t_sqlenvdestroy.
107 #ifndef WINS //hardware only
108 t_sqlattach2.mmp manual
111 t_sqlperformance2.mmp
112 t_sqlperformance3.mmp
113 t_sqlperformance4.mmp
114 t_sqlperformance5.mmp
123 t_sqlscalarfullselect.mmp
127 t_sqldbconfigfile.mmp
137 #ifndef WINS //hardware only
138 t_sqlfilesrvcrash1.mmp manual
139 t_sqlfilesrvcrash2.mmp manual
144 #include "../TEST/testexecute/group/bld.inf"