os/kernelhwsrv/kerneltest/e32test/iic/iic_psl/spi.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 the License "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 // e32test/iic/iic_psl/spi.mmp
    15 //
    16 
    17 macro IIC_SIMULATED_PSL
    18 #define IIC_SIMULATED_PSL /*Only for iic_channel.mmh to pick up the needed iic_testpsl.lib*/
    19 #include "../../../../kernel/eka/drivers/iic/iic_channel.mmh"
    20 
    21 target          spi.pdd
    22 targettype      pdd
    23 
    24 sourcepath	../../../../kernel/eka/drivers/iic
    25 source		IIC_PIL_SOURCE
    26 
    27 sourcepath		.
    28 source          spi.cpp
    29 
    30 macro BUS_TYPE=(DIicBusChannel::ESpi)
    31 
    32 // Select the mode to build
    33 // For Master-Slave mode, uncomment both of the two lines that follow
    34 macro MASTER_MODE
    35 macro SLAVE_MODE
    36 
    37 // un-comment the following if debug printing is required
    38 //macro LOG_SPI
    39 
    40 // un-comment the following if BTRACE output is required
    41 macro IIC_INSTRUMENTATION_MACRO
    42 
    43 // library iic_testpsl.lib	// commented out as this iic_testpsl.lib is now included from iic_channel.mmh
    44 
    45 uid			0x100039d0 0x10286b51
    46 VENDORID 0x70000001
    47 
    48 //library				ecust.lib
    49 #ifdef WINS
    50 library				emulator.lib
    51 #endif 
    52 
    53 start wins
    54 win32_library			kernel32.lib
    55 #if defined(VC32)
    56 win32_library			msvcrt.lib
    57 #endif
    58 end
    59 
    60 SMPSAFE
    61