Add script to generate dump info file
This commit introduces the gendumpinfo script which generates the
info.yaml file containing metadata about the dump. It also updates
the meson.build files to include this script in the build process
and ensures it gets installed correctly.
Change-Id: Idcd550ceac912ff42ce2df2bfcb333b4c8b8644b
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/dump/tools/common/meson.build b/dump/tools/common/meson.build
new file mode 100644
index 0000000..1e82fd3
--- /dev/null
+++ b/dump/tools/common/meson.build
@@ -0,0 +1 @@
+subdir('include')
\ No newline at end of file