blob: 7928fb622984cb30f306119ab255d1f60cf93b64 [file] [log] [blame]
Myles Watsonacfbd252016-09-12 10:58:42 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.bluetooth@1.0_genc++",
Colin Cross8f084e02016-11-04 15:02:42 -07005 tools: ["hidl-gen"],
Yifan Honge19e5822016-11-28 16:09:37 -08006 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
Myles Watsonacfbd252016-09-12 10:58:42 -07007 srcs: [
8 "types.hal",
9 "IBluetoothHci.hal",
10 "IBluetoothHciCallbacks.hal",
11 ],
12 out: [
13 "android/hardware/bluetooth/1.0/types.cpp",
14 "android/hardware/bluetooth/1.0/BluetoothHciAll.cpp",
15 "android/hardware/bluetooth/1.0/BluetoothHciCallbacksAll.cpp",
16 ],
17}
18
19genrule {
20 name: "android.hardware.bluetooth@1.0_genc++_headers",
Colin Cross8f084e02016-11-04 15:02:42 -070021 tools: ["hidl-gen"],
Yifan Honge19e5822016-11-28 16:09:37 -080022 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
Myles Watsonacfbd252016-09-12 10:58:42 -070023 srcs: [
24 "types.hal",
25 "IBluetoothHci.hal",
26 "IBluetoothHciCallbacks.hal",
27 ],
28 out: [
29 "android/hardware/bluetooth/1.0/types.h",
30 "android/hardware/bluetooth/1.0/IBluetoothHci.h",
31 "android/hardware/bluetooth/1.0/IHwBluetoothHci.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080032 "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h",
33 "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070034 "android/hardware/bluetooth/1.0/BsBluetoothHci.h",
35 "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h",
36 "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080037 "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h",
38 "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070039 "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h",
40 ],
41}
42
43cc_library_shared {
44 name: "android.hardware.bluetooth@1.0",
45 generated_sources: ["android.hardware.bluetooth@1.0_genc++"],
46 generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
48 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080049 "libhidlbase",
50 "libhidltransport",
Myles Watsonacfbd252016-09-12 10:58:42 -070051 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080052 "liblog",
Myles Watsonacfbd252016-09-12 10:58:42 -070053 "libutils",
54 "libcutils",
Yifan Honge19e5822016-11-28 16:09:37 -080055 "android.hidl.base@1.0",
Myles Watsonacfbd252016-09-12 10:58:42 -070056 ],
Steven Moreland79820582016-11-01 13:04:54 -070057 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070060 "libhwbinder",
61 "libutils",
Yifan Honge19e5822016-11-28 16:09:37 -080062 "android.hidl.base@1.0",
Steven Morelandce977942016-10-21 13:40:54 -070063 ],
Myles Watsonacfbd252016-09-12 10:58:42 -070064}