Add MAINTAINERS file

Change-Id: I026786b44bdb079876c0b2699995bf7fc73ca701
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
1 file changed
tree: 00500a31bc97f5db8e882ea6d8893b5afa559348
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. condense_policy.py
  6. configure.ac
  7. create_error_reports.py
  8. dbus.cpp
  9. dbus.hpp
  10. interfaces.hpp
  11. LICENSE
  12. main.cpp
  13. MAINTAINERS
  14. Makefile.am
  15. manager.cpp
  16. manager.hpp
  17. policy_find.cpp
  18. policy_find.hpp
  19. policy_table.cpp
  20. policy_table.hpp
  21. 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`.