kerneltest/e32test/iic/iic_psl/spi.mmp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // e32test/iic/iic_psl/spi.mmp
    14 // e32test/iic/iic_psl/spi.mmp
    15 //
    15 //
    16 
    16 
       
    17 macro IIC_SIMULATED_PSL
       
    18 #define IIC_SIMULATED_PSL /*Only for iic_channel.mmh to pick up the needed iic_testpsl.lib*/
    17 #include "../../../../kernel/eka/drivers/iic/iic_channel.mmh"
    19 #include "../../../../kernel/eka/drivers/iic/iic_channel.mmh"
    18 
    20 
    19 target          spi.pdd
    21 target          spi.pdd
    20 targettype      pdd
    22 targettype      pdd
    21 
    23 
    23 source		IIC_PIL_SOURCE
    25 source		IIC_PIL_SOURCE
    24 
    26 
    25 sourcepath		.
    27 sourcepath		.
    26 source          spi.cpp
    28 source          spi.cpp
    27 
    29 
    28 macro IIC_SIMULATED_PSL
       
    29 macro BUS_TYPE=(DIicBusChannel::ESpi)
    30 macro BUS_TYPE=(DIicBusChannel::ESpi)
    30 
    31 
    31 // Select the mode to build
    32 // Select the mode to build
    32 // For Master-Slave mode, uncomment both of the two lines that follow
    33 // For Master-Slave mode, uncomment both of the two lines that follow
    33 macro MASTER_MODE
    34 macro MASTER_MODE
    37 //macro LOG_SPI
    38 //macro LOG_SPI
    38 
    39 
    39 // un-comment the following if BTRACE output is required
    40 // un-comment the following if BTRACE output is required
    40 macro IIC_INSTRUMENTATION_MACRO
    41 macro IIC_INSTRUMENTATION_MACRO
    41 
    42 
    42 library iic_testpsl.lib
    43 // library iic_testpsl.lib	// commented out as this iic_testpsl.lib is now included from iic_channel.mmh
    43 
    44 
    44 uid			0x100039d0 0x10286b51
    45 uid			0x100039d0 0x10286b51
    45 VENDORID 0x70000001
    46 VENDORID 0x70000001
    46 
    47 
    47 //library				ecust.lib
    48 //library				ecust.lib