Fan control: Add Manager class and fan data

Create the fan manager class.

Check in the fan zone data as a normal file.  In a future commit
this will be generated during the compile.  It is required now
for review and so everything compiles.

Change-Id: I5733b81db80c5e072abdbffd42e335fa46c61ef8
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/control/Makefile.am b/control/Makefile.am
index dce5df0..adfd227 100644
--- a/control/Makefile.am
+++ b/control/Makefile.am
@@ -5,7 +5,9 @@
 	phosphor-fan-control
 
 phosphor_fan_control_SOURCES = \
-	main.cpp
+	generated.cpp \
+	main.cpp \
+	manager.cpp
 
 phosphor_fan_control_LDADD = \
 	$(SDBUSPLUS_LIBS) \