Create class for finding compatible system types
Create class for finding the list of compatible system types for the
current system.
Use the new D-Bus interface
xyz.openbmc_project.Inventory.Decorator.Compatible to find the system
types.
Tested:
* See test plan at
https://gist.github.com/smccarney/7bfc20b258cd6ccfba908730102a32dd
Change-Id: I47063642a601991aac8e63f39d8d1f29c4896db0
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
diff --git a/meson.build b/meson.build
index bc0f16f..eef72a3 100644
--- a/meson.build
+++ b/meson.build
@@ -154,6 +154,7 @@
'power',
error_cpp,
error_hpp,
+ 'compatible_system_types_finder.cpp',
'dbus_interfaces_finder.cpp',
'gpio.cpp',
'pmbus.cpp',