Add button-handler framework
This new application will listen for button press
signals generated by the xyz.openbmc_project.Chassis.Buttons
code and perform the necessary actions, like powering off
when the power button is pressed.
This first commit is just the framework, and all of the
functionality will follow.
Change-Id: Ia877684627b53e0fcc6f4b0b82063811e8ced6ea
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/.gitignore b/.gitignore
index c8279f9..ac35ff1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
buttons
+button-handler
CMakeFiles
CMakeCache.txt
cmake_install.cmake