2016-09-12 19:58:42 +02:00
|
|
|
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.bluetooth@1.0_genc++",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2016-11-29 01:09:37 +01:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
|
2016-09-12 19:58:42 +02:00
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"IBluetoothHci.hal",
|
|
|
|
"IBluetoothHciCallbacks.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/bluetooth/1.0/types.cpp",
|
|
|
|
"android/hardware/bluetooth/1.0/BluetoothHciAll.cpp",
|
|
|
|
"android/hardware/bluetooth/1.0/BluetoothHciCallbacksAll.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.bluetooth@1.0_genc++_headers",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2016-11-29 01:09:37 +01:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
|
2016-09-12 19:58:42 +02:00
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"IBluetoothHci.hal",
|
|
|
|
"IBluetoothHciCallbacks.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/bluetooth/1.0/types.h",
|
|
|
|
"android/hardware/bluetooth/1.0/IBluetoothHci.h",
|
|
|
|
"android/hardware/bluetooth/1.0/IHwBluetoothHci.h",
|
2017-01-10 02:46:36 +01:00
|
|
|
"android/hardware/bluetooth/1.0/BnHwBluetoothHci.h",
|
|
|
|
"android/hardware/bluetooth/1.0/BpHwBluetoothHci.h",
|
2016-09-12 19:58:42 +02:00
|
|
|
"android/hardware/bluetooth/1.0/BsBluetoothHci.h",
|
|
|
|
"android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h",
|
|
|
|
"android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h",
|
2017-01-10 02:46:36 +01:00
|
|
|
"android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h",
|
|
|
|
"android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h",
|
2016-09-12 19:58:42 +02:00
|
|
|
"android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_library_shared {
|
|
|
|
name: "android.hardware.bluetooth@1.0",
|
|
|
|
generated_sources: ["android.hardware.bluetooth@1.0_genc++"],
|
|
|
|
generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
|
|
|
|
shared_libs: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-09-12 19:58:42 +02:00
|
|
|
"libhwbinder",
|
2016-11-22 01:28:54 +01:00
|
|
|
"liblog",
|
2016-09-12 19:58:42 +02:00
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-09-12 19:58:42 +02:00
|
|
|
],
|
2016-11-01 21:04:54 +01:00
|
|
|
export_shared_lib_headers: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-11-01 21:04:54 +01:00
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-10-21 22:40:54 +02:00
|
|
|
],
|
2016-09-12 19:58:42 +02:00
|
|
|
}
|