Add default event ID and error description

Add the ID and description to use when an entry isn't
found in the policy table.

The final values for these are still being considered
by the IBM service team.

Change-Id: I2ce3f16ed168994599fb48aaba999a1d92856193
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed
tree: 69fb0f18361de8f38196d5751ab46cb4c3765eec
  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`.