52862a32c1
Bug: 203462310 Test: Ensure that the BPF filter can be loaded Change-Id: Ib507d4c1718dd56fb336501ed7598de7b44a687b
13 lines
429 B
Text
13 lines
429 B
Text
# health info abstraction
|
|
type hal_health_default, domain;
|
|
|
|
typeattribute hal_health_default bpfdomain;
|
|
|
|
hal_server_domain(hal_health_default, hal_health)
|
|
|
|
type hal_health_default_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_health_default)
|
|
|
|
# When executing the service in offline-charging mode,
|
|
# allow to transition to charger_vendor domain.
|
|
domain_trans(init, hal_health_default_exec, charger_vendor)
|