kernel/eka/drivers/iic/iic_channel.mmh
branchanywhere
changeset 41 d32f34975bbf
parent 33 0173bcd7697c
--- a/kernel/eka/drivers/iic/iic_channel.mmh	Mon Feb 01 19:40:00 2010 +0100
+++ b/kernel/eka/drivers/iic/iic_channel.mmh	Mon Feb 01 19:49:38 2010 +0100
@@ -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