gs-policy: Remove obsolete uwb vendor service rules
This service no longer exists in the UCI stack. Bug: 186585880 Test: Manual UWB tests Change-Id: I279824be6f51470364ad61833b797aa23cbea859
This commit is contained in:
parent
b92095e322
commit
046601d414
4 changed files with 0 additions and 10 deletions
|
@ -1,3 +1,2 @@
|
||||||
type hal_pixel_display_service, service_manager_type, vendor_service;
|
type hal_pixel_display_service, service_manager_type, vendor_service;
|
||||||
type hal_uwb_vendor_service, service_manager_type, vendor_service;
|
type hal_uwb_vendor_service, service_manager_type, vendor_service;
|
||||||
type uwb_vendor_service, service_manager_type, vendor_service;
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
com.google.hardware.pixel.display.IDisplay/default u:object_r:hal_pixel_display_service:s0
|
com.google.hardware.pixel.display.IDisplay/default u:object_r:hal_pixel_display_service:s0
|
||||||
hardware.qorvo.uwb.IUwbVendor/default u:object_r:hal_uwb_vendor_service:s0
|
hardware.qorvo.uwb.IUwbVendor/default u:object_r:hal_uwb_vendor_service:s0
|
||||||
uwb_vendor u:object_r:uwb_vendor_service:s0
|
|
||||||
|
|
|
@ -1,7 +1 @@
|
||||||
binder_call(system_server, hal_camera_default);
|
binder_call(system_server, hal_camera_default);
|
||||||
|
|
||||||
# Allow system server to find vendor uwb service. In the legacy
|
|
||||||
# UWB stack, system_server talks directly to the vendor stack.
|
|
||||||
# TODO(b/186585880): This will be obsoleted when the new UCI stack for
|
|
||||||
# UWB lands.
|
|
||||||
allow system_server uwb_vendor_service:service_manager find;
|
|
||||||
|
|
|
@ -2,8 +2,6 @@ type uwb_vendor_app, domain;
|
||||||
|
|
||||||
app_domain(uwb_vendor_app)
|
app_domain(uwb_vendor_app)
|
||||||
|
|
||||||
add_service(uwb_vendor_app, uwb_vendor_service)
|
|
||||||
|
|
||||||
not_recovery(`
|
not_recovery(`
|
||||||
hal_client_domain(uwb_vendor_app, hal_uwb_vendor)
|
hal_client_domain(uwb_vendor_app, hal_uwb_vendor)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue