diff options
author | Wink Saville <wink@google.com> | 2012-09-24 11:47:13 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2012-09-24 11:47:13 -0700 |
commit | d18044d184ebdbbdefe700ad439e1a4cead748f7 (patch) | |
tree | 9e3691f1ebe1a5173f1e1d6d2f1576690a627c24 /libbt/conf/moto | |
parent | 3d7af22db5efc12fc94e4f93dca9752a53a4d7be (diff) | |
download | device_common-d18044d184ebdbbdefe700ad439e1a4cead748f7.zip device_common-d18044d184ebdbbdefe700ad439e1a4cead748f7.tar.gz device_common-d18044d184ebdbbdefe700ad439e1a4cead748f7.tar.bz2 |
Move libbt-vendor from vendor/broadcom/libbt-vendor
Bug: 6837125
Change-Id: I9e9d5a95463d5cd61a6e7f3b2f0a57c0b2f47e16
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/ |