blob: f991fa5465701d8c3c915a5c2adae76827b8dec6 [file] [log] [blame]
Roshan Piusee3daf92017-06-20 11:36:29 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4 name: "android.hardware.wifi@1.1_hal",
5 srcs: [
6 "IWifi.hal",
7 "IWifiChip.hal",
8 ],
9}
10
11genrule {
12 name: "android.hardware.wifi@1.1_genc++",
13 tools: ["hidl-gen"],
14 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi@1.1",
15 srcs: [
16 ":android.hardware.wifi@1.1_hal",
17 ],
18 out: [
19 "android/hardware/wifi/1.1/WifiAll.cpp",
20 "android/hardware/wifi/1.1/WifiChipAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.wifi@1.1_genc++_headers",
26 tools: ["hidl-gen"],
27 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi@1.1",
28 srcs: [
29 ":android.hardware.wifi@1.1_hal",
30 ],
31 out: [
32 "android/hardware/wifi/1.1/IWifi.h",
33 "android/hardware/wifi/1.1/IHwWifi.h",
34 "android/hardware/wifi/1.1/BnHwWifi.h",
35 "android/hardware/wifi/1.1/BpHwWifi.h",
36 "android/hardware/wifi/1.1/BsWifi.h",
37 "android/hardware/wifi/1.1/IWifiChip.h",
38 "android/hardware/wifi/1.1/IHwWifiChip.h",
39 "android/hardware/wifi/1.1/BnHwWifiChip.h",
40 "android/hardware/wifi/1.1/BpHwWifiChip.h",
41 "android/hardware/wifi/1.1/BsWifiChip.h",
42 ],
43}
44
45cc_library_shared {
46 name: "android.hardware.wifi@1.1",
47 defaults: ["hidl-module-defaults"],
48 generated_sources: ["android.hardware.wifi@1.1_genc++"],
49 generated_headers: ["android.hardware.wifi@1.1_genc++_headers"],
50 export_generated_headers: ["android.hardware.wifi@1.1_genc++_headers"],
51 vendor_available: true,
52 shared_libs: [
53 "libhidlbase",
54 "libhidltransport",
55 "libhwbinder",
56 "liblog",
57 "libutils",
58 "libcutils",
59 "android.hardware.wifi@1.0",
60 ],
61 export_shared_lib_headers: [
62 "libhidlbase",
63 "libhidltransport",
64 "libhwbinder",
65 "libutils",
66 "android.hardware.wifi@1.0",
67 ],
68}