Add policy::Table class to Manager

As the data the class uses is system specific and has to be
defined by an external team, have the code default to not
using this class and allow it to be enabled with a configure
flag.

Change-Id: I28482981f3b23af1cf0545565bfb93d63ad47730
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
3 files changed
tree: 60118d23668bd8af1c12141d3942e029a0fd939e
  1. test/
  2. .gitignore
  3. bootstrap.sh
  4. configure.ac
  5. dbus.cpp
  6. dbus.hpp
  7. interfaces.hpp
  8. LICENSE
  9. main.cpp
  10. Makefile.am
  11. manager.cpp
  12. manager.hpp
  13. policy_table.cpp
  14. policy_table.hpp
  15. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.