bthci/hci2implementations/group/hci_implementation.iby
branchbroadcom_h4
changeset 37 f53839ff73b7
parent 0 29b1cd4cb562
--- a/bthci/hci2implementations/group/hci_implementation.iby	Tue Feb 02 01:12:20 2010 +0200
+++ b/bthci/hci2implementations/group/hci_implementation.iby	Wed Jul 28 17:24:32 2010 +0100
@@ -26,20 +26,25 @@
 #define HCI_PLUGIN ECOM_PLUGIN
 #endif
 
+
 #include <corehci_symbian.iby>
 #include <commandsevents_symbian.iby>
 #include <hci_qdp_symbian.iby>
 
 #ifdef HCI_TI
-
 #include <hctl_ti.iby>
 #include <hci_initialisor_ti.iby>
-
-#else // CSR + Default
-
+#elif defined HCI_BRCM
+#include <Broadcom_Hctl_H4.iby>
+#include <initialisor_brcm.iby>
+#else
 #include <hctl_bcsp.iby>
 #include <initialisor_symbian.iby>
-
 #endif
 
+
 #endif //  HCI_IMPLMENTATION_IBY
+
+
+
+