Add initial meson.build and empty code

Add initial meson.build and make sure it generates the shared library.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: If04fcbeb4bcfeb67bb3654e15c17eb99352e97a3
diff --git a/src/inspur_oem.hpp b/src/inspur_oem.hpp
new file mode 100644
index 0000000..c52d891
--- /dev/null
+++ b/src/inspur_oem.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+enum ipmi_inspur_net_fns
+{
+    NETFN_OEM_INSPUR = 0x3c,
+};
+
+enum inspur_oem_cmds
+{
+    CMD_OEM_ASSET_INFO = 0x01,
+};