SePolicy rules for initial media quality HAL service
We add a new HAL service specific for TV that will support ambient
backlight on TV and manage picture and sound profile for TV setting.
Will also support ACR and AIPQ in the future.
Bug: 375092640
Test: m on cuttlefish and gambit
Change-Id: I35da1e652f285fb8845049582046fe4b4ecc9704
diff --git a/private/service.te b/private/service.te
index 08a032a..eee98d0 100644
--- a/private/service.te
+++ b/private/service.te
@@ -32,6 +32,10 @@
type media_quality_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
')
+until_board_api(202504, `
+ type hal_mediaquality_service, protected_service, hal_service_type, service_manager_type;
+')
+
is_flag_enabled(RELEASE_SUPERVISION_SERVICE, `
type supervision_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
')