2017-02-14 00:04:36 +01:00
|
|
|
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
|
|
|
|
filegroup {
|
|
|
|
name: "android.hardware.radio.deprecated@1.0_hal",
|
|
|
|
srcs: [
|
|
|
|
"IOemHook.hal",
|
|
|
|
"IOemHookIndication.hal",
|
|
|
|
"IOemHookResponse.hal",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.radio.deprecated@1.0_genc++",
|
|
|
|
tools: ["hidl-gen"],
|
2017-05-09 23:34:19 +02:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0",
|
2017-02-14 00:04:36 +01:00
|
|
|
srcs: [
|
|
|
|
":android.hardware.radio.deprecated@1.0_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/radio/deprecated/1.0/OemHookAll.cpp",
|
|
|
|
"android/hardware/radio/deprecated/1.0/OemHookIndicationAll.cpp",
|
|
|
|
"android/hardware/radio/deprecated/1.0/OemHookResponseAll.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.radio.deprecated@1.0_genc++_headers",
|
|
|
|
tools: ["hidl-gen"],
|
2017-05-09 23:34:19 +02:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0",
|
2017-02-14 00:04:36 +01:00
|
|
|
srcs: [
|
|
|
|
":android.hardware.radio.deprecated@1.0_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/radio/deprecated/1.0/IOemHook.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/IHwOemHook.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BnHwOemHook.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BpHwOemHook.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BsOemHook.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/IOemHookIndication.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/IHwOemHookIndication.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BnHwOemHookIndication.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BpHwOemHookIndication.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BsOemHookIndication.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/IOemHookResponse.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/IHwOemHookResponse.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BnHwOemHookResponse.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BpHwOemHookResponse.h",
|
|
|
|
"android/hardware/radio/deprecated/1.0/BsOemHookResponse.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
2017-07-26 19:14:57 +02:00
|
|
|
cc_library {
|
2017-02-14 00:04:36 +01:00
|
|
|
name: "android.hardware.radio.deprecated@1.0",
|
2017-05-19 01:14:16 +02:00
|
|
|
defaults: ["hidl-module-defaults"],
|
2017-02-14 00:04:36 +01:00
|
|
|
generated_sources: ["android.hardware.radio.deprecated@1.0_genc++"],
|
|
|
|
generated_headers: ["android.hardware.radio.deprecated@1.0_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.radio.deprecated@1.0_genc++_headers"],
|
2017-04-11 18:57:11 +02:00
|
|
|
vendor_available: true,
|
2017-02-14 00:04:36 +01:00
|
|
|
shared_libs: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"liblog",
|
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
|
|
|
"android.hardware.radio@1.0",
|
|
|
|
],
|
|
|
|
export_shared_lib_headers: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
|
|
|
"android.hardware.radio@1.0",
|
|
|
|
],
|
|
|
|
}
|