e4d318948a
Adds default configuration to all hals. Test: pass Merged-In: Icdf6b56df82c4b7b7de815e7febea9a07ab96856 Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
65 lines
1.9 KiB
Text
65 lines
1.9 KiB
Text
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
filegroup {
|
|
name: "android.hardware.ir@1.0_hal",
|
|
srcs: [
|
|
"types.hal",
|
|
"IConsumerIr.hal",
|
|
],
|
|
}
|
|
|
|
genrule {
|
|
name: "android.hardware.ir@1.0_genc++",
|
|
tools: ["hidl-gen"],
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.ir@1.0",
|
|
srcs: [
|
|
":android.hardware.ir@1.0_hal",
|
|
],
|
|
out: [
|
|
"android/hardware/ir/1.0/types.cpp",
|
|
"android/hardware/ir/1.0/ConsumerIrAll.cpp",
|
|
],
|
|
}
|
|
|
|
genrule {
|
|
name: "android.hardware.ir@1.0_genc++_headers",
|
|
tools: ["hidl-gen"],
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.ir@1.0",
|
|
srcs: [
|
|
":android.hardware.ir@1.0_hal",
|
|
],
|
|
out: [
|
|
"android/hardware/ir/1.0/types.h",
|
|
"android/hardware/ir/1.0/hwtypes.h",
|
|
"android/hardware/ir/1.0/IConsumerIr.h",
|
|
"android/hardware/ir/1.0/IHwConsumerIr.h",
|
|
"android/hardware/ir/1.0/BnHwConsumerIr.h",
|
|
"android/hardware/ir/1.0/BpHwConsumerIr.h",
|
|
"android/hardware/ir/1.0/BsConsumerIr.h",
|
|
],
|
|
}
|
|
|
|
cc_library_shared {
|
|
name: "android.hardware.ir@1.0",
|
|
defaults: ["hidl-module-defaults"],
|
|
generated_sources: ["android.hardware.ir@1.0_genc++"],
|
|
generated_headers: ["android.hardware.ir@1.0_genc++_headers"],
|
|
export_generated_headers: ["android.hardware.ir@1.0_genc++_headers"],
|
|
vendor_available: true,
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"libcutils",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
export_shared_lib_headers: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"libutils",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
}
|