blob: 93bc3d8fcd8a3c6cb4933c9a4a3089cd0f104347 [file] [log] [blame]
Inseob Kimff43be22021-06-07 16:56:56 +09001typeattribute 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, exported3_system_prop)