mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
1. Rename uwb vendor app. 2. Rename uwb vendor HAL binary name & service name. 3. Allow vendor HAL to host the AOSP UWB HAL service. 4. Allow NFC HAL to access uwb calibration files. Bug: 186585880 Bug: 204718220 Bug: 206045367 Test: Manual Tests Change-Id: Ib0456617d0f5cf116d11a9412f47f36e2b8df570
15 lines
577 B
Plaintext
15 lines
577 B
Plaintext
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)
|
|
|
|
hal_server_domain(hal_uwb_vendor_default, hal_uwb)
|
|
add_service(hal_uwb_vendor_default, hal_uwb_vendor_service)
|
|
|
|
hal_server_domain(hal_uwb_vendor_default, hal_uwb_vendor)
|
|
binder_call(hal_uwb_vendor_default, uwb_vendor_app)
|
|
|
|
allow hal_uwb_vendor_default uwb_data_vendor:dir create_dir_perms;
|
|
allow hal_uwb_vendor_default uwb_data_vendor:file create_file_perms;
|
|
|
|
get_prop(hal_uwb_vendor_default, vendor_uwb_calibration_prop)
|