Add new time zone detection service

Add entries necessary for the new time zone detection service.

Bug:140712361
Test: See related frameworks/base change
Change-Id: Ide4244104e2add843c1d699d528328dd71a6b525
This commit is contained in:
Neil Fuller 2019-11-07 16:01:55 +00:00
parent c03def15ed
commit dcda8d0bb7
4 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@
service_manager_service
system_group_file
system_passwd_file
timezonedetector_service
vendor_apex_file
vendor_boringssl_self_test
vendor_install_recovery

View File

@ -197,6 +197,7 @@ testharness u:object_r:testharness_service:s0
textclassification u:object_r:textclassification_service:s0
textservices u:object_r:textservices_service:s0
time_detector u:object_r:timedetector_service:s0
time_zone_detector u:object_r:timezonedetector_service:s0
timezone u:object_r:timezone_service:s0
thermalservice u:object_r:thermal_service:s0
trust u:object_r:trust_service:s0

View File

@ -35,6 +35,7 @@ allow radio nfc_service:service_manager find;
allow radio app_api_service:service_manager find;
allow radio system_api_service:service_manager find;
allow radio timedetector_service:service_manager find;
allow radio timezonedetector_service:service_manager find;
# Perform HwBinder IPC.
hwbinder_use(radio)

View File

@ -167,6 +167,7 @@ type telecom_service, app_api_service, ephemeral_app_api_service, system_server_
type thermal_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type timedetector_service, system_server_service, service_manager_type;
type timezone_service, system_server_service, service_manager_type;
type timezonedetector_service, system_server_service, service_manager_type;
type trust_service, app_api_service, system_server_service, service_manager_type;
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;