meta-google: add host-gpio-monitor recipe

Change-Id: Ibe6172ceb44024d7229b9dfda7b9df2a8f98a8d6
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
diff --git a/meta-google/recipes-google/bare-metal-gpio-monitor/bare-metal-gpio-monitor_git.bb b/meta-google/recipes-google/bare-metal-gpio-monitor/bare-metal-gpio-monitor_git.bb
new file mode 100644
index 0000000..a224284
--- /dev/null
+++ b/meta-google/recipes-google/bare-metal-gpio-monitor/bare-metal-gpio-monitor_git.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Monitor host GPIO in bare metal mode"
+DESCRIPTION = "Monitor host GPIO in bare metal mode"
+GOOGLE_MISC_PROJ = "bare-metal-host-monitor"
+
+require ../google-misc/google-misc.inc
+
+inherit pkgconfig systemd
+
+SYSTEMD_SERVICE:${PN}:append = " \
+  host-gpio-monitor.service \
+  "
+
+DEPENDS:append = " \
+  sdbusplus \
+  stdplus \
+  phosphor-logging \
+  "
+
+RDEPENDS:${PN}:append = " \
+  bare-metal-active \
+  "