Create regulators AndAction class

Create the AndAction class that implements the "and" action in the JSON
config file.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: If6f0353c8ac8805d4db6ad7c6591869fb6c6c0e3
diff --git a/phosphor-regulators/test/meson.build b/phosphor-regulators/test/meson.build
index 830564c..175ac06 100644
--- a/phosphor-regulators/test/meson.build
+++ b/phosphor-regulators/test/meson.build
@@ -11,6 +11,7 @@
 
     'actions/action_environment_tests.cpp',
     'actions/action_utils_tests.cpp',
+    'actions/and_action_tests.cpp',
     'actions/not_action_tests.cpp',
     'actions/run_rule_action_tests.cpp',
     'actions/set_device_action_tests.cpp'