diff -r 000000000000 -r cec860690d41 emulator/emulatorbsp/test/exdriver/exdriver_pio/group/d_expio_pdd_emul.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emulator/emulatorbsp/test/exdriver/exdriver_pio/group/d_expio_pdd_emul.mmp Tue Feb 02 01:39:10 2010 +0200 @@ -0,0 +1,59 @@ +// 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: +// Example reference driver PDD project file for emulator target +// +// + +/** + @file d_expio_pdd_emul.mmp +*/ + +// includes variant. mmh, which contains definitions to determine +// the CPU Core Type, the Memory Model and Name for this Variant +#include "../../../variant_test.mmh" + +// includes all the necessary information to build a kernel Debug Agent +#include "kernel/kern_ext.mmh" + +// name of the target +target VariantTarget(d_expio_pdd,pdd) +// type of the target +targettype pdd + +// source path and files +sourcepath ../../../../../../../kernelhwsrv/kerneltest/e32test/examples/exdriver/exdriver_pio/src +source d_expio_pdd.cpp +sourcepath ../src +source d_expio_emul.cpp + +// include path and files +USERINCLUDE ../inc +USERINCLUDE ../../../../../../../kernelhwsrv/kerneltest/e32test/examples/exdriver/exdriver_pio/inc + +// uid of this binary +uid 0x100039d0 + +// platsec capabilities +capability all + +// macros to be enabled at compile time +macro _EXDRIVER_DEBUG_ + +start wins +baseaddress 0x59000000 +win32_library kernel32.lib +end + +// +// End of d_expio_pdd.mmp \ No newline at end of file