2016-10-01 04:00:40 +02:00
|
|
|
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
|
2017-02-06 18:59:51 +01:00
|
|
|
filegroup {
|
|
|
|
name: "android.hardware.boot@1.0_hal",
|
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"IBootControl.hal",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
2016-10-01 04:00:40 +02:00
|
|
|
genrule {
|
|
|
|
name: "android.hardware.boot@1.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.boot@1.0",
|
2016-10-01 04:00:40 +02:00
|
|
|
srcs: [
|
2017-02-08 19:53:06 +01:00
|
|
|
":android.hardware.boot@1.0_hal",
|
2016-10-01 04:00:40 +02:00
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/boot/1.0/types.cpp",
|
|
|
|
"android/hardware/boot/1.0/BootControlAll.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.boot@1.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.boot@1.0",
|
2016-10-01 04:00:40 +02:00
|
|
|
srcs: [
|
2017-02-08 19:53:06 +01:00
|
|
|
":android.hardware.boot@1.0_hal",
|
2016-10-01 04:00:40 +02:00
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/boot/1.0/types.h",
|
|
|
|
"android/hardware/boot/1.0/IBootControl.h",
|
|
|
|
"android/hardware/boot/1.0/IHwBootControl.h",
|
2017-01-10 02:46:36 +01:00
|
|
|
"android/hardware/boot/1.0/BnHwBootControl.h",
|
|
|
|
"android/hardware/boot/1.0/BpHwBootControl.h",
|
2016-10-01 04:00:40 +02:00
|
|
|
"android/hardware/boot/1.0/BsBootControl.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_library_shared {
|
|
|
|
name: "android.hardware.boot@1.0",
|
|
|
|
generated_sources: ["android.hardware.boot@1.0_genc++"],
|
|
|
|
generated_headers: ["android.hardware.boot@1.0_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.boot@1.0_genc++_headers"],
|
|
|
|
shared_libs: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-10-01 04:00:40 +02:00
|
|
|
"libhwbinder",
|
2016-11-22 01:19:57 +01:00
|
|
|
"liblog",
|
2016-10-01 04:00:40 +02:00
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-10-01 04:00:40 +02:00
|
|
|
],
|
2016-11-01 21:04:54 +01:00
|
|
|
export_shared_lib_headers: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-11-01 21:04:54 +01:00
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-10-21 22:40:54 +02:00
|
|
|
],
|
2016-10-01 04:00:40 +02:00
|
|
|
}
|