|
1 // Copyright (c) 2008-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 // Contacts application engine based on symbian sqlite |
|
15 // |
|
16 // |
|
17 |
|
18 #include "cntmodel.mmh" |
|
19 #include "../group/COMMON.INF" |
|
20 |
|
21 PRJ_EXPORTS |
|
22 |
|
23 ./cntmodel.iby /epoc32/rom/include/cntmodel.iby |
|
24 ./cntplsql.iby /epoc32/rom/include/cntplsql.iby |
|
25 |
|
26 // ConfML Files |
|
27 ../conf/contactsmodel.confml APP_LAYER_EXPORTS_CONFML(contactsmodel.confml) |
|
28 ../conf/contactsmodel_10003a73.crml APP_LAYER_EXPORTS_CRML(contactsmodel_10003a73.crml) |
|
29 |
|
30 PRJ_MMPFILES |
|
31 |
|
32 ./CNTSRV.MMP |
|
33 ./CNTMODEL.MMP |
|
34 ./cntplsql.mmp |
|
35 |
|
36 PRJ_TESTMMPFILES |
|
37 ../tsrcsql/cnttutil.mmp support |
|
38 ../cntdbdumper/group/dbsqldumper.mmp support |
|
39 ../tsrcsql/t_nomach.mmp |
|
40 ../tsrcsql/t_sec_asyncopen.mmp |
|
41 ../tsrcsql/t_cnt_backup.mmp |
|
42 ../tsrcsql/t_bench.mmp manual |
|
43 ../tsrcsql/t_viewsortplugin.mmp |
|
44 ../tsrcsql/t_dbase2.mmp |
|
45 ../tsrcsql/t_lowdiskspace.mmp |
|
46 ../tsrcsql/t_platsec.mmp |
|
47 ../tsrcsql/t_viewcontactid.mmp manual |
|
48 ../tsrcsql/t_performance.mmp |
|
49 |
|
50 // Persistence Layer / Contacts Model Performance Tests |
|
51 ../tsrcsql/t_plperformance.mmp |
|
52 |
|
53 //Persistence Layer Tests |
|
54 ../tsrcsql/t_persistencelayer.mmp |
|
55 |
|
56 // Platform Security |
|
57 ../tsrcsql/t_sec_cntdbase.mmp |
|
58 |
|
59 #include "../tsrc/Integration/CntPerfTest/groupsql/bld.inf" |
|
60 |
|
61 #include "../tsrc/Integration/PerfFuncSuite/groupsql/bld.inf" |
|
62 |
|
63 #include "../tsrc/Integration/TCntPolice/groupsql/BLD.INF" |
|
64 |
|
65 #include "../tsrc/Integration/TestImpExvCard/groupsql/bld.inf" |
|
66 |
|
67 |
|
68 PRJ_TESTEXPORTS |
|
69 // For PlatSec Aysnc Open test |
|
70 ../tsrc/databases/SQLite__Contacts.cdb z:/core-apps/app-engines/cntmodel/databases/sqlite__contacts.cdb |
|
71 // Contacts Platsec |
|
72 ../tsrcsql/SQLite__Contacts58920.cdb z:/core-apps/app-engines/cntmodel/databases/sqlite__contacts58920.cdb |
|
73 //t_viewcontactid |
|
74 //../tsrc/databases/SQLite__T_ViewContactId_10000_Contacts.cdb z:/core-apps/app-engines/cntmodel/databases/SQLite__T_ViewContactId_10000_Contacts.cdb |
|
75 |
|
76 ./cntmodelteftest.iby /epoc32/rom/include/cntmodelteftest.iby |