1 // This file is autogenerated by hidl-gen. Do not edit manually. 2 3 filegroup { 4 name: "android.hardware.light (a] 2.0_hal", 5 srcs: [ 6 "types.hal", 7 "ILight.hal", 8 ], 9 } 10 11 genrule { 12 name: "android.hardware.light (a] 2.0_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.light (a] 2.0", 15 srcs: [ 16 ":android.hardware.light (a] 2.0_hal", 17 ], 18 out: [ 19 "android/hardware/light/2.0/types.cpp", 20 "android/hardware/light/2.0/LightAll.cpp", 21 ], 22 } 23 24 genrule { 25 name: "android.hardware.light (a] 2.0_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.light (a] 2.0", 28 srcs: [ 29 ":android.hardware.light (a] 2.0_hal", 30 ], 31 out: [ 32 "android/hardware/light/2.0/types.h", 33 "android/hardware/light/2.0/hwtypes.h", 34 "android/hardware/light/2.0/ILight.h", 35 "android/hardware/light/2.0/IHwLight.h", 36 "android/hardware/light/2.0/BnHwLight.h", 37 "android/hardware/light/2.0/BpHwLight.h", 38 "android/hardware/light/2.0/BsLight.h", 39 ], 40 } 41 42 cc_library_shared { 43 name: "android.hardware.light (a] 2.0", 44 defaults: ["hidl-module-defaults"], 45 generated_sources: ["android.hardware.light (a] 2.0_genc++"], 46 generated_headers: ["android.hardware.light (a] 2.0_genc++_headers"], 47 export_generated_headers: ["android.hardware.light (a] 2.0_genc++_headers"], 48 vendor_available: true, 49 shared_libs: [ 50 "libhidlbase", 51 "libhidltransport", 52 "libhwbinder", 53 "liblog", 54 "libutils", 55 "libcutils", 56 "android.hidl.base (a] 1.0", 57 ], 58 export_shared_lib_headers: [ 59 "libhidlbase", 60 "libhidltransport", 61 "libhwbinder", 62 "libutils", 63 "android.hidl.base (a] 1.0", 64 ], 65 } 66