schema: factor out dbus
Move schema that validate OpenBMC DBus interfaces to a single file to
facilitate re-use and improve organization. Perhaps this file could be
generated from the canonical DBus documentation for OpenBMC.
Change-Id: If02cbf1b646d39b6e71f4c6e595d1992bc71ef92
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meson.build b/meson.build
index 2425696..3f4826e 100644
--- a/meson.build
+++ b/meson.build
@@ -113,6 +113,7 @@
schemas = [
'global.json',
'legacy.json',
+ 'openbmc-dbus.json',
'Pid.json',
'Pid.Zone.json',
'Stepwise.json',