Find a policy entry and create the Policy object
Find an entry in the policy table based on the error
log entry's properties, and create and save the
sdbusplus object for it.
Change-Id: Ifc09059169b5faedb4eae74a76d59847d7b2868b
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 9a086b5..5cc1a1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,16 +6,19 @@
dbus.cpp \
main.cpp \
manager.cpp \
+ policy_find.cpp \
policy_table.cpp
ibm_log_manager_CXX_FLAGS = \
$(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
+ $(IBM_DBUS_INTERFACES_CFLAGS) \
$(SDBUSPLUS_CFLAGS) \
$(PHOSPHOR_LOGGING_CFLAGS)
ibm_log_manager_LDFLAGS = \
-lstdc++fs \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
+ $(IBM_DBUS_INTERFACES_LIBS) \
$(SDBUSPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS)