Fix decoding of MB

The BuildDate property value is incorrect when testing via ipmitool
command and should be parsed as MB keyword instead of RAW.

Testd: BuildDate property value is correct via dbus, ipmitool commands
and unit test.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I6dd14d82df3b7f46b1717960a0a97df4a4c7e30e
diff --git a/impl.hpp b/impl.hpp
index 15a9503..94a958e 100644
--- a/impl.hpp
+++ b/impl.hpp
@@ -20,6 +20,7 @@
     RAW,   /**< raw data */
     // Keywords needing custom decoding
     B1, /**< The keyword B1 needs to be decoded specially */
+    MB, /**< Special decoding of MB meant for Build Date */
     UD  /**< Special decoding of UD meant for UUID */
 };