|
1 // Copyright (c) 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 // cntvcard.dll Contacts vCard parser |
|
15 // |
|
16 // |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <digia/eunit/eunitcaps.h> |
|
20 |
|
21 TARGET t_cntplsql.dll |
|
22 TARGETTYPE dll |
|
23 EPOCALLOWDLLDATA |
|
24 TARGETPATH /DigiaEUnit/Tests |
|
25 UID 0x1000af5a 0x01700125 |
|
26 |
|
27 CAPABILITY EUNIT_CAPS |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 //add this manually to CW compiler flags when debug statements |
|
31 //are not wanted to be part of the code coverage |
|
32 MACRO EUNIT_UNIT_TEST_COVERAGE |
|
33 |
|
34 // Unit test code |
|
35 SOURCEPATH ../src |
|
36 SOURCE dllmain.cpp |
|
37 SOURCE t_cpcskeymap.cpp |
|
38 SOURCE t_cpplpredictivesearchtable.cpp |
|
39 |
|
40 // Code that is tested |
|
41 SOURCEPATH ../../../cntplsql/src |
|
42 SOURCE cpcskeymap.cpp |
|
43 SOURCE cpplpredictivesearchtable.cpp |
|
44 // Other required code |
|
45 SOURCE cntsqlprovider.cpp |
|
46 |
|
47 USERINCLUDE ../../../cntplsql/inc |
|
48 USERINCLUDE ../../../cntsrv/inc |
|
49 |
|
50 #if defined ( OS_LAYER_SYSTEMINCLUDE ) |
|
51 OS_LAYER_SYSTEMINCLUDE |
|
52 #else |
|
53 SYSTEMINCLUDE /epoc32/include |
|
54 #endif |
|
55 |
|
56 MW_LAYER_SYSTEMINCLUDE |
|
57 SYSTEMINCLUDE /epoc32/include/mw/QtCore |
|
58 SYSTEMINCLUDE /epoc32/include/stdapis |
|
59 SYSTEMINCLUDE /epoc32/include/stdapis/stlportv5 |
|
60 SYSTEMINCLUDE /epoc32/include/mw/hb/hbcore |
|
61 SYSTEMINCLUDE /epoc32/include/mw/hb/hbinput |
|
62 |
|
63 LIBRARY eunit.lib |
|
64 LIBRARY euser.lib |
|
65 LIBRARY bafl.lib |
|
66 LIBRARY sqldb.lib |
|
67 LIBRARY cntmodel.lib // CContactItem |
|
68 LIBRARY HbCore.lib |
|
69 LIBRARY qtcore.lib |
|
70 LIBRARY libstdcppv5.lib |
|
71 LIBRARY libc.lib |
|
72 LIBRARY libm.lib |
|
73 |
|
74 STDCPP |