Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.wifi@1.0_genc++", |
| 5 | tool: "hidl-gen", |
| 6 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.wifi@1.0", |
| 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IWifi.hal", |
| 10 | "IWifiChip.hal", |
| 11 | "IWifiChipEventCallback.hal", |
| 12 | "IWifiEventCallback.hal", |
| 13 | ], |
| 14 | out: [ |
| 15 | "android/hardware/wifi/1.0/types.cpp", |
| 16 | "android/hardware/wifi/1.0/WifiAll.cpp", |
| 17 | "android/hardware/wifi/1.0/WifiChipAll.cpp", |
| 18 | "android/hardware/wifi/1.0/WifiChipEventCallbackAll.cpp", |
| 19 | "android/hardware/wifi/1.0/WifiEventCallbackAll.cpp", |
| 20 | ], |
| 21 | } |
| 22 | |
| 23 | genrule { |
| 24 | name: "android.hardware.wifi@1.0_genc++_headers", |
| 25 | tool: "hidl-gen", |
| 26 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.wifi@1.0", |
| 27 | srcs: [ |
| 28 | "types.hal", |
| 29 | "IWifi.hal", |
| 30 | "IWifiChip.hal", |
| 31 | "IWifiChipEventCallback.hal", |
| 32 | "IWifiEventCallback.hal", |
| 33 | ], |
| 34 | out: [ |
| 35 | "android/hardware/wifi/1.0/types.h", |
| 36 | "android/hardware/wifi/1.0/IWifi.h", |
| 37 | "android/hardware/wifi/1.0/IHwWifi.h", |
| 38 | "android/hardware/wifi/1.0/BnWifi.h", |
| 39 | "android/hardware/wifi/1.0/BpWifi.h", |
| 40 | "android/hardware/wifi/1.0/BsWifi.h", |
| 41 | "android/hardware/wifi/1.0/IWifiChip.h", |
| 42 | "android/hardware/wifi/1.0/IHwWifiChip.h", |
| 43 | "android/hardware/wifi/1.0/BnWifiChip.h", |
| 44 | "android/hardware/wifi/1.0/BpWifiChip.h", |
| 45 | "android/hardware/wifi/1.0/BsWifiChip.h", |
| 46 | "android/hardware/wifi/1.0/IWifiChipEventCallback.h", |
| 47 | "android/hardware/wifi/1.0/IHwWifiChipEventCallback.h", |
| 48 | "android/hardware/wifi/1.0/BnWifiChipEventCallback.h", |
| 49 | "android/hardware/wifi/1.0/BpWifiChipEventCallback.h", |
| 50 | "android/hardware/wifi/1.0/BsWifiChipEventCallback.h", |
| 51 | "android/hardware/wifi/1.0/IWifiEventCallback.h", |
| 52 | "android/hardware/wifi/1.0/IHwWifiEventCallback.h", |
| 53 | "android/hardware/wifi/1.0/BnWifiEventCallback.h", |
| 54 | "android/hardware/wifi/1.0/BpWifiEventCallback.h", |
| 55 | "android/hardware/wifi/1.0/BsWifiEventCallback.h", |
| 56 | ], |
| 57 | } |
| 58 | |
| 59 | cc_library_shared { |
| 60 | name: "android.hardware.wifi@1.0", |
| 61 | generated_sources: ["android.hardware.wifi@1.0_genc++"], |
| 62 | generated_headers: ["android.hardware.wifi@1.0_genc++_headers"], |
| 63 | export_generated_headers: ["android.hardware.wifi@1.0_genc++_headers"], |
| 64 | shared_libs: [ |
| 65 | "libhidl", |
| 66 | "libhwbinder", |
| 67 | "libutils", |
| 68 | "libcutils", |
| 69 | ], |
| 70 | } |