kunlun2: Resolve power HAL denials on R

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
DennySPB 2021-01-01 23:36:23 +05:30 committed by GiaSen
parent 0b9dcc21d6
commit d4a7573cd1
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
binder_call(flipendo, hal_power_pixel);

View file

@ -43,8 +43,10 @@ allow hal_power_pixel input_device:chr_file rw_file_perms;
allow hal_power_pixel hal_power_hwservice:hwservice_manager add; allow hal_power_pixel hal_power_hwservice:hwservice_manager add;
allow hal_power_pixel hidl_base_hwservice:hwservice_manager add; allow hal_power_pixel hidl_base_hwservice:hwservice_manager add;
allow hal_power_pixel hal_power_service:service_manager add;
binder_call(hal_power_pixel, hwservicemanager) binder_call(hal_power_pixel, hwservicemanager)
binder_call(hal_power_pixel, hal_audio) binder_call(hal_power_pixel, hal_audio)
binder_call(hal_power_pixel, servicemanager);
# To get hwservicemanager state # To get hwservicemanager state
get_prop(hal_power_pixel, hwservicemanager_prop) get_prop(hal_power_pixel, hwservicemanager_prop)

View file

@ -0,0 +1 @@
binder_call(surfaceflinger, hal_power_pixel);