JSON file with DCMI capabilities.

This JSON file is containing the DCMI capabilities, this can
be overriden for individual systems based on the capabilities.

Change-Id: I67231fc8ea6da4e13856da296fc7c24e3122c559
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
new file mode 100644
index 0000000..0f3dc33
--- /dev/null
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
@@ -0,0 +1,17 @@
+{
+    "PowerManagement": 1,
+    "OOBSecondaryLan": 1,
+    "SerialTMODE": 1,
+    "InBandSystemInterfaceChannel": 1,
+    "SELAutoRollOver": 1,
+    "FlushEntireSELUponRollOver": 0,
+    "RecordLevelSELFlushUponRollOver": 0,
+    "NumberOfSELEntries": 200,
+    "TempMonitoringSamplingFreq":0,
+    "PowerMgmtDeviceSlaveAddress": 0,
+    "BMCChannelNumber": 0,
+    "DeviceRivision": 0,
+    "MandatoryPrimaryLanOOBSupport": 255,
+    "OptionalSecondaryLanOOBSupport": 255,
+    "OptionalSerialOOBMTMODECapability": 255
+}