Bug: 254378739 Test: boot with no relevant error Change-Id: If7d7334896f544c7d91b123513ebe437a35373ad
14 lines
492 B
Text
14 lines
492 B
Text
allow platform_app hal_pixel_display_service:service_manager find;
|
|
allow platform_app hal_wlc_hwservice:hwservice_manager find;
|
|
allow platform_app nfc_service:service_manager find;
|
|
|
|
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
|
get_prop(platform_app, fingerprint_ghbm_prop)
|
|
|
|
# allow systemui to set boot animation colors
|
|
set_prop(platform_app, bootanim_system_prop);
|
|
|
|
binder_call(platform_app, hal_wlc)
|
|
|
|
# allow udfps of systemui access lhbm
|
|
binder_call(platform_app, hal_graphics_composer_default)
|