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
5 lines
215 B
Text
5 lines
215 B
Text
type hal_uwb_vendor_default, domain;
|
|
type hal_uwb_vendor_default_exec, vendor_file_type, exec_type, file_type;
|
|
init_daemon_domain(hal_uwb_vendor_default)
|
|
|
|
add_service(hal_uwb_vendor_default, hal_uwb_vendor_service)
|