Tomasz Wasilczyk | f679e8b | 2017-09-14 09:43:35 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | filegroup { |
| 4 | name: "android.hardware.broadcastradio@1.2_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "IBroadcastRadioFactory.hal", |
| 8 | "ITuner.hal", |
| 9 | "ITunerCallback.hal", |
| 10 | ], |
| 11 | } |
| 12 | |
| 13 | genrule { |
| 14 | name: "android.hardware.broadcastradio@1.2_genc++", |
| 15 | tools: ["hidl-gen"], |
| 16 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.2", |
| 17 | srcs: [ |
| 18 | ":android.hardware.broadcastradio@1.2_hal", |
| 19 | ], |
| 20 | out: [ |
| 21 | "android/hardware/broadcastradio/1.2/types.cpp", |
| 22 | "android/hardware/broadcastradio/1.2/BroadcastRadioFactoryAll.cpp", |
| 23 | "android/hardware/broadcastradio/1.2/TunerAll.cpp", |
| 24 | "android/hardware/broadcastradio/1.2/TunerCallbackAll.cpp", |
| 25 | ], |
| 26 | } |
| 27 | |
| 28 | genrule { |
| 29 | name: "android.hardware.broadcastradio@1.2_genc++_headers", |
| 30 | tools: ["hidl-gen"], |
| 31 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.2", |
| 32 | srcs: [ |
| 33 | ":android.hardware.broadcastradio@1.2_hal", |
| 34 | ], |
| 35 | out: [ |
| 36 | "android/hardware/broadcastradio/1.2/types.h", |
| 37 | "android/hardware/broadcastradio/1.2/hwtypes.h", |
| 38 | "android/hardware/broadcastradio/1.2/IBroadcastRadioFactory.h", |
| 39 | "android/hardware/broadcastradio/1.2/IHwBroadcastRadioFactory.h", |
| 40 | "android/hardware/broadcastradio/1.2/BnHwBroadcastRadioFactory.h", |
| 41 | "android/hardware/broadcastradio/1.2/BpHwBroadcastRadioFactory.h", |
| 42 | "android/hardware/broadcastradio/1.2/BsBroadcastRadioFactory.h", |
| 43 | "android/hardware/broadcastradio/1.2/ITuner.h", |
| 44 | "android/hardware/broadcastradio/1.2/IHwTuner.h", |
| 45 | "android/hardware/broadcastradio/1.2/BnHwTuner.h", |
| 46 | "android/hardware/broadcastradio/1.2/BpHwTuner.h", |
| 47 | "android/hardware/broadcastradio/1.2/BsTuner.h", |
| 48 | "android/hardware/broadcastradio/1.2/ITunerCallback.h", |
| 49 | "android/hardware/broadcastradio/1.2/IHwTunerCallback.h", |
| 50 | "android/hardware/broadcastradio/1.2/BnHwTunerCallback.h", |
| 51 | "android/hardware/broadcastradio/1.2/BpHwTunerCallback.h", |
| 52 | "android/hardware/broadcastradio/1.2/BsTunerCallback.h", |
| 53 | ], |
| 54 | } |
| 55 | |
| 56 | cc_library { |
| 57 | name: "android.hardware.broadcastradio@1.2", |
| 58 | defaults: ["hidl-module-defaults"], |
| 59 | generated_sources: ["android.hardware.broadcastradio@1.2_genc++"], |
| 60 | generated_headers: ["android.hardware.broadcastradio@1.2_genc++_headers"], |
| 61 | export_generated_headers: ["android.hardware.broadcastradio@1.2_genc++_headers"], |
| 62 | vendor_available: true, |
| 63 | vndk: { |
| 64 | enabled: true, |
| 65 | }, |
| 66 | shared_libs: [ |
| 67 | "libhidlbase", |
| 68 | "libhidltransport", |
| 69 | "libhwbinder", |
| 70 | "liblog", |
| 71 | "libutils", |
| 72 | "libcutils", |
| 73 | "android.hardware.broadcastradio@1.0", |
| 74 | "android.hardware.broadcastradio@1.1", |
| 75 | ], |
| 76 | export_shared_lib_headers: [ |
| 77 | "libhidlbase", |
| 78 | "libhidltransport", |
| 79 | "libhwbinder", |
| 80 | "libutils", |
| 81 | "android.hardware.broadcastradio@1.0", |
| 82 | "android.hardware.broadcastradio@1.1", |
| 83 | ], |
| 84 | } |