blob: 8e118e9f53d0d11cd85f42aef727fadaefa5c332 [file] [log] [blame]
Sandeep Patilc82cf892016-12-16 13:20:25 -08001# health info abstraction
Alex Klyubinf41d89e2017-01-10 15:54:25 -08002type hal_health_default, domain;
Stephane Lee52862a32022-03-08 14:56:27 -08003
4typeattribute hal_health_default bpfdomain;
5
Alex Klyubin9e6b24c2017-03-16 18:48:40 -07006hal_server_domain(hal_health_default, hal_health)
Sandeep Patilc82cf892016-12-16 13:20:25 -08007
Sandeep Patil2ee66e72017-04-10 13:03:28 -07008type hal_health_default_exec, exec_type, vendor_file_type, file_type;
Sandeep Patilc82cf892016-12-16 13:20:25 -08009init_daemon_domain(hal_health_default)
Yifan Hong035ce4b2021-10-25 21:56:29 -070010
11# When executing the service in offline-charging mode,
12# allow to transition to charger_vendor domain.
13domain_trans(init, hal_health_default_exec, charger_vendor)