2016-12-16 22:20:25 +01:00
|
|
|
# health info abstraction
|
2017-01-11 00:54:25 +01:00
|
|
|
type hal_health_default, domain;
|
2022-03-08 23:56:27 +01:00
|
|
|
|
|
|
|
typeattribute hal_health_default bpfdomain;
|
|
|
|
|
2017-03-17 02:48:40 +01:00
|
|
|
hal_server_domain(hal_health_default, hal_health)
|
2016-12-16 22:20:25 +01:00
|
|
|
|
2017-04-10 22:03:28 +02:00
|
|
|
type hal_health_default_exec, exec_type, vendor_file_type, file_type;
|
2016-12-16 22:20:25 +01:00
|
|
|
init_daemon_domain(hal_health_default)
|
2021-10-26 06:56:29 +02:00
|
|
|
|
|
|
|
# When executing the service in offline-charging mode,
|
|
|
|
# allow to transition to charger_vendor domain.
|
|
|
|
domain_trans(init, hal_health_default_exec, charger_vendor)
|