720f4bdbc9
Generates the .vts files for all wifi HIDL interfaces. hidl-gen -o hardware/interfaces/wifi/1.0/vts/ -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.wifi@1.0 hidl-gen -o hardware/interfaces/wifi/supplicant/1.0/vts/ -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.0 Bug: 32022435 Test: Compiles Change-Id: Idb037dafb72e645e5f6618bc909ba02ae7232e77
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
component_class: HAL_HIDL
|
|
component_type_version: 1.0
|
|
component_name: "ISupplicantNetwork"
|
|
|
|
package: "android.hardware.wifi.supplicant"
|
|
|
|
import: "android.hardware.wifi.supplicant@1.0::types"
|
|
|
|
interface: {
|
|
api: {
|
|
name: "getId"
|
|
return_type_hidl: {
|
|
type: TYPE_STRUCT
|
|
predefined_type: "::android::hardware::wifi::supplicant::V1_0::SupplicantStatus"
|
|
}
|
|
return_type_hidl: {
|
|
type: TYPE_SCALAR
|
|
scalar_type: "uint32_t"
|
|
}
|
|
}
|
|
|
|
api: {
|
|
name: "getInterfaceName"
|
|
return_type_hidl: {
|
|
type: TYPE_STRUCT
|
|
predefined_type: "::android::hardware::wifi::supplicant::V1_0::SupplicantStatus"
|
|
}
|
|
return_type_hidl: {
|
|
type: TYPE_STRING
|
|
}
|
|
}
|
|
|
|
api: {
|
|
name: "getType"
|
|
return_type_hidl: {
|
|
type: TYPE_STRUCT
|
|
predefined_type: "::android::hardware::wifi::supplicant::V1_0::SupplicantStatus"
|
|
}
|
|
return_type_hidl: {
|
|
type: TYPE_ENUM
|
|
predefined_type: "::android::hardware::wifi::supplicant::V1_0::IfaceType"
|
|
}
|
|
}
|
|
|
|
}
|