IBM:huygens:1210: Fix huygens
change the single fab define.
single fab is not used in 1210 release
remove service dependency to bringup the daemon for huygens
Change-Id: I1888623887b2fd91999cadef4e8d69fd1411a5f1
Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
diff --git a/vpd-manager/src/manager.cpp b/vpd-manager/src/manager.cpp
index 809ff53..b53e0ee 100644
--- a/vpd-manager/src/manager.cpp
+++ b/vpd-manager/src/manager.cpp
@@ -28,7 +28,7 @@
m_ioContext(ioCon), m_interface(iFace), m_progressInterface(progressiFace),
m_asioConnection(asioConnection)
{
-#ifdef IBM_SYSTEM
+#ifdef IBM_SYSTEM_SINGLE_FAB
if (!dbusUtility::isChassisPowerOn())
{
SingleFab l_singleFab;