emulator/emulatorbsp/test/exdriver/exdriver_pio/group/d_expio_pdd_emul.mmp
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Example reference driver PDD project file for emulator target
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file d_expio_pdd_emul.mmp
       
    20 */
       
    21  
       
    22 // includes variant. mmh, which contains definitions to determine
       
    23 // the CPU Core Type, the Memory Model and Name for this Variant 
       
    24 #include "../../../variant_test.mmh"
       
    25 
       
    26 // includes all the necessary information to build a kernel Debug Agent
       
    27 #include "kernel/kern_ext.mmh"
       
    28 
       
    29 // name of the target
       
    30 target			VariantTarget(d_expio_pdd,pdd)
       
    31 // type of the target
       
    32 targettype		pdd
       
    33 
       
    34 // source path and files
       
    35 sourcepath		../../../../../../../kernelhwsrv/kerneltest/e32test/examples/exdriver/exdriver_pio/src
       
    36 source			d_expio_pdd.cpp
       
    37 sourcepath		../src
       
    38 source			d_expio_emul.cpp
       
    39 
       
    40 // include path and files
       
    41 USERINCLUDE		../inc
       
    42 USERINCLUDE		../../../../../../../kernelhwsrv/kerneltest/e32test/examples/exdriver/exdriver_pio/inc
       
    43 
       
    44 // uid of this binary
       
    45 uid				0x100039d0
       
    46 
       
    47 // platsec capabilities
       
    48 capability		all
       
    49 
       
    50 // macros to be enabled at compile time
       
    51 macro			_EXDRIVER_DEBUG_
       
    52 
       
    53 start wins
       
    54 baseaddress		0x59000000
       
    55 win32_library	kernel32.lib
       
    56 end
       
    57 
       
    58 //
       
    59 // End of d_expio_pdd.mmp