hypervisor: state management support
Some systems have a hypervisor firmware stack which they wish to track
and change the state of. This new state management object will provide
this function if a user selects to bring it into their system.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I6082c6e06c6731d71f2e580e1ab87af38917bb3a
diff --git a/service_files/meson.build b/service_files/meson.build
index a1f38f9..31b1974 100644
--- a/service_files/meson.build
+++ b/service_files/meson.build
@@ -9,6 +9,7 @@
'xyz.openbmc_project.State.BMC.service',
'xyz.openbmc_project.State.Chassis.service',
'xyz.openbmc_project.State.Host.service',
+ 'xyz.openbmc_project.State.Hypervisor.service',
'xyz.openbmc_project.State.ScheduledHostTransition.service',
'phosphor-clear-one-time@.service',
'phosphor-set-host-transition-to-off@.service',