summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/contactsmodel/tsrc/cntplsql/group/t_cntplsql.mmp
blob: 75cb43e71210ab01f255f44292be0e0d0b038c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
// Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
// Contact: http://www.qt-project.org/legal
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// cntvcard.dll Contacts vCard parser
// 
//

#include <platform_paths.hrh>
#include <digia/eunit/eunitcaps.h>

TARGET          t_cntplsql.dll
TARGETTYPE      dll
EPOCALLOWDLLDATA
TARGETPATH      /DigiaEUnit/Tests
UID             0x1000af5a 0x01700125

CAPABILITY      EUNIT_CAPS
VENDORID        VID_DEFAULT

//add this manually to CW compiler flags when debug statements
//are not wanted to be part of the code coverage
MACRO           EUNIT_UNIT_TEST_COVERAGE

// Unit test code
SOURCEPATH      ../src
SOURCE          dllmain.cpp
SOURCE          t_cpcskeymap.cpp
SOURCE          t_cqwertykeymap.cpp
SOURCE          t_ckoreankeymap.cpp
SOURCE          t_cpplpredictivesearchtable.cpp
SOURCE          t_cqwertypredictivesearchtable.cpp
SOURCE          t_cpredictivesearchsettingstable.cpp
 
// Code that is tested
SOURCEPATH      ../../../cntplsql/src
SOURCE          cpcskeymap.cpp
SOURCE          c12keykeymap.cpp
SOURCE          cqwertykeymap.cpp
SOURCE          ckoreankeymap.cpp
SOURCE          cpplpredictivesearchtable.cpp
SOURCE          c12keypredictivesearchtable.cpp
SOURCE          cqwertypredictivesearchtable.cpp
SOURCE          cpredictivesearchsettingstable.cpp
SOURCE          cpredictivesearchsynchronizer.cpp
// Other required code
SOURCE          cntsqlprovider.cpp

USERINCLUDE     ../../../cntplsql/inc
USERINCLUDE     ../../../cntsrv/inc


APP_LAYER_SYSTEMINCLUDE
#if defined ( OS_LAYER_SYSTEMINCLUDE )
OS_LAYER_SYSTEMINCLUDE
#else
SYSTEMINCLUDE   /epoc32/include
#endif

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE		/epoc32/include/mw/QtCore
SYSTEMINCLUDE		/epoc32/include/stdapis
SYSTEMINCLUDE		/epoc32/include/stdapis/stlportv5
SYSTEMINCLUDE		/epoc32/include/mw/hb/hbcore
SYSTEMINCLUDE		/epoc32/include/mw/hb/hbinput

LIBRARY         eunit.lib
LIBRARY         euser.lib
LIBRARY         bafl.lib	 // CDes16Array
LIBRARY         sqldb.lib	 // RSql*
LIBRARY         cntmodel.lib // CContactItem
LIBRARY			QtCore.lib
LIBRARY			hbcore.lib	 // Orbit keymap
LIBRARY     	libstdcppv5.lib
LIBRARY     	libc.lib
LIBRARY     	libm.lib
LIBRARY         efsrv.lib	 // For copying DB file

//OPTION ARMCC --visibility_inlines_hidden

STDCPP