kernel/eka/drivers/iic/iic_channel.mmh
changeset 33 0173bcd7697c
parent 0 a41df078684a
--- a/kernel/eka/drivers/iic/iic_channel.mmh	Wed Dec 23 11:43:31 2009 +0000
+++ b/kernel/eka/drivers/iic/iic_channel.mmh	Thu Jan 07 13:38:45 2010 +0200
@@ -24,8 +24,13 @@
 #endif
 
 #ifdef STANDALONE_CHANNEL
-#define IIC_PIL_SOURCE	iic_channel.cpp iic_transaction.cpp
+	#define IIC_PIL_SOURCE	iic_channel.cpp iic_transaction.cpp
 #else
+	#ifndef IIC_SIMULATED_PSL
+		library		iic.lib
+	#else
+		library		iic_testpsl.lib
+	#endif
 #define IIC_PIL_SOURCE iic_channel.cpp
 #endif