mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Remove FMRadio
This commit is contained in:
parent
647cee19e8
commit
7dd4e54c8c
194 changed files with 0 additions and 3670 deletions
|
|
@ -1,2 +0,0 @@
|
|||
# FM Radio
|
||||
type fm_radio_device, dev_type;
|
||||
|
|
@ -1 +0,0 @@
|
|||
type sysfs_fmradio_tune, sysfs_type, rw_fs_type, fs_type;
|
||||
|
|
@ -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
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
## FMRadio
|
||||
genfscon sysfs /devices/virtual/s610_radio/s610_radio/ u:object_r:sysfs_fmradio_tune:s0
|
||||
|
|
@ -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;
|
||||
|
|
@ -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)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
type hal_fmradio_service, service_manager_type;
|
||||
type hal_audio_route_service, service_manager_type;
|
||||
|
|
@ -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
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# FMRadio
|
||||
allow system_app hal_fmradio_service:service_manager find;
|
||||
|
||||
binder_call(system_app, hal_fmradio_default)
|
||||
Loading…
Reference in a new issue