Todd Poynor | 8d95f2e | 2017-05-23 20:28:15 -0700 | [diff] [blame^] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | filegroup { |
| 4 | name: "android.hardware.thermal@1.1_hal", |
| 5 | srcs: [ |
| 6 | "IThermal.hal", |
| 7 | "IThermalCallback.hal", |
| 8 | ], |
| 9 | } |
| 10 | |
| 11 | genrule { |
| 12 | name: "android.hardware.thermal@1.1_genc++", |
| 13 | tools: ["hidl-gen"], |
| 14 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.1", |
| 15 | srcs: [ |
| 16 | ":android.hardware.thermal@1.1_hal", |
| 17 | ], |
| 18 | out: [ |
| 19 | "android/hardware/thermal/1.1/ThermalAll.cpp", |
| 20 | "android/hardware/thermal/1.1/ThermalCallbackAll.cpp", |
| 21 | ], |
| 22 | } |
| 23 | |
| 24 | genrule { |
| 25 | name: "android.hardware.thermal@1.1_genc++_headers", |
| 26 | tools: ["hidl-gen"], |
| 27 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.1", |
| 28 | srcs: [ |
| 29 | ":android.hardware.thermal@1.1_hal", |
| 30 | ], |
| 31 | out: [ |
| 32 | "android/hardware/thermal/1.1/IThermal.h", |
| 33 | "android/hardware/thermal/1.1/IHwThermal.h", |
| 34 | "android/hardware/thermal/1.1/BnHwThermal.h", |
| 35 | "android/hardware/thermal/1.1/BpHwThermal.h", |
| 36 | "android/hardware/thermal/1.1/BsThermal.h", |
| 37 | "android/hardware/thermal/1.1/IThermalCallback.h", |
| 38 | "android/hardware/thermal/1.1/IHwThermalCallback.h", |
| 39 | "android/hardware/thermal/1.1/BnHwThermalCallback.h", |
| 40 | "android/hardware/thermal/1.1/BpHwThermalCallback.h", |
| 41 | "android/hardware/thermal/1.1/BsThermalCallback.h", |
| 42 | ], |
| 43 | } |
| 44 | |
| 45 | cc_library_shared { |
| 46 | name: "android.hardware.thermal@1.1", |
| 47 | defaults: ["hidl-module-defaults"], |
| 48 | generated_sources: ["android.hardware.thermal@1.1_genc++"], |
| 49 | generated_headers: ["android.hardware.thermal@1.1_genc++_headers"], |
| 50 | export_generated_headers: ["android.hardware.thermal@1.1_genc++_headers"], |
| 51 | vendor_available: true, |
| 52 | shared_libs: [ |
| 53 | "libhidlbase", |
| 54 | "libhidltransport", |
| 55 | "libhwbinder", |
| 56 | "liblog", |
| 57 | "libutils", |
| 58 | "libcutils", |
| 59 | "android.hardware.thermal@1.0", |
| 60 | ], |
| 61 | export_shared_lib_headers: [ |
| 62 | "libhidlbase", |
| 63 | "libhidltransport", |
| 64 | "libhwbinder", |
| 65 | "libutils", |
| 66 | "android.hardware.thermal@1.0", |
| 67 | ], |
| 68 | } |