blob: 48159b34ece7d3724af0a99db79644fc9751e076 [file] [log] [blame]
Myles Watsonacfbd252016-09-12 10:58:42 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voac9f1c02017-02-06 09:59:51 -08003filegroup {
4 name: "android.hardware.bluetooth@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IBluetoothHci.hal",
8 "IBluetoothHciCallbacks.hal",
9 ],
10}
11
Myles Watsonacfbd252016-09-12 10:58:42 -070012genrule {
13 name: "android.hardware.bluetooth@1.0_genc++",
Colin Cross8f084e02016-11-04 15:02:42 -070014 tools: ["hidl-gen"],
Steven Morelandcb360c62017-05-09 14:34:19 -070015 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
Myles Watsonacfbd252016-09-12 10:58:42 -070016 srcs: [
Tri Vo06da29f2017-02-08 10:53:06 -080017 ":android.hardware.bluetooth@1.0_hal",
Myles Watsonacfbd252016-09-12 10:58:42 -070018 ],
19 out: [
20 "android/hardware/bluetooth/1.0/types.cpp",
21 "android/hardware/bluetooth/1.0/BluetoothHciAll.cpp",
22 "android/hardware/bluetooth/1.0/BluetoothHciCallbacksAll.cpp",
23 ],
24}
25
26genrule {
27 name: "android.hardware.bluetooth@1.0_genc++_headers",
Colin Cross8f084e02016-11-04 15:02:42 -070028 tools: ["hidl-gen"],
Steven Morelandcb360c62017-05-09 14:34:19 -070029 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
Myles Watsonacfbd252016-09-12 10:58:42 -070030 srcs: [
Tri Vo06da29f2017-02-08 10:53:06 -080031 ":android.hardware.bluetooth@1.0_hal",
Myles Watsonacfbd252016-09-12 10:58:42 -070032 ],
33 out: [
34 "android/hardware/bluetooth/1.0/types.h",
Steven Morelande90c31f2017-03-24 21:50:45 -070035 "android/hardware/bluetooth/1.0/hwtypes.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070036 "android/hardware/bluetooth/1.0/IBluetoothHci.h",
37 "android/hardware/bluetooth/1.0/IHwBluetoothHci.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080038 "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h",
39 "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070040 "android/hardware/bluetooth/1.0/BsBluetoothHci.h",
41 "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h",
42 "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080043 "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h",
44 "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070045 "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h",
46 ],
47}
48
49cc_library_shared {
50 name: "android.hardware.bluetooth@1.0",
Steven Moreland06c85d92017-05-18 16:14:16 -070051 defaults: ["hidl-module-defaults"],
Myles Watsonacfbd252016-09-12 10:58:42 -070052 generated_sources: ["android.hardware.bluetooth@1.0_genc++"],
53 generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
54 export_generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
Steven Moreland0dd5ba22017-04-11 09:57:11 -070055 vendor_available: true,
Myles Watsonacfbd252016-09-12 10:58:42 -070056 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080057 "libhidlbase",
58 "libhidltransport",
Myles Watsonacfbd252016-09-12 10:58:42 -070059 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080060 "liblog",
Myles Watsonacfbd252016-09-12 10:58:42 -070061 "libutils",
62 "libcutils",
63 ],
Steven Moreland79820582016-11-01 13:04:54 -070064 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080065 "libhidlbase",
66 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070067 "libhwbinder",
68 "libutils",
Steven Morelandce977942016-10-21 13:40:54 -070069 ],
Myles Watsonacfbd252016-09-12 10:58:42 -070070}