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 | |
Tri Vo | ac9f1c0 | 2017-02-06 09:59:51 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hardware.bluetooth@1.0_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "IBluetoothHci.hal", |
| 8 | "IBluetoothHciCallbacks.hal", |
| 9 | ], |
| 10 | } |
| 11 | |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 12 | genrule { |
| 13 | name: "android.hardware.bluetooth@1.0_genc++", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 14 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 15 | 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] | 16 | 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 | |
| 28 | genrule { |
| 29 | name: "android.hardware.bluetooth@1.0_genc++_headers", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 30 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 31 | 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] | 32 | 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 Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 41 | "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h", |
| 42 | "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 43 | "android/hardware/bluetooth/1.0/BsBluetoothHci.h", |
| 44 | "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h", |
| 45 | "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h", |
Yifan Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 46 | "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h", |
| 47 | "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 48 | "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h", |
| 49 | ], |
| 50 | } |
| 51 | |
| 52 | cc_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 Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 58 | "libhidlbase", |
| 59 | "libhidltransport", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 60 | "libhwbinder", |
Steven Moreland | 3e3a099 | 2016-11-21 16:19:57 -0800 | [diff] [blame] | 61 | "liblog", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 62 | "libutils", |
| 63 | "libcutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 64 | "android.hidl.base@1.0", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 65 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 66 | export_shared_lib_headers: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 67 | "libhidlbase", |
| 68 | "libhidltransport", |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 69 | "libhwbinder", |
| 70 | "libutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 71 | "android.hidl.base@1.0", |
Steven Moreland | ce97794 | 2016-10-21 13:40:54 -0700 | [diff] [blame] | 72 | ], |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 73 | } |