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