traceservices/tracefw/integ_test/ost/TEF/perfdevicedriver/group/te_perfdrvdisabled.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/traceservices/tracefw/integ_test/ost/TEF/perfdevicedriver/group/te_perfdrvdisabled.mmp	Fri Jan 22 11:06:30 2010 +0200
@@ -0,0 +1,65 @@
+// Copyright (c) 2007-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:
+// e32\drivers\trace\tracek.mmp
+//
+
+#include <kernel/kern_ext.mmh>
+#include    <platform/opensystemtrace.mmh>
+
+MACRO TE_UPT_TRACE_DISABLED
+
+target			te_optostdddisabled.ldd
+targettype		ldd
+UID				0x100000af 0x10287233
+VENDORID		0x70000001
+capability		all
+
+SYSTEMINCLUDE		/epoc32/include/test
+SYSTEMINCLUDE		/epoc32/include/ecom
+SYSTEMINCLUDE   	/epoc32/include/kernel
+
+
+USERINCLUDE			../inc/
+USERINCLUDE			../../te_ostv2integsuite_common/inc/
+USERINCLUDE			../../te_ostv2integsuite_functional/inc/
+USERINCLUDE			../../te_ostv2integsuite_performance/inc/
+USERINCLUDE			../../te_ostv2integsuite_performance/inc/sanity
+USERINCLUDE			../../te_ostv2integsuite_performance/inc/timer
+	
+SOURCEPATH			../../te_ostv2integsuite_common/src/
+SOURCE				te_apirunconfig.cpp
+
+SOURCEPATH			../src/
+SOURCE				te_drv.cpp
+
+SOURCEPATH			../../te_ostv2integsuite_performance/src/
+SOURCE				timer/te_perfkerneltimer.cpp
+SOURCE 				sanity/te_perfsanityhelpers.cpp
+SOURCE 				sanity/te_perfsanitytimer.cpp
+
+#ifndef WINSCW	
+SOURCE				te_cacheflush.s 
+SOURCE				te_stackinfo.s
+#endif
+
+
+EPOCALLOWDLLDATA
+
+start wins
+win32_headers
+end
+
+SMPSAFE
+
+