kerneltest/e32test/group/dmasim.mmp
changeset 0 a41df078684a
child 33 0173bcd7697c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kerneltest/e32test/group/dmasim.mmp	Mon Oct 19 15:55:17 2009 +0100
@@ -0,0 +1,56 @@
+// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of the License "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:
+//
+
+#include "kernel/kern_ext.mmh"
+
+target		dmasim.dll
+#ifdef WINS
+//
+// We don't want to add dmasim to the hardcoded list of kernel
+// extensions in the WINS variant (to avoid creating a dependency of
+// WINS/E32 on E32TEST) and it would be painful to force everybody to
+// start the emulator with magic options in order to run the E32TEST
+// suite.
+// 
+// Therefore dmasim is a LDD on WINS, loaded by the user-side test
+// harness.
+//
+targettype	ldd
+#else
+targettype	kext
+#endif
+
+sourcepath	../../../kernel/eka/drivers/dma
+source		dmapil.cpp
+sourcepath	../dma
+source		dmasim.cpp
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+
+deffile		../~/dmasim.def
+
+epocallowdlldata
+
+start wins
+win32_headers
+end
+
+capability	all
+
+macro		__DMASIM__
+
+
+VENDORID 0x70000001