host-bmc: refine remote terminus functionality
This commit introduces support for migrating remote terminus-related
functionalities into the host-bmc directory, a move aimed at optimizing
remote terminus operations for future endeavors. By consolidating these
functionalities, tracking and implementing future enhancements become
more streamlined and manageable.
Change-Id: I52b6ced7acacb004b6055ae710193a959d986659
Signed-off-by: Kamalkumar Patel <kamalkumar.patel@ibm.com>
diff --git a/libpldmresponder/meson.build b/libpldmresponder/meson.build
index 45594b0..9e3db15 100644
--- a/libpldmresponder/meson.build
+++ b/libpldmresponder/meson.build
@@ -28,6 +28,7 @@
'../host-bmc/dbus_to_host_effecters.cpp',
'../host-bmc/host_condition.cpp',
'../host-bmc/custom_dbus.cpp',
+ '../host-bmc/utils.cpp',
'event_parser.cpp'
]