You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
394 B
12 lines
394 B
# thermalserviced -- thermal management services for system and vendor
|
|
type thermalserviced, domain;
|
|
type thermalserviced_exec, exec_type, file_type;
|
|
|
|
binder_use(thermalserviced)
|
|
binder_service(thermalserviced)
|
|
add_service(thermalserviced, thermal_service)
|
|
|
|
hwbinder_use(thermalserviced)
|
|
hal_client_domain(thermalserviced, hal_thermal)
|
|
add_hwservice(thermalserviced, thermalcallback_hwservice)
|