testdev/ite/src/com.nokia.testfw.codegen/src/templates/SymbianUnitTest/group/ut_${project_name}.mmp
changeset 1 96906a986c3b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdev/ite/src/com.nokia.testfw.codegen/src/templates/SymbianUnitTest/group/ut_${project_name}.mmp	Tue Mar 30 14:39:29 2010 +0800
@@ -0,0 +1,54 @@
+/*
+* Copyright (c) 2010 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:   
+*
+*/
+
+
+TARGET        ut_${project_name}.dll
+TARGETTYPE    dll
+UID           0x20022E76 ${UID3}
+
+MACRO         SYMBIAN_UNIT_TEST
+
+// [Test Case Source] Begin - Do not remove
+SOURCEPATH    ../src
+SOURCE        dllEntry.cpp
+//!!//!![Repeat Section Begin]::// [Test Case Source]
+//!!foreach( ${class_object} in ${project_object.Children})
+SOURCE        ut_${class_object.Name}.cpp
+//!!end
+//!!//!![Repeat Section End]::// [Test Case Source]
+// [Test Case Source] End - Do not remove
+
+USERINCLUDE   ../inc
+//!!foreach( ${include} in ${user_include})
+USERINCLUDE   ${include}
+//!!end
+
+//!!foreach( ${include} in ${system_include})
+SYSTEMINCLUDE ${include}
+//!!end
+SYSTEMINCLUDE /epoc32/include/symbianunittest
+
+//!!foreach( ${lib} in ${library})
+LIBRARY       ${lib}
+//!!end
+LIBRARY       symbianunittestfw.lib
+
+VENDORID 0x101FB657
+
+CAPABILITY    ALL -TCB
+
+