Roshan Pius | 720f4bd | 2017-01-18 09:45:46 -0800 | [diff] [blame] | 1 | component_class: HAL_HIDL |
| 2 | component_type_version: 1.0 |
| 3 | component_name: "IWifiIface" |
| 4 | |
| 5 | package: "android.hardware.wifi" |
| 6 | |
| 7 | import: "android.hardware.wifi@1.0::types" |
Etan Cohen | ff7aac5 | 2017-02-10 18:11:19 -0800 | [diff] [blame] | 8 | import: "android.hidl.base@1.0::types" |
Roshan Pius | 720f4bd | 2017-01-18 09:45:46 -0800 | [diff] [blame] | 9 | |
| 10 | interface: { |
Roshan Pius | 720f4bd | 2017-01-18 09:45:46 -0800 | [diff] [blame] | 11 | api: { |
| 12 | name: "getType" |
| 13 | return_type_hidl: { |
| 14 | type: TYPE_STRUCT |
| 15 | predefined_type: "::android::hardware::wifi::V1_0::WifiStatus" |
| 16 | } |
| 17 | return_type_hidl: { |
| 18 | type: TYPE_ENUM |
| 19 | predefined_type: "::android::hardware::wifi::V1_0::IfaceType" |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | api: { |
| 24 | name: "getName" |
| 25 | return_type_hidl: { |
| 26 | type: TYPE_STRUCT |
| 27 | predefined_type: "::android::hardware::wifi::V1_0::WifiStatus" |
| 28 | } |
| 29 | return_type_hidl: { |
| 30 | type: TYPE_STRING |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | } |