blob: f2c394b102f4c17b20ae3a5b6fda96aba814490c [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"],
Yifan Honge19e5822016-11-28 16:09:37 -080015 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 -070016 srcs: [
17 "types.hal",
18 "IBluetoothHci.hal",
19 "IBluetoothHciCallbacks.hal",
20 ],
21 out: [
22 "android/hardware/bluetooth/1.0/types.cpp",
23 "android/hardware/bluetooth/1.0/BluetoothHciAll.cpp",
24 "android/hardware/bluetooth/1.0/BluetoothHciCallbacksAll.cpp",
25 ],
26}
27
28genrule {
29 name: "android.hardware.bluetooth@1.0_genc++_headers",
Colin Cross8f084e02016-11-04 15:02:42 -070030 tools: ["hidl-gen"],
Yifan Honge19e5822016-11-28 16:09:37 -080031 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 -070032 srcs: [
33 "types.hal",
34 "IBluetoothHci.hal",
35 "IBluetoothHciCallbacks.hal",
36 ],
37 out: [
38 "android/hardware/bluetooth/1.0/types.h",
39 "android/hardware/bluetooth/1.0/IBluetoothHci.h",
40 "android/hardware/bluetooth/1.0/IHwBluetoothHci.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080041 "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h",
42 "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070043 "android/hardware/bluetooth/1.0/BsBluetoothHci.h",
44 "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h",
45 "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080046 "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h",
47 "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070048 "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h",
49 ],
50}
51
52cc_library_shared {
53 name: "android.hardware.bluetooth@1.0",
54 generated_sources: ["android.hardware.bluetooth@1.0_genc++"],
55 generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
56 export_generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
57 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Myles Watsonacfbd252016-09-12 10:58:42 -070060 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080061 "liblog",
Myles Watsonacfbd252016-09-12 10:58:42 -070062 "libutils",
63 "libcutils",
Yifan Honge19e5822016-11-28 16:09:37 -080064 "android.hidl.base@1.0",
Myles Watsonacfbd252016-09-12 10:58:42 -070065 ],
Steven Moreland79820582016-11-01 13:04:54 -070066 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080067 "libhidlbase",
68 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070069 "libhwbinder",
70 "libutils",
Yifan Honge19e5822016-11-28 16:09:37 -080071 "android.hidl.base@1.0",
Steven Morelandce977942016-10-21 13:40:54 -070072 ],
Myles Watsonacfbd252016-09-12 10:58:42 -070073}