mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Enable host support for IRadio AIDL"
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"],
|
||||
@@ -51,6 +53,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"],
|
||||
@@ -72,6 +75,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"],
|
||||
@@ -93,6 +97,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"],
|
||||
@@ -114,6 +119,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"],
|
||||
@@ -135,6 +141,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: [
|
||||
@@ -159,6 +166,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