universal7885: Remove FMRadio

This commit is contained in:
roynatech2544 2023-11-29 12:42:57 +09:00
commit 7dd4e54c8c
No known key found for this signature in database
GPG key ID: 389DAC92CAECBBCC
194 changed files with 0 additions and 3670 deletions

View file

@ -1,2 +0,0 @@
# FM Radio
type fm_radio_device, dev_type;

View file

@ -1 +0,0 @@
type sysfs_fmradio_tune, sysfs_type, rw_fs_type, fs_type;

View file

@ -1,6 +0,0 @@
# FMRadio
/system/bin/vendor\.eureka\.hardware\.fmradio-service u:object_r:hal_fmradio_default_exec:s0
/system/bin/vendor\.eureka\.hardware\.audio_route-service u:object_r:hal_audio_route_default_exec:s0
/dev/radio0 u:object_r:fm_radio_device:s0

View file

@ -1,2 +0,0 @@
## FMRadio
genfscon sysfs /devices/virtual/s610_radio/s610_radio/ u:object_r:sysfs_fmradio_tune:s0

View file

@ -1,12 +0,0 @@
type hal_audio_route_default, domain, coredomain;
type hal_audio_route_default_exec, exec_type, file_type, system_file_type;
add_service(hal_audio_route_default, hal_audio_route_service);
init_daemon_domain(hal_audio_route_default);
binder_use(hal_audio_route_default);
binder_call(hal_audio_route_default, audioserver)
binder_call(audioserver, hal_audio_route_default)
allow hal_audio_route_default audioserver_service:service_manager find;

View file

@ -1,18 +0,0 @@
type hal_fmradio_default, domain, coredomain;
type hal_fmradio_default_exec, exec_type, file_type, system_file_type;
add_service(hal_fmradio_default, hal_fmradio_service);
init_daemon_domain(hal_fmradio_default);
binder_use(hal_fmradio_default);
allow hal_fmradio_default sysfs_fmradio_tune:file rw_file_perms;
allow hal_fmradio_default sysfs_fmradio_tune:dir search;
allow hal_fmradio_default fm_radio_device:chr_file { read write open ioctl };
allow hal_fmradio_default hal_audio_route_service:service_manager find;
allow hal_fmradio_default self:capability kill;
allow hal_fmradio_default system_app:process signull;
binder_call(hal_fmradio_default, hal_audio_route_default)

View file

@ -1,2 +0,0 @@
type hal_fmradio_service, service_manager_type;
type hal_audio_route_service, service_manager_type;

View file

@ -1,4 +0,0 @@
# FMRadio
vendor.eureka.hardware.fmradio.IFMDevControl/default u:object_r:hal_fmradio_service:s0
vendor.eureka.hardware.fmradio.IFMDevControl/support u:object_r:hal_fmradio_service:s0
vendor.eureka.hardware.audio_route.IAudioRoute/default u:object_r:hal_audio_route_service:s0

View file

@ -1,4 +0,0 @@
# FMRadio
allow system_app hal_fmradio_service:service_manager find;
binder_call(system_app, hal_fmradio_default)