Create regulators OrAction class

Create the OrAction class that implements the "or" action in the JSON
config file.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: I6df3da246f03fd0ac4de16de5ccf1436e3b2d63e
diff --git a/phosphor-regulators/test/meson.build b/phosphor-regulators/test/meson.build
index 175ac06..5a9eea0 100644
--- a/phosphor-regulators/test/meson.build
+++ b/phosphor-regulators/test/meson.build
@@ -13,6 +13,7 @@
     'actions/action_utils_tests.cpp',
     'actions/and_action_tests.cpp',
     'actions/not_action_tests.cpp',
+    'actions/or_action_tests.cpp',
     'actions/run_rule_action_tests.cpp',
     'actions/set_device_action_tests.cpp'
 ]