config + hpefan schema update for hpe/dl60g12

Enables initial support for the dl360 g12 based on internal HPE
builds- namely temp sensor and fan handling.

Also updates the EM exposes-records schema to handle for HPEFans
already supported in FanSensor daemon)

Tested: Confirmed that HPE Fans and sensor records appear in
webUI when paired with appropriate hardware

Entity-Manager bus on D-Bus, as
seen on an HPE BMC w/ appropriate hardware:

'''
xyz.openbmc_project.HwmonTempSensor
`- /xyz
  `- /xyz/openbmc_project
    `- /xyz/openbmc_project/sensors
      `- /xyz/openbmc_project/sensors/temperature
        |- /xyz/openbmc_project/sensors/temperature/Board_Exhaust_1
        |- /xyz/openbmc_project/sensors/temperature/Board_Exhaust_4
        |- /xyz/openbmc_project/sensors/temperature/Board_Inlet
        `- /xyz/openbmc_project/sensors/temperature/PSU_Zone
'''

Change-Id: I34355ac829a183a169019cff331cf68bd5dd1f2d
Signed-off-by: Chris Sides <Christopher.Sides@hpe.com>
diff --git a/configurations/meson.build b/configurations/meson.build
index e2356fe..9ab290e 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -54,6 +54,7 @@
     'genesis3_chassis.json',
     'genesis3_psu.json',
     'gospower_g1136-1300wna_psu.json',
+    'hpe/dl360g12_baseboard.json',
     'ibm_tacoma_rack_controller.json',
     'ingraham.json',
     'intel_front_panel.json',