Files
hardware_interfaces/radio/1.2/Android.bp
Eric Schwarzenbach 74befb69b9 Update RegState for new CellIdentity types
Bug: 74826109
Test: make, make vts
Change-Id: I6350e5da5bc064e665e54d161ee589c3eadf901a
2018-03-29 12:37:42 -07:00

59 lines
1.4 KiB
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: [
"AccessNetwork",
"AudioQuality",
"Call",
"CardStatus",
"CellConnectionStatus",
"CellIdentity",
"CellIdentityCdma",
"CellIdentityGsm",
"CellIdentityLte",
"CellIdentityOperatorNames",
"CellIdentityTdscdma",
"CellIdentityWcdma",
"CellInfo",
"CellInfoCdma",
"CellInfoGsm",
"CellInfoLte",
"CellInfoTdscdma",
"CellInfoWcdma",
"DataRegStateResult",
"DataRequestReason",
"IncrementalResultsPeriodicityRange",
"IndicationFilter",
"LinkCapacityEstimate",
"MaxSearchTimeRange",
"NetworkScanRequest",
"NetworkScanResult",
"PhysicalChannelConfig",
"RadioConst",
"ScanIntervalRange",
"SignalStrength",
"TdscdmaSignalStrength",
"VoiceRegStateResult",
"WcdmaSignalStrength",
],
gen_java: true,
}