os/boardsupport/emulator/emulatorbsp/test/exdriver/exdriver_pio/group/d_expio_pdd_emul.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/boardsupport/emulator/emulatorbsp/test/exdriver/exdriver_pio/group/d_expio_pdd_emul.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,59 @@
     1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Example reference driver PDD project file for emulator target
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file d_expio_pdd_emul.mmp
    1.23 +*/
    1.24 + 
    1.25 +// includes variant. mmh, which contains definitions to determine
    1.26 +// the CPU Core Type, the Memory Model and Name for this Variant 
    1.27 +#include "../../../variant_test.mmh"
    1.28 +
    1.29 +// includes all the necessary information to build a kernel Debug Agent
    1.30 +#include "kernel/kern_ext.mmh"
    1.31 +
    1.32 +// name of the target
    1.33 +target			VariantTarget(d_expio_pdd,pdd)
    1.34 +// type of the target
    1.35 +targettype		pdd
    1.36 +
    1.37 +// source path and files
    1.38 +sourcepath		../../../../../../../kernelhwsrv/kerneltest/e32test/examples/exdriver/exdriver_pio/src
    1.39 +source			d_expio_pdd.cpp
    1.40 +sourcepath		../src
    1.41 +source			d_expio_emul.cpp
    1.42 +
    1.43 +// include path and files
    1.44 +USERINCLUDE		../inc
    1.45 +USERINCLUDE		../../../../../../../kernelhwsrv/kerneltest/e32test/examples/exdriver/exdriver_pio/inc
    1.46 +
    1.47 +// uid of this binary
    1.48 +uid				0x100039d0
    1.49 +
    1.50 +// platsec capabilities
    1.51 +capability		all
    1.52 +
    1.53 +// macros to be enabled at compile time
    1.54 +macro			_EXDRIVER_DEBUG_
    1.55 +
    1.56 +start wins
    1.57 +baseaddress		0x59000000
    1.58 +win32_library	kernel32.lib
    1.59 +end
    1.60 +
    1.61 +//
    1.62 +// End of d_expio_pdd.mmp
    1.63 \ No newline at end of file