meta-hpe: rl300 power sequencing, restore files accidently removed

The files were accidently removed in commit.
https://gerrit.openbmc.org/c/openbmc/openbmc/+/66477

Change-Id: I8acf1a9b05cdffd1dc959b4bcd478a6b149af8b1
Signed-off-by: Charles Kearney <charles.kearney@hpe.com>
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service
new file mode 100644
index 0000000..a2416b6
--- /dev/null
+++ b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=HPE RL300 PowerOK
+
+[Service]
+ExecStart=/usr/bin/gpios-manager down
+
+[Install]
+# WantedBy=multi-user.target
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service
new file mode 100644
index 0000000..7aed15b
--- /dev/null
+++ b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=HPE RL300 PowerOK
+
+[Service]
+ExecStart=/usr/bin/gpios-manager up
+
+[Install]
+# WantedBy=multi-user.target
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service
new file mode 100644
index 0000000..f3d28ea
--- /dev/null
+++ b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=HPE RL300 Power Button
+
+[Service]
+ExecStart=/usr/bin/power-button pressed
+
+[Install]
+# WantedBy=multi-user.target
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service
new file mode 100644
index 0000000..65e1b40
--- /dev/null
+++ b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=HPE RL300 Power Button Release
+
+[Service]
+ExecStart=/usr/bin/power-button released
+
+[Install]
+# WantedBy=multi-user.target