Remove touch_service here because we already define in hardware/google/pixel-sepolicy/input and add by ag/16251913. Bug: 199104528 Test: No any related error. Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: I3e5f705f6d3cde18d9495cb110e16c4152fe3d4f
15 lines
551 B
Text
15 lines
551 B
Text
allow platform_app hal_pixel_display_service:service_manager find;
|
|
allow platform_app hal_wlc_hwservice:hwservice_manager find;
|
|
allow platform_app sysfs_vendor_sched:dir r_dir_perms;
|
|
allow platform_app sysfs_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)
|