host-bmc: migrate dbus hosting logic into dbus folder

This commit aims at migrating the custom_dbus files from the host_bmc
directory to the host-bmc/dbus directory. This makes the code cleaner
since it abstracts all the dbus objects hosting code to the dbus folder

Change-Id: Ia310e8a16f9489060ef228496d364c602a4fa6a8
Signed-off-by: Kamalkumar Patel <kamalkumar.patel@ibm.com>
diff --git a/host-bmc/test/custom_dbus_test.cpp b/host-bmc/test/custom_dbus_test.cpp
index 4549c0d..be23924 100644
--- a/host-bmc/test/custom_dbus_test.cpp
+++ b/host-bmc/test/custom_dbus_test.cpp
@@ -1,4 +1,4 @@
-#include "../custom_dbus.hpp"
+#include "../dbus/custom_dbus.hpp"
 
 #include <gtest/gtest.h>
 
diff --git a/host-bmc/test/meson.build b/host-bmc/test/meson.build
index 9b7cbba..d102ff7 100644
--- a/host-bmc/test/meson.build
+++ b/host-bmc/test/meson.build
@@ -5,7 +5,7 @@
 test_sources = [
   '../../common/utils.cpp',
   '../utils.cpp',
-  '../custom_dbus.cpp',
+  '../dbus/custom_dbus.cpp',
 ]
 
 tests = [