1binder_call(platform_app, rild) 2allow platform_app hal_exynos_rild_hwservice:hwservice_manager find; 3 4allow platform_app hal_pixel_display_service:service_manager find; 5allow platform_app hal_wlc_hwservice:hwservice_manager find; 6allow platform_app nfc_service:service_manager find; 7allow platform_app proc_vendor_sched:dir r_dir_perms; 8allow platform_app proc_vendor_sched:file w_file_perms; 9 10# Fingerprint (UDFPS) GHBM/LHBM toggle 11get_prop(platform_app, fingerprint_ghbm_prop) 12 13# allow systemui to set boot animation colors 14set_prop(platform_app, bootanim_system_prop); 15 16binder_call(platform_app, hal_wlc) 17 18# allow udfps of systemui access lhbm 19binder_call(platform_app, hal_graphics_composer_default) 20 21# WLC 22allow platform_app hal_wireless_charger_service:service_manager find; 23binder_call(platform_app, hal_wireless_charger) 24