mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 08:54:55 +00:00
Merge "Enable host support for IRadio AIDL" am: d9c19eda92 am: fc1b5d8c73 am: b349f550fa am: 1f31b6e68b am: eedda8c60b
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2056267 Change-Id: I6078cbde553149a2da8426bddd91ead245638f32 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -10,6 +10,7 @@ package {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/*.aidl"],
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
@@ -30,6 +31,7 @@ aidl_interface {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio.config",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/config/*.aidl"],
|
||||
stability: "vintf",
|
||||
imports: ["android.hardware.radio"],
|
||||
@@ -58,6 +60,7 @@ aidl_interface {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio.data",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/data/*.aidl"],
|
||||
stability: "vintf",
|
||||
imports: ["android.hardware.radio"],
|
||||
@@ -86,6 +89,7 @@ aidl_interface {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio.messaging",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/messaging/*.aidl"],
|
||||
stability: "vintf",
|
||||
imports: ["android.hardware.radio"],
|
||||
@@ -107,6 +111,7 @@ aidl_interface {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio.modem",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/modem/*.aidl"],
|
||||
stability: "vintf",
|
||||
imports: ["android.hardware.radio"],
|
||||
@@ -135,6 +140,7 @@ aidl_interface {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio.network",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/network/*.aidl"],
|
||||
stability: "vintf",
|
||||
imports: ["android.hardware.radio"],
|
||||
@@ -163,6 +169,7 @@ aidl_interface {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio.sim",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/sim/*.aidl"],
|
||||
stability: "vintf",
|
||||
imports: [
|
||||
@@ -197,6 +204,7 @@ aidl_interface {
|
||||
aidl_interface {
|
||||
name: "android.hardware.radio.voice",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: ["android/hardware/radio/voice/*.aidl"],
|
||||
stability: "vintf",
|
||||
imports: ["android.hardware.radio"],
|
||||
|
||||
Reference in New Issue
Block a user