Merge "Adding policies for allowing inference services with TPU from isolated_compute_app" into main

This commit is contained in:
Sandeep Bandaru 2024-03-20 11:28:50 +00:00 committed by Android (Google) Code Review
commit 5a574f45ab
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# EdgeTPU device (DarwiNN)
type edgetpu_device, dev_type, mlstrustedobject;
type edgetpu_device, dev_type, mlstrustedobject, isolated_compute_allowed_device;

View file

@ -4,4 +4,4 @@ type edgetpu_dba_service, app_api_service, service_manager_type, isolated_comput
type edgetpu_tachyon_service, app_api_service, service_manager_type, isolated_compute_allowed_service;
# EdgeTPU binder service type declaration.
type edgetpu_app_service, service_manager_type;
type edgetpu_app_service, service_manager_type, isolated_compute_allowed_service;