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: [ |
Tri Vo | 06da29f | 2017-02-08 10:53:06 -0800 | [diff] [blame] | 17 | ":android.hardware.bluetooth@1.0_hal", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 18 | ], |
| 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 | |
| 26 | genrule { |
| 27 | name: "android.hardware.bluetooth@1.0_genc++_headers", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 28 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 29 | 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] | 30 | srcs: [ |
Tri Vo | 06da29f | 2017-02-08 10:53:06 -0800 | [diff] [blame] | 31 | ":android.hardware.bluetooth@1.0_hal", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 32 | ], |
| 33 | out: [ |
| 34 | "android/hardware/bluetooth/1.0/types.h", |
Steven Moreland | e90c31f | 2017-03-24 21:50:45 -0700 | [diff] [blame] | 35 | "android/hardware/bluetooth/1.0/hwtypes.h", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 36 | "android/hardware/bluetooth/1.0/IBluetoothHci.h", |
| 37 | "android/hardware/bluetooth/1.0/IHwBluetoothHci.h", |
Yifan Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 38 | "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h", |
| 39 | "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 40 | "android/hardware/bluetooth/1.0/BsBluetoothHci.h", |
| 41 | "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h", |
| 42 | "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h", |
Yifan Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 43 | "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h", |
| 44 | "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 45 | "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h", |
| 46 | ], |
| 47 | } |
| 48 | |
| 49 | cc_library_shared { |
| 50 | name: "android.hardware.bluetooth@1.0", |
| 51 | generated_sources: ["android.hardware.bluetooth@1.0_genc++"], |
| 52 | generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"], |
| 53 | export_generated_headers: ["android.hardware.bluetooth@1.0_genc++_headers"], |
| 54 | shared_libs: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 55 | "libhidlbase", |
| 56 | "libhidltransport", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 57 | "libhwbinder", |
Steven Moreland | 3e3a099 | 2016-11-21 16:19:57 -0800 | [diff] [blame] | 58 | "liblog", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 59 | "libutils", |
| 60 | "libcutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 61 | "android.hidl.base@1.0", |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 62 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 63 | export_shared_lib_headers: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 64 | "libhidlbase", |
| 65 | "libhidltransport", |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 66 | "libhwbinder", |
| 67 | "libutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 68 | "android.hidl.base@1.0", |
Steven Moreland | ce97794 | 2016-10-21 13:40:54 -0700 | [diff] [blame] | 69 | ], |
Myles Watson | acfbd25 | 2016-09-12 10:58:42 -0700 | [diff] [blame] | 70 | } |