1 # thermalserviced -- thermal management services for system and vendor 2 type thermalserviced, domain; 3 type thermalserviced_exec, exec_type, file_type; 4 5 binder_use(thermalserviced) 6 binder_service(thermalserviced) 7 add_service(thermalserviced, thermal_service) 8 9 hwbinder_use(thermalserviced) 10 hal_client_domain(thermalserviced, hal_thermal) 11 add_hwservice(thermalserviced, thermalcallback_hwservice) 12 13 binder_call(thermalserviced, platform_app) 14