|
1 // Copyright (c) 1999-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 // Database server (DBMS) |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 |
|
24 DEFAULT WINC |
|
25 |
|
26 PRJ_EXPORTS |
|
27 |
|
28 ../inc/D32DBMS.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(d32dbms.h) |
|
29 ../inc/D32DBMSCONSTANTS.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(d32dbmsconstants.h) |
|
30 ../inc/D32DBMS.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(d32dbms.inl) |
|
31 |
|
32 dbms.iby /epoc32/rom/include/dbms.iby |
|
33 |
|
34 PRJ_MMPFILES |
|
35 |
|
36 #ifdef WINS |
|
37 ../bmake/Edbspconv.mmp |
|
38 #endif |
|
39 ../bmake/EDBMS.MMP |
|
40 ../bmake/EDBSRV.MMP |
|
41 |
|
42 PRJ_TESTMMPFILES |
|
43 ../tdbms/t_dbenvcreate.mmp |
|
44 ../tdbms/t_dbalter.mmp |
|
45 ../tdbms/t_dbbench.mmp |
|
46 ../tdbms/t_dbbig.mmp |
|
47 ../tdbms/t_dbbug.mmp |
|
48 ../tdbms/t_dbclient.mmp |
|
49 ../tdbms/t_dbcomp.mmp |
|
50 ../tdbms/t_dbapi.mmp |
|
51 ../tdbms/t_dbsrv.mmp |
|
52 ../tdbms/t_dbfilestore.mmp support |
|
53 ../tdbms/t_dbfail.mmp |
|
54 ../tdbms/t_dbindex.mmp |
|
55 ../tdbms/t_dblimit.mmp |
|
56 ../tdbms/t_dbscript.mmp |
|
57 ../tdbms/t_dbsql.mmp |
|
58 ../tdbms/t_dbstress.mmp |
|
59 ../tdbms/t_dbtrans.mmp |
|
60 ../tdbms/t_dbwindow.mmp |
|
61 ../tdbms/t_dbpanic.mmp |
|
62 ../tdbms/t_dbdefect.mmp |
|
63 ../tdbms/t_dblongcol.mmp |
|
64 ../tdbms/t_dbplatsec.mmp |
|
65 ../tdbms/t_dbplatsec1.mmp |
|
66 ../tdbms/t_dbplatsec2.mmp |
|
67 ../tdbms/t_dbplatsec3.mmp |
|
68 ../tdbms/t_dbplatsec4.mmp |
|
69 ../tdbms/t_dbplatsec5.mmp |
|
70 ../tdbms/t_dbnewcap1.mmp |
|
71 ../tdbms/t_dbplatsecperf.mmp |
|
72 ../tdbms/t_dbbackupsid.mmp |
|
73 ../tdbms/t_dbood.mmp |
|
74 ../tdbms/t_dbstrcmp.mmp |
|
75 ../tdbms/t_dbperf1.mmp |
|
76 ../tdbms/t_dbperf2.mmp |
|
77 ../tdbms/t_dbperf3.mmp |
|
78 ../tdbms/t_dbenvdestroy.mmp |
|
79 |
|
80 PRJ_TESTEXTENSIONS |
|
81 start extension syslibs/test/dbms_copytestdbscfiles |
|
82 end |
|
83 |
|
84 PRJ_TESTEXPORTS |
|
85 |
|
86 DBMSTests.iby /epoc32/rom/include/dbmstests.iby |
|
87 DbmsTests.bat /epoc32/data/z/system/test/dbmstests.bat |