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