needed for copying the factory calib file from persist to /data/vendor/uwb, along with converting the file to a valid format for uwb HAL Equivalent CL: ag/22980180 Bug: 296108382 Bug: 296108391 Test: local build passed Change-Id: I576d21433e2d0b958ef876bd42c382dd2061796e Signed-off-by: Hasan Awais <hasanawais@google.com>
8 lines
253 B
Text
8 lines
253 B
Text
type vendor_uwb_init, domain;
|
|
type vendor_uwb_init_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(vendor_uwb_init)
|
|
|
|
allow vendor_uwb_init uwb_data_vendor:file create_file_perms;
|
|
allow vendor_uwb_init uwb_data_vendor:dir w_dir_perms;
|
|
|