kernel/eka/drivers/iic/iic_channel.mmh
changeset 33 0173bcd7697c
parent 0 a41df078684a
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
    22 systeminclude       .
    22 systeminclude       .
    23 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
    23 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
    24 #endif
    24 #endif
    25 
    25 
    26 #ifdef STANDALONE_CHANNEL
    26 #ifdef STANDALONE_CHANNEL
    27 #define IIC_PIL_SOURCE	iic_channel.cpp iic_transaction.cpp
    27 	#define IIC_PIL_SOURCE	iic_channel.cpp iic_transaction.cpp
    28 #else
    28 #else
       
    29 	#ifndef IIC_SIMULATED_PSL
       
    30 		library		iic.lib
       
    31 	#else
       
    32 		library		iic_testpsl.lib
       
    33 	#endif
    29 #define IIC_PIL_SOURCE iic_channel.cpp
    34 #define IIC_PIL_SOURCE iic_channel.cpp
    30 #endif
    35 #endif
    31 
    36 
    32 capability          all
    37 capability          all
    33 
    38