blob: ef7f10904d78d1487c2771bd813acd8bc5c03846 [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++",
5 tool: "hidl-gen",
6 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.bluetooth@1.0",
7 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",
21 tool: "hidl-gen",
22 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.bluetooth@1.0",
23 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",
32 "android/hardware/bluetooth/1.0/BnBluetoothHci.h",
33 "android/hardware/bluetooth/1.0/BpBluetoothHci.h",
34 "android/hardware/bluetooth/1.0/BsBluetoothHci.h",
35 "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h",
36 "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h",
37 "android/hardware/bluetooth/1.0/BnBluetoothHciCallbacks.h",
38 "android/hardware/bluetooth/1.0/BpBluetoothHciCallbacks.h",
39 "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: [
49 "libhidl",
50 "libhwbinder",
51 "libutils",
52 "libcutils",
53 ],
Steven Morelandce977942016-10-21 13:40:54 -070054export_shared_lib_headers: [
55 "libhidl",
56 "libhwbinder",
57 "libutils",
58 ],
Myles Watsonacfbd252016-09-12 10:58:42 -070059}