--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookengines/contactsmodel/tsrc/cntplsql/group/t_cntplsql.mmp Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,74 @@
+// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// 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_cpplpredictivesearchtable.cpp
+
+// Code that is tested
+SOURCEPATH ../../../cntplsql/src
+SOURCE cpcskeymap.cpp
+SOURCE cpplpredictivesearchtable.cpp
+// Other required code
+SOURCE cntsqlprovider.cpp
+
+USERINCLUDE ../../../cntplsql/inc
+USERINCLUDE ../../../cntsrv/inc
+
+#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
+LIBRARY sqldb.lib
+LIBRARY cntmodel.lib // CContactItem
+LIBRARY HbCore.lib
+LIBRARY qtcore.lib
+LIBRARY libstdcppv5.lib
+LIBRARY libc.lib
+LIBRARY libm.lib
+
+STDCPP