1
2not_recovery(`
3allow uwb_vendor_app hal_uwb_vendor_service:service_manager find;
4
5hal_client_domain(uwb_vendor_app, hal_uwb_vendor)
6allow hal_uwb_vendor_default self:global_capability_class_set sys_nice;
7allow hal_uwb_vendor_default kernel:process setsched;
8
9# UwbVendorService must be able to read USRA version from vendor_secure_element_prop
10get_prop(uwb_vendor_app, vendor_secure_element_prop)
11# UwbVendorService must be able to write country code prop
12set_prop(uwb_vendor_app, vendor_uwb_calibration_country_code)
13
14binder_call(uwb_vendor_app, hal_uwb_vendor_default)
15')
16