blob: 2373cebee11d58797d938d8635a6dbc7f51c1b9c [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: [
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"],
Yifan Honge19e5822016-11-28 16:09:37 -080029 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 -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",
35 "android/hardware/bluetooth/1.0/IBluetoothHci.h",
36 "android/hardware/bluetooth/1.0/IHwBluetoothHci.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080037 "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h",
38 "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070039 "android/hardware/bluetooth/1.0/BsBluetoothHci.h",
40 "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h",
41 "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080042 "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h",
43 "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h",
Myles Watsonacfbd252016-09-12 10:58:42 -070044 "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h",
45 ],
46}
47
48cc_library_shared {
49 name: "android.hardware.bluetooth@1.0",
50 generated_sources: ["android.hardware.bluetooth@1.0_genc++"],
51 generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
52 export_generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"],
53 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080054 "libhidlbase",
55 "libhidltransport",
Myles Watsonacfbd252016-09-12 10:58:42 -070056 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080057 "liblog",
Myles Watsonacfbd252016-09-12 10:58:42 -070058 "libutils",
59 "libcutils",
Yifan Honge19e5822016-11-28 16:09:37 -080060 "android.hidl.base@1.0",
Myles Watsonacfbd252016-09-12 10:58:42 -070061 ],
Steven Moreland79820582016-11-01 13:04:54 -070062 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080063 "libhidlbase",
64 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070065 "libhwbinder",
66 "libutils",
Yifan Honge19e5822016-11-28 16:09:37 -080067 "android.hidl.base@1.0",
Steven Morelandce977942016-10-21 13:40:54 -070068 ],
Myles Watsonacfbd252016-09-12 10:58:42 -070069}