Revert "Add radio_ext aidl to compatibility matrix"

Reason for revert: Broke next target, b/303392497

Reverted changes: /q/submissionid:24799507-ak3_ssc_aidl

Change-Id: I20c5834b71d0695f2fd4e7bc55785895410951d1
This commit is contained in:
Sam Dubey 2023-10-04 13:11:33 +00:00
parent cbc4b64bd1
commit e5988c99b7
6 changed files with 0 additions and 30 deletions

View File

@ -1,10 +0,0 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="aidl">
<name>vendor.google.radio_ext</name>
<version>1</version>
<interface>
<name>IRadioExt</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

View File

@ -1,5 +0,0 @@
PRODUCT_SOONG_NAMESPACES += vendor/google/interfaces
PRODUCT_PACKAGES += vendor.google.radio_ext-service
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/modem/radio_ext/compatibility_matrix.xml
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/modem/radio_ext/sepolicy

View File

@ -1 +0,0 @@
/vendor/bin/hw/vendor\.google\.radio_ext-service u:object_r:hal_radio_ext_exec:s0

View File

@ -1,11 +0,0 @@
type hal_radio_ext, domain;
type hal_radio_ext_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_radio_ext)
binder_call(hal_radio_ext, servicemanager)
add_service(hal_radio_ext, hal_radio_ext_service)
# Allow access to the backlight driver to set ssc_mode
allow hal_radio_ext sysfs_leds:dir search;
allow hal_radio_ext sysfs_leds:file rw_file_perms;

View File

@ -1,2 +0,0 @@
# Radio Ext AIDL service
type hal_radio_ext_service, hal_service_type, protected_service, service_manager_type;

View File

@ -1 +0,0 @@
vendor.google.radio_ext.IRadioExt/default u:object_r:hal_radio_ext_service:s0