mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Add below new interfaces, corresponding response interface and structures. - getSimSlotsStatus() - setSimSlotsMapping() - simSlotsStatusChanged() Bug: 68998818 Test: compliation Change-Id: Ia532c502782ef4d08d27f18ee0321a3ceaa94dcf
45 lines
1023 B
Plaintext
45 lines
1023 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.radio@1.2",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"IRadio.hal",
|
|
"IRadioIndication.hal",
|
|
"IRadioResponse.hal",
|
|
"ISap.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.radio@1.0",
|
|
"android.hardware.radio@1.1",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"CardStatus",
|
|
"CellIdentityCdma",
|
|
"CellIdentityGsm",
|
|
"CellIdentityLte",
|
|
"CellIdentityOperatorNames",
|
|
"CellIdentityWcdma",
|
|
"CellInfo",
|
|
"CellInfoCdma",
|
|
"CellInfoGsm",
|
|
"CellInfoLte",
|
|
"CellInfoWcdma",
|
|
"IncrementalResultsPeriodicityRange",
|
|
"MaxSearchTimeRange",
|
|
"NetworkScanRequest",
|
|
"NetworkScanResult",
|
|
"RadioConst",
|
|
"ScanIntervalRange",
|
|
"SimSlotStatus",
|
|
"SlotState",
|
|
],
|
|
gen_java: true,
|
|
}
|
|
|