1# health info abstraction 2type hal_health_default, domain; 3 4typeattribute hal_health_default bpfdomain; 5 6hal_server_domain(hal_health_default, hal_health) 7 8type hal_health_default_exec, exec_type, vendor_file_type, file_type; 9init_daemon_domain(hal_health_default) 10 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) 14