summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-20 15:25:36 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-11-20 15:25:36 -0800
commit56fb84c586e4662b98631378657b2b6bc3e2cc8c (patch)
treee45675d4030e3448d882e3cf77f42a7735e026ff
parent1a4d4d14a6d0e618bbd11458446a3f9474612c99 (diff)
parent25d529fe8c40bb19c1db7a71d3feb466436632c8 (diff)
downloadlibbt-56fb84c586e4662b98631378657b2b6bc3e2cc8c.tar.gz
Merge "Remove obsolete device-specific files"
am: 25d529fe8c Change-Id: Ifbed1f6286a61629a8c9c8a4be1f2552244cf1be
-rw-r--r--Android.mk13
-rw-r--r--conf/asus/grouper/Android.mk14
-rw-r--r--conf/asus/grouper/bt_vendor.conf5
-rw-r--r--conf/moto/wingray/Android.mk14
-rw-r--r--conf/moto/wingray/bt_vendor.conf5
-rw-r--r--conf/samsung/crespo/Android.mk14
-rw-r--r--conf/samsung/crespo/bt_vendor.conf5
-rw-r--r--conf/samsung/crespo4g/Android.mk14
-rw-r--r--conf/samsung/crespo4g/bt_vendor.conf5
-rw-r--r--conf/samsung/maguro/Android.mk14
-rw-r--r--conf/samsung/maguro/bt_vendor.conf5
-rw-r--r--include/vnd_angler.txt17
-rw-r--r--include/vnd_crespo.txt8
-rw-r--r--include/vnd_crespo4g.txt8
-rw-r--r--include/vnd_dragon.txt10
-rw-r--r--include/vnd_flounder.txt10
-rw-r--r--include/vnd_flounder64.txt10
-rw-r--r--include/vnd_flounder_lte.txt10
-rw-r--r--include/vnd_fugu.txt11
-rw-r--r--include/vnd_grouper.txt10
-rw-r--r--include/vnd_hammerhead.txt15
-rw-r--r--include/vnd_maguro.txt8
-rw-r--r--include/vnd_mako.txt8
-rw-r--r--include/vnd_manta.txt10
-rw-r--r--include/vnd_shamu.txt14
-rw-r--r--include/vnd_stingray.txt8
-rw-r--r--include/vnd_tilapia.txt10
-rw-r--r--include/vnd_toro.txt9
-rw-r--r--include/vnd_tuna.txt9
-rw-r--r--include/vnd_wingray.txt8
30 files changed, 0 insertions, 301 deletions
diff --git a/Android.mk b/Android.mk
index 6cea8f1..050eaa9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -63,17 +63,4 @@ include $(LOCAL_PATH)/vnd_buildcfg.mk
include $(BUILD_SHARED_LIBRARY)
-ifeq ($(TARGET_PRODUCT), full_maguro)
- include $(LOCAL_PATH)/conf/samsung/maguro/Android.mk
-endif
-ifeq ($(TARGET_PRODUCT), full_crespo)
- include $(LOCAL_PATH)/conf/samsung/crespo/Android.mk
-endif
-ifeq ($(TARGET_PRODUCT), full_crespo4g)
- include $(LOCAL_PATH)/conf/samsung/crespo4g/Android.mk
-endif
-ifeq ($(TARGET_PRODUCT), full_wingray)
- include $(LOCAL_PATH)/conf/moto/wingray/Android.mk
-endif
-
endif # BOARD_HAVE_BLUETOOTH_BCM
diff --git a/conf/asus/grouper/Android.mk b/conf/asus/grouper/Android.mk
deleted file mode 100644
index 974e213..0000000
--- a/conf/asus/grouper/Android.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := bt_vendor.conf
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
-
-LOCAL_MODULE_TAGS := eng
-
-LOCAL_SRC_FILES := $(LOCAL_MODULE)
-
-include $(BUILD_PREBUILT)
-
diff --git a/conf/asus/grouper/bt_vendor.conf b/conf/asus/grouper/bt_vendor.conf
deleted file mode 100644
index 94fa0cd..0000000
--- a/conf/asus/grouper/bt_vendor.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# UART device port where Bluetooth controller is attached
-UartPort = /dev/ttyHS2
-
-# Firmware patch file location
-FwPatchFilePath = /etc/firmware/
diff --git a/conf/moto/wingray/Android.mk b/conf/moto/wingray/Android.mk
deleted file mode 100644
index 974e213..0000000
--- a/conf/moto/wingray/Android.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := bt_vendor.conf
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
-
-LOCAL_MODULE_TAGS := eng
-
-LOCAL_SRC_FILES := $(LOCAL_MODULE)
-
-include $(BUILD_PREBUILT)
-
diff --git a/conf/moto/wingray/bt_vendor.conf b/conf/moto/wingray/bt_vendor.conf
deleted file mode 100644
index 94fa0cd..0000000
--- a/conf/moto/wingray/bt_vendor.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# UART device port where Bluetooth controller is attached
-UartPort = /dev/ttyHS2
-
-# Firmware patch file location
-FwPatchFilePath = /etc/firmware/
diff --git a/conf/samsung/crespo/Android.mk b/conf/samsung/crespo/Android.mk
deleted file mode 100644
index 974e213..0000000
--- a/conf/samsung/crespo/Android.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := bt_vendor.conf
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
-
-LOCAL_MODULE_TAGS := eng
-
-LOCAL_SRC_FILES := $(LOCAL_MODULE)
-
-include $(BUILD_PREBUILT)
-
diff --git a/conf/samsung/crespo/bt_vendor.conf b/conf/samsung/crespo/bt_vendor.conf
deleted file mode 100644
index 1f471ca..0000000
--- a/conf/samsung/crespo/bt_vendor.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# UART device port where Bluetooth controller is attached
-UartPort = /dev/s3c2410_serial0
-
-# Firmware patch file location
-FwPatchFilePath = /vendor/firmware/
diff --git a/conf/samsung/crespo4g/Android.mk b/conf/samsung/crespo4g/Android.mk
deleted file mode 100644
index 974e213..0000000
--- a/conf/samsung/crespo4g/Android.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := bt_vendor.conf
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
-
-LOCAL_MODULE_TAGS := eng
-
-LOCAL_SRC_FILES := $(LOCAL_MODULE)
-
-include $(BUILD_PREBUILT)
-
diff --git a/conf/samsung/crespo4g/bt_vendor.conf b/conf/samsung/crespo4g/bt_vendor.conf
deleted file mode 100644
index 1f471ca..0000000
--- a/conf/samsung/crespo4g/bt_vendor.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# UART device port where Bluetooth controller is attached
-UartPort = /dev/s3c2410_serial0
-
-# Firmware patch file location
-FwPatchFilePath = /vendor/firmware/
diff --git a/conf/samsung/maguro/Android.mk b/conf/samsung/maguro/Android.mk
deleted file mode 100644
index 974e213..0000000
--- a/conf/samsung/maguro/Android.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := bt_vendor.conf
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
-
-LOCAL_MODULE_TAGS := eng
-
-LOCAL_SRC_FILES := $(LOCAL_MODULE)
-
-include $(BUILD_PREBUILT)
-
diff --git a/conf/samsung/maguro/bt_vendor.conf b/conf/samsung/maguro/bt_vendor.conf
deleted file mode 100644
index d5547eb..0000000
--- a/conf/samsung/maguro/bt_vendor.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# UART device port where Bluetooth controller is attached
-UartPort = /dev/ttyO1
-
-# Firmware patch file location
-FwPatchFilePath = /vendor/firmware/
diff --git a/include/vnd_angler.txt b/include/vnd_angler.txt
deleted file mode 100644
index 8d7b271..0000000
--- a/include/vnd_angler.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-BT_WAKE_VIA_PROC = TRUE
-BT_WAKE_VIA_PROC_NOTIFY_DEASSERT=TRUE
-PROC_BTWRITE_TIMER_TIMEOUT_MS = 0
-UART_TARGET_BAUD_RATE = 3000000
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-LPM_HC_IDLE_THRESHOLD = 24
-LPM_IDLE_THRESHOLD = 24
-LPM_BT_WAKE_POLARITY = 0
-LPM_HOST_WAKE_POLARITY = 0
-SCO_USE_I2S_INTERFACE = FALSE
-SCO_I2SPCM_IF_ROLE = 0
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_crespo.txt b/include/vnd_crespo.txt
deleted file mode 100644
index 2ba0780..0000000
--- a/include/vnd_crespo.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/s3c2410_serial0"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_PCM_IF_CLOCK_RATE = 0
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_crespo4g.txt b/include/vnd_crespo4g.txt
deleted file mode 100644
index 2ba0780..0000000
--- a/include/vnd_crespo4g.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/s3c2410_serial0"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_PCM_IF_CLOCK_RATE = 0
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_dragon.txt b/include/vnd_dragon.txt
deleted file mode 100644
index 881efa0..0000000
--- a/include/vnd_dragon.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = FALSE
-SCO_PCM_IF_CLOCK_RATE = 3
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-BT_WAKE_VIA_PROC = FALSE
-BT_WAKE_VIA_USERIAL_IOCTL = TRUE
-UART_TARGET_BAUD_RATE = 3000000
-UPIO_DBG = FALSE
diff --git a/include/vnd_flounder.txt b/include/vnd_flounder.txt
deleted file mode 100644
index a366b9c..0000000
--- a/include/vnd_flounder.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-VENDOR_BTWRITE_PROC_NODE = "/proc/bluetooth/sleep/lpm"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = FALSE
-SCO_PCM_IF_CLOCK_RATE = 3
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-BT_WAKE_VIA_PROC_NOTIFY_DEASSERT = TRUE
-BT_WAKE_VIA_PROC = TRUE
-UPIO_DBG = FALSE
diff --git a/include/vnd_flounder64.txt b/include/vnd_flounder64.txt
deleted file mode 100644
index a366b9c..0000000
--- a/include/vnd_flounder64.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-VENDOR_BTWRITE_PROC_NODE = "/proc/bluetooth/sleep/lpm"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = FALSE
-SCO_PCM_IF_CLOCK_RATE = 3
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-BT_WAKE_VIA_PROC_NOTIFY_DEASSERT = TRUE
-BT_WAKE_VIA_PROC = TRUE
-UPIO_DBG = FALSE
diff --git a/include/vnd_flounder_lte.txt b/include/vnd_flounder_lte.txt
deleted file mode 100644
index a366b9c..0000000
--- a/include/vnd_flounder_lte.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-VENDOR_BTWRITE_PROC_NODE = "/proc/bluetooth/sleep/lpm"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = FALSE
-SCO_PCM_IF_CLOCK_RATE = 3
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-BT_WAKE_VIA_PROC_NOTIFY_DEASSERT = TRUE
-BT_WAKE_VIA_PROC = TRUE
-UPIO_DBG = FALSE
diff --git a/include/vnd_fugu.txt b/include/vnd_fugu.txt
deleted file mode 100644
index fa04a78..0000000
--- a/include/vnd_fugu.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyMFD0"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-BT_WAKE_VIA_PROC = FALSE
-BT_WAKE_VIA_USERIAL_IOCTL = FALSE
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
-SCO_PCM_IF_CLOCK_RATE = 2
-USE_CONTROLLER_BDADDR = FALSE
diff --git a/include/vnd_grouper.txt b/include/vnd_grouper.txt
deleted file mode 100644
index 3e4d71c..0000000
--- a/include/vnd_grouper.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS2"
-FW_PATCHFILE_LOCATION = "/etc/firmware/"
-BT_WAKE_VIA_PROC = TRUE
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
-SCO_PCM_IF_CLOCK_RATE = 2
-USE_CONTROLLER_BDADDR = TRUE
diff --git a/include/vnd_hammerhead.txt b/include/vnd_hammerhead.txt
deleted file mode 100644
index 20013e9..0000000
--- a/include/vnd_hammerhead.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS99"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-BT_WAKE_VIA_PROC = TRUE
-PROC_BTWRITE_TIMER_TIMEOUT_MS = 4000
-UART_TARGET_BAUD_RATE = 4000000
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-LPM_BT_WAKE_POLARITY = 0
-LPM_HOST_WAKE_POLARITY = 0
-SCO_USE_I2S_INTERFACE = FALSE
-SCO_WBS_SAMPLE_RATE = 0
-SCO_I2SPCM_IF_ROLE = 0
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_maguro.txt b/include/vnd_maguro.txt
deleted file mode 100644
index 18964f2..0000000
--- a/include/vnd_maguro.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = TRUE
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_mako.txt b/include/vnd_mako.txt
deleted file mode 100644
index 18964f2..0000000
--- a/include/vnd_mako.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = TRUE
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_manta.txt b/include/vnd_manta.txt
deleted file mode 100644
index b2809d1..0000000
--- a/include/vnd_manta.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttySAC0"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-UART_TARGET_BAUD_RATE = 921600
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = TRUE
-SCO_I2SPCM_IF_ROLE = 0
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_shamu.txt b/include/vnd_shamu.txt
deleted file mode 100644
index 1b93b2a..0000000
--- a/include/vnd_shamu.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-BT_WAKE_VIA_PROC = TRUE
-PROC_BTWRITE_TIMER_TIMEOUT_MS = 4000
-UART_TARGET_BAUD_RATE = 3000000
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-LPM_BT_WAKE_POLARITY = 0
-LPM_HOST_WAKE_POLARITY = 0
-SCO_USE_I2S_INTERFACE = FALSE
-SCO_I2SPCM_IF_ROLE = 0
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_stingray.txt b/include/vnd_stingray.txt
deleted file mode 100644
index f5eb1d0..0000000
--- a/include/vnd_stingray.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS2"
-FW_PATCHFILE_LOCATION = "/etc/firmware/"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
-SCO_PCM_IF_CLOCK_RATE = 2
diff --git a/include/vnd_tilapia.txt b/include/vnd_tilapia.txt
deleted file mode 100644
index 3e4d71c..0000000
--- a/include/vnd_tilapia.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS2"
-FW_PATCHFILE_LOCATION = "/etc/firmware/"
-BT_WAKE_VIA_PROC = TRUE
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
-SCO_PCM_IF_CLOCK_RATE = 2
-USE_CONTROLLER_BDADDR = TRUE
diff --git a/include/vnd_toro.txt b/include/vnd_toro.txt
deleted file mode 100644
index 43e790c..0000000
--- a/include/vnd_toro.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-BT_WAKE_VIA_USERIAL_IOCTL = TRUE
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = TRUE
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_tuna.txt b/include/vnd_tuna.txt
deleted file mode 100644
index 43e790c..0000000
--- a/include/vnd_tuna.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1"
-FW_PATCHFILE_LOCATION = "/vendor/firmware/"
-BT_WAKE_VIA_USERIAL_IOCTL = TRUE
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-SCO_USE_I2S_INTERFACE = TRUE
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
diff --git a/include/vnd_wingray.txt b/include/vnd_wingray.txt
deleted file mode 100644
index f5eb1d0..0000000
--- a/include/vnd_wingray.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS2"
-FW_PATCHFILE_LOCATION = "/etc/firmware/"
-LPM_IDLE_TIMEOUT_MULTIPLE = 5
-BTVND_DBG = FALSE
-BTHW_DBG = TRUE
-VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE
-SCO_PCM_IF_CLOCK_RATE = 2