meson: Add subprojects file

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Id3421e45d2f5f329a7d27d5c6324ceb528a46383
diff --git a/subprojects/gpioplus.wrap b/subprojects/gpioplus.wrap
new file mode 100644
index 0000000..11e8268
--- /dev/null
+++ b/subprojects/gpioplus.wrap
@@ -0,0 +1,6 @@
+[wrap-git]
+url = https://github.com/openbmc/gpioplus.git
+revision = HEAD
+
+[provide]
+gpioplus = gpioplus_dep
diff --git a/subprojects/nlohmann-json.wrap b/subprojects/nlohmann-json.wrap
new file mode 100644
index 0000000..a2884b1
--- /dev/null
+++ b/subprojects/nlohmann-json.wrap
@@ -0,0 +1,6 @@
+[wrap-git]
+url = https://github.com/nlohmann/json
+revision = HEAD
+
+[provide]
+nlohmann-json = nlohmann_json_dep
diff --git a/subprojects/phosphor-logging.wrap b/subprojects/phosphor-logging.wrap
new file mode 100644
index 0000000..71eee8b
--- /dev/null
+++ b/subprojects/phosphor-logging.wrap
@@ -0,0 +1,6 @@
+[wrap-git]
+url = https://github.com/openbmc/phosphor-logging.git
+revision = HEAD
+
+[provide]
+phosphor-logging = phosphor_logging_dep