Branch zuma from gs201 sha1 63751751aa91275b083797278d638078b3a0bf7a cp/pantah/ripcurrent cp/gs201/zuma Bug: 229340586 Change-Id: Ie692d8dbbf0fc4d3b376dc9fe3e930bd3955a88e Signed-off-by: Aaron Ding <aaronding@google.com>
16 lines
602 B
Text
16 lines
602 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;
|
|
allow platform_app proc_vendor_sched:dir r_dir_perms;
|
|
allow platform_app proc_vendor_sched:file w_file_perms;
|
|
|
|
# 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)
|