2016-10-01 00:31:06 +02:00
|
|
|
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
|
2017-02-08 04:13:25 +01:00
|
|
|
filegroup {
|
|
|
|
name: "android.hardware.light@2.0_hal",
|
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"ILight.hal",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
2016-10-01 00:31:06 +02:00
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light@2.0_genc++",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2016-11-29 01:09:37 +01:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0",
|
2016-10-01 00:31:06 +02:00
|
|
|
srcs: [
|
2017-02-10 21:45:17 +01:00
|
|
|
":android.hardware.light@2.0_hal",
|
2016-10-01 00:31:06 +02:00
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/types.cpp",
|
|
|
|
"android/hardware/light/2.0/LightAll.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light@2.0_genc++_headers",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2016-11-29 01:09:37 +01:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0",
|
2016-10-01 00:31:06 +02:00
|
|
|
srcs: [
|
2017-02-10 21:45:17 +01:00
|
|
|
":android.hardware.light@2.0_hal",
|
2016-10-01 00:31:06 +02:00
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/types.h",
|
2017-03-27 20:48:14 +02:00
|
|
|
"android/hardware/light/2.0/hwtypes.h",
|
2016-10-01 00:31:06 +02:00
|
|
|
"android/hardware/light/2.0/ILight.h",
|
|
|
|
"android/hardware/light/2.0/IHwLight.h",
|
2017-01-11 22:14:59 +01:00
|
|
|
"android/hardware/light/2.0/BnHwLight.h",
|
|
|
|
"android/hardware/light/2.0/BpHwLight.h",
|
2016-10-01 00:31:06 +02:00
|
|
|
"android/hardware/light/2.0/BsLight.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_library_shared {
|
|
|
|
name: "android.hardware.light@2.0",
|
|
|
|
generated_sources: ["android.hardware.light@2.0_genc++"],
|
|
|
|
generated_headers: ["android.hardware.light@2.0_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.light@2.0_genc++_headers"],
|
|
|
|
shared_libs: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-10-01 00:31:06 +02:00
|
|
|
"libhwbinder",
|
2016-11-22 01:28:54 +01:00
|
|
|
"liblog",
|
2016-10-01 00:31:06 +02:00
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-10-01 00:31:06 +02:00
|
|
|
],
|
2016-11-02 18:23:49 +01:00
|
|
|
export_shared_lib_headers: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-11-02 18:23:49 +01:00
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-10-26 00:45:19 +02:00
|
|
|
],
|
2016-10-01 00:31:06 +02:00
|
|
|
}
|