1typeattribute healthd coredomain; 2 3init_daemon_domain(healthd) 4 5# Allow healthd to serve health HAL 6hal_server_domain(healthd, hal_health) 7 8# Healthd needs to tell init to continue the boot 9# process when running in charger mode. 10set_prop(healthd, system_prop) 11set_prop(healthd, exported_system_prop) 12set_prop(healthd, exported2_system_prop) 13set_prop(healthd, exported3_system_prop) 14