edgetpu_service was splitted into two in previous change: edgetpu_service and edgetpu_vendor_service, where the new vendor service for vendor clients, and the old service keeps serving app clients. This change updated the SELinux policy to rename the edgetpu_service into edgetpu_app_service to make the purpose clearer. Bug: 188463446 Test: Oriole + GCA Change-Id: I3a133319edc84fc02ef211934d0542575580da14
11 lines
698 B
Text
11 lines
698 B
Text
# EdgeTPU service
|
|
com.google.edgetpu.IEdgeTpuAppService/default u:object_r:edgetpu_app_service:s0
|
|
com.google.edgetpu.IEdgeTpuVendorService/default u:object_r:edgetpu_vendor_service:s0
|
|
|
|
# TPU NNAPI Service
|
|
android.hardware.neuralnetworks.IDevice/google-edgetpu u:object_r:edgetpu_nnapi_service:s0
|
|
|
|
com.google.hardware.pixel.display.IDisplay/default u:object_r:hal_pixel_display_service:s0
|
|
com.google.input.ITouchContextService/default u:object_r:touch_context_service:s0
|
|
uwb_vendor u:object_r:uwb_vendor_service:s0
|
|
hardware.qorvo.uwb.IUwb/default u:object_r:hal_uwb_service:s0
|