1get_prop(platform_app, vendor_aware_available_prop)
2
3# allow systemui to set boot animation colors
4set_prop(platform_app, bootanim_system_prop);
5
6# allow platform_app/systemui access to fingerprint
7hal_client_domain(platform_app, hal_fingerprint)
8