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