Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.bluetooth@1.0_genc++", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 5 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 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 | |
| 19 | genrule { |
| 20 | name: "android.hardware.bluetooth@1.0_genc++_headers", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 21 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 22 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 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", |
Yifan Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 32 | "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h", |
| 33 | "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 34 | "android/hardware/bluetooth/1.0/BsBluetoothHci.h", |
| 35 | "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h", |
| 36 | "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h", |
Yifan Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 37 | "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h", |
| 38 | "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 39 | "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h", |
| 40 | ], |
| 41 | } |
| 42 | |
| 43 | cc_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 Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 49 | "libhidlbase", |
| 50 | "libhidltransport", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 51 | "libhwbinder", |
Steven Moreland | 3e3a099 | 2016-11-21 16:19:57 -0800 | [diff] [blame] | 52 | "liblog", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 53 | "libutils", |
| 54 | "libcutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 55 | "android.hidl.base@1.0", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 56 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 57 | export_shared_lib_headers: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 58 | "libhidlbase", |
| 59 | "libhidltransport", |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 60 | "libhwbinder", |
| 61 | "libutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 62 | "android.hidl.base@1.0", |
Steven Moreland | ce97794 | 2016-10-21 13:40:54 -0700 | [diff] [blame] | 63 | ], |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 64 | } |