Set BIOS version

Get parsed BIOS version from oem ipmi command, and set to bios_active
D-Bus object.

Tested: Verify the BIOS version is set after host is powered on.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I864aeb92c63c7cc6ca5f158d309bab51b9d2c145
diff --git a/src/meson.build b/src/meson.build
index c668624..b6828c7 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,3 +1,7 @@
+configure_file(output: 'config.h',
+    configuration: cdata,
+)
+
 src_inc = include_directories('.')
 
 so_version = '0.1.0'