yosemitev2:Multi-host CPU info displayed in OCP debug-card.

This implementation is going to display the processor
information in the OCP debug-card.

Tested: information frame value of processor info
displayed in the OCP debug card with multi-host
Yosemitev2 platform.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Change-Id: Iec29bae79a4c56d92184a69ea187549895f34db9
diff --git a/include/oemcommands.hpp b/include/oemcommands.hpp
index a46db3a..6165b5e 100644
--- a/include/oemcommands.hpp
+++ b/include/oemcommands.hpp
@@ -105,6 +105,8 @@
 #define BIT_2 0x04
 #define BIT_3 0x08
 
+#define KEY_PROC_NAME "product_name"
+#define KEY_BASIC_INFO "basic_info"
 #define DIMM_TYPE "type"
 #define DIMM_SPEED "speed"
 #define JSON_DIMM_TYPE_FILE "/usr/share/lcd-debug/dimm_type.json"