kerneltest/e32test/iic/iic_psl/i2c.mmp
changeset 6 0173bcd7697c
parent 0 a41df078684a
equal deleted inserted replaced
4:56f325a607ea 6:0173bcd7697c
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // e32test/iic/iic_psl/i2c.mmp
    14 // e32test/iic/iic_psl/i2c.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          i2c.pdd
    21 target          i2c.pdd
    20 targettype      pdd
    22 targettype      pdd
    21 
    23 
    25 sourcepath		.
    27 sourcepath		.
    26 source          i2c.cpp
    28 source          i2c.cpp
    27 
    29 
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 
    31 
    30 macro IIC_SIMULATED_PSL
       
    31 macro BUS_TYPE=(DIicBusChannel::EI2c)
    32 macro BUS_TYPE=(DIicBusChannel::EI2c)
    32 
    33 
    33 // Select the mode to build
    34 // Select the mode to build
    34 // For Master-Slave mode, uncomment both of the two lines that follow
    35 // For Master-Slave mode, uncomment both of the two lines that follow
    35 macro MASTER_MODE
    36 macro MASTER_MODE
    39 //macro LOG_I2C
    40 //macro LOG_I2C
    40 
    41 
    41 // un-comment the following if BTRACE output is required
    42 // un-comment the following if BTRACE output is required
    42 macro IIC_INSTRUMENTATION_MACRO
    43 macro IIC_INSTRUMENTATION_MACRO
    43 
    44 
    44 library iic_testpsl.lib
    45 // library iic_testpsl.lib	// commented out as this iic_testpsl.lib is now included from iic_channel.mmh
    45 
    46 
    46 uid			0x100039d0 0x10286b50
    47 uid			0x100039d0 0x10286b50
    47 VENDORID 0x70000001
    48 VENDORID 0x70000001
    48 
    49 
    49 //library				ecust.lib
    50 //library				ecust.lib