Ruchi Kandoi | 3becdbb | 2016-08-24 13:35:06 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.power@1.0_genc++", |
| 5 | tool: "hidl-gen", |
| 6 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.power@1.0", |
| 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IPower.hal", |
| 10 | ], |
| 11 | out: [ |
| 12 | "android/hardware/power/1.0/types.cpp", |
| 13 | "android/hardware/power/1.0/PowerAll.cpp", |
| 14 | ], |
| 15 | } |
| 16 | |
| 17 | genrule { |
| 18 | name: "android.hardware.power@1.0_genc++_headers", |
| 19 | tool: "hidl-gen", |
| 20 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.power@1.0", |
| 21 | srcs: [ |
| 22 | "types.hal", |
| 23 | "IPower.hal", |
| 24 | ], |
| 25 | out: [ |
| 26 | "android/hardware/power/1.0/types.h", |
| 27 | "android/hardware/power/1.0/IPower.h", |
| 28 | "android/hardware/power/1.0/IHwPower.h", |
| 29 | "android/hardware/power/1.0/BnPower.h", |
| 30 | "android/hardware/power/1.0/BpPower.h", |
| 31 | "android/hardware/power/1.0/BsPower.h", |
| 32 | ], |
| 33 | } |
| 34 | |
| 35 | cc_library_shared { |
| 36 | name: "android.hardware.power@1.0", |
| 37 | generated_sources: ["android.hardware.power@1.0_genc++"], |
| 38 | generated_headers: ["android.hardware.power@1.0_genc++_headers"], |
| 39 | export_generated_headers: ["android.hardware.power@1.0_genc++_headers"], |
| 40 | shared_libs: [ |
| 41 | "libhidl", |
| 42 | "libhwbinder", |
| 43 | "libutils", |
| 44 | "libcutils", |
| 45 | ], |
Steven Moreland | 6972777 | 2016-10-25 15:45:19 -0700 | [diff] [blame^] | 46 | export_shared_lib_headers: [ |
| 47 | "libhidl", |
| 48 | "libhwbinder", |
| 49 | "libutils", |
| 50 | ], |
Ruchi Kandoi | 3becdbb | 2016-08-24 13:35:06 -0700 | [diff] [blame] | 51 | } |