Merge "Add hal_graphics_mapper_service type" into main

This commit is contained in:
Jooyung Han 2024-02-05 21:02:15 +00:00 committed by Gerrit Code Review
commit d4ae4c1165
4 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,7 @@
fwk_vibrator_control_service
ecm_enhanced_confirmation_service
hal_authgraph_service
hal_graphics_mapper_service
hal_secretkeeper_service
hal_codec2_service
hal_macsec_service

View file

@ -3,6 +3,7 @@ binder_call(hal_graphics_allocator_client, hal_graphics_allocator_server)
hal_attribute_hwservice(hal_graphics_allocator, hal_graphics_allocator_hwservice)
allow hal_graphics_allocator_client hal_graphics_mapper_hwservice:hwservice_manager find;
allow hal_graphics_allocator_client hal_graphics_mapper_service:service_manager find;
allow hal_graphics_allocator_client same_process_hal_file:file { execute read open getattr map };
# GPU device access

View file

@ -303,6 +303,7 @@ type hal_fingerprint_service, protected_service, hal_service_type, service_manag
type hal_gnss_service, protected_service, hal_service_type, service_manager_type;
type hal_graphics_allocator_service, hal_service_type, service_manager_type;
type hal_graphics_composer_service, protected_service, hal_service_type, service_manager_type;
type hal_graphics_mapper_service, hal_service_type, service_manager_type;
type hal_health_service, protected_service, hal_service_type, service_manager_type;
type hal_health_storage_service, protected_service, hal_service_type, service_manager_type;
type hal_identity_service, protected_service, hal_service_type, service_manager_type;

View file

@ -190,6 +190,7 @@ def TestIsolatedAttributeConsistency(test_policy):
"hal_graphics_allocator_hwservice":["hwservice_manager"],
"hal_graphics_allocator_server":["binder", "service_manager"],
"hal_graphics_mapper_hwservice":["hwservice_manager"],
"hal_graphics_mapper_service":["service_manager"],
"hal_neuralnetworks": ["binder", "fd"],
"hal_neuralnetworks_service": ["service_manager"],
"hal_neuralnetworks_hwservice":["hwservice_manager"],