dcmi: get temperature readings - json

This commit adds a json file that specifies instance numbers and d-bus
paths to look-up for temperature readings. The specific json in this
commit is mostly empty, and system specific overrides are supposed to add
appropriate content.

Change-Id: I155a2e037041cf19b903f5b178e6849857a3d39f
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_temp_readings.json b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_temp_readings.json
new file mode 100644
index 0000000..502f6d1
--- /dev/null
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_temp_readings.json
@@ -0,0 +1,8 @@
+{
+    "inlet": [
+    ],
+    "baseboard": [
+    ],
+    "cpu": [
+    ]
+}