platform_hardware_interfaces/wifi/1.1/Android.bp

69 lines
2.1 KiB
Text
Raw Normal View History

// This file is autogenerated by hidl-gen. Do not edit manually.
filegroup {
name: "android.hardware.wifi@1.1_hal",
srcs: [
"IWifi.hal",
"IWifiChip.hal",
],
}
genrule {
name: "android.hardware.wifi@1.1_genc++",
tools: ["hidl-gen"],
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi@1.1",
srcs: [
":android.hardware.wifi@1.1_hal",
],
out: [
"android/hardware/wifi/1.1/WifiAll.cpp",
"android/hardware/wifi/1.1/WifiChipAll.cpp",
],
}
genrule {
name: "android.hardware.wifi@1.1_genc++_headers",
tools: ["hidl-gen"],
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi@1.1",
srcs: [
":android.hardware.wifi@1.1_hal",
],
out: [
"android/hardware/wifi/1.1/IWifi.h",
"android/hardware/wifi/1.1/IHwWifi.h",
"android/hardware/wifi/1.1/BnHwWifi.h",
"android/hardware/wifi/1.1/BpHwWifi.h",
"android/hardware/wifi/1.1/BsWifi.h",
"android/hardware/wifi/1.1/IWifiChip.h",
"android/hardware/wifi/1.1/IHwWifiChip.h",
"android/hardware/wifi/1.1/BnHwWifiChip.h",
"android/hardware/wifi/1.1/BpHwWifiChip.h",
"android/hardware/wifi/1.1/BsWifiChip.h",
],
}
cc_library_shared {
name: "android.hardware.wifi@1.1",
defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.wifi@1.1_genc++"],
generated_headers: ["android.hardware.wifi@1.1_genc++_headers"],
export_generated_headers: ["android.hardware.wifi@1.1_genc++_headers"],
vendor_available: true,
shared_libs: [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
"libcutils",
"android.hardware.wifi@1.0",
],
export_shared_lib_headers: [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
"android.hardware.wifi@1.0",
],
}