Since we are now creating an AOSP HAL for uwb. Rename qorvo's internal HAL to hal_uwb_vendor to avoid conflicts with the AOSP HAL sepolicy rules. Bug: 195308730 Test: Compiles Change-Id: I0c06a9d191d6bf2f2e5c66f70be0c7f8e8aa96b4
12 lines
418 B
Text
12 lines
418 B
Text
type uwb_vendor_app, domain;
|
|
|
|
app_domain(uwb_vendor_app)
|
|
|
|
add_service(uwb_vendor_app, uwb_vendor_service)
|
|
|
|
allow uwb_vendor_app app_api_service:service_manager find;
|
|
allow uwb_vendor_app hal_uwb_vendor_service:service_manager find;
|
|
allow uwb_vendor_app nfc_service:service_manager find;
|
|
|
|
allow uwb_vendor_app uwb_vendor_data_file:file create_file_perms;
|
|
allow uwb_vendor_app uwb_vendor_data_file:dir create_dir_perms;
|