phosphor-pid-control: enable OEM IPMI handler

Enables installing the OEM IPMI handler for phosphor-pid-control that
allows setting it in manual mode, or checking if it's in fail-sade mode.

Change-Id: I4e4f31977aa30ae8ef245f78ece02518ec015aca
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb b/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb
index c706ddb..0da1939 100644
--- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb
+++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb
@@ -39,15 +39,14 @@
 
 FILES_${PN} = "${sbindir}/swampd ${sbindir}/setsensor"
 
-# TODO: Enable this once OEM routing is enabled.
-#FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
-#FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
-#FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
-#FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
+# The following installs the OEM IPMI handler for the fan controls.
+FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
+FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
+FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
+FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
 
 EXTRA_OECONF = "SENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/sensor-list.yaml \
                 PID_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/pid-list.yaml \
                 ZONE_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/zone-info.yaml"
 
-# TODO: Enable this once OEM routing is enabled.
-#HOSTIPMI_PROVIDER_LIBRARY += "libmanualcmds.so"
\ No newline at end of file
+HOSTIPMI_PROVIDER_LIBRARY += "libmanualcmds.so"