diff options
author | Wink Saville <wink@google.com> | 2012-09-25 05:49:13 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2012-09-25 05:49:13 -0700 |
commit | 0c04d598f755c72cf9cca0eed41a43f1ec8e8697 (patch) | |
tree | 2371b38cd9cdff37a8c340d23319b866b4b7626a /libbt/conf/moto | |
parent | 60f0d406019cb4e9d48065e22891360969aa5966 (diff) | |
download | device_common-0c04d598f755c72cf9cca0eed41a43f1ec8e8697.tar.gz device_common-0c04d598f755c72cf9cca0eed41a43f1ec8e8697.tar.bz2 device_common-0c04d598f755c72cf9cca0eed41a43f1ec8e8697.zip |
Move libbt-vendor from vendor/broadcom/libbt-vendor
Bug: 6837125
Change-Id: Ic3cc73f210e40d95b131a68244dc9e60bae80f37
Diffstat (limited to 'libbt/conf/moto')
-rw-r--r-- | libbt/conf/moto/wingray/Android.mk | 14 | ||||
-rw-r--r-- | libbt/conf/moto/wingray/bt_vendor.conf | 5 |
2 files changed, 19 insertions, 0 deletions
diff --git a/libbt/conf/moto/wingray/Android.mk b/libbt/conf/moto/wingray/Android.mk new file mode 100644 index 0000000..974e213 --- /dev/null +++ b/libbt/conf/moto/wingray/Android.mk @@ -0,0 +1,14 @@ +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/libbt/conf/moto/wingray/bt_vendor.conf b/libbt/conf/moto/wingray/bt_vendor.conf new file mode 100644 index 0000000..94fa0cd --- /dev/null +++ b/libbt/conf/moto/wingray/bt_vendor.conf @@ -0,0 +1,5 @@ +# UART device port where Bluetooth controller is attached +UartPort = /dev/ttyHS2 + +# Firmware patch file location +FwPatchFilePath = /etc/firmware/ |