kernel/eka/drivers/iic/iic_channel.mmh
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
--- a/kernel/eka/drivers/iic/iic_channel.mmh	Thu Dec 17 09:24:54 2009 +0200
+++ 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