Skip to content
Snippets Groups Projects
Commit 69b7f7ec authored by Todd Poynor's avatar Todd Poynor Committed by android-build-merger
Browse files

PowerUI access to thermalservice

am: bbc692c6

Change-Id: I1cd3ec5226de4d41739d7f4198211faba0e731ba
parents 9201edac bbc692c6
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ allow platform_app mediadrmserver_service:service_manager find; ...@@ -54,6 +54,7 @@ allow platform_app mediadrmserver_service:service_manager find;
allow platform_app persistent_data_block_service:service_manager find; allow platform_app persistent_data_block_service:service_manager find;
allow platform_app radio_service:service_manager find; allow platform_app radio_service:service_manager find;
allow platform_app surfaceflinger_service:service_manager find; allow platform_app surfaceflinger_service:service_manager find;
allow platform_app thermal_service:service_manager find;
allow platform_app timezone_service:service_manager find; allow platform_app timezone_service:service_manager find;
allow platform_app app_api_service:service_manager find; allow platform_app app_api_service:service_manager find;
allow platform_app system_api_service:service_manager find; allow platform_app system_api_service:service_manager find;
......
...@@ -9,3 +9,5 @@ add_service(thermalserviced, thermal_service) ...@@ -9,3 +9,5 @@ add_service(thermalserviced, thermal_service)
hwbinder_use(thermalserviced) hwbinder_use(thermalserviced)
hal_client_domain(thermalserviced, hal_thermal) hal_client_domain(thermalserviced, hal_thermal)
add_hwservice(thermalserviced, thermalcallback_hwservice) add_hwservice(thermalserviced, thermalcallback_hwservice)
binder_call(thermalserviced, platform_app)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment