QcomModulePkg: Add the inf for LibUfdt compilation
Inf file added for compilation of LibUfdt library
Change-Id: Idd08abf787c236beaf201f7801ee3442430315a6
diff --git a/EmbeddedPkg/Library/LibUfdt/LibUfdt.inf b/EmbeddedPkg/Library/LibUfdt/LibUfdt.inf
new file mode 100644
index 0000000..c376bb9
--- /dev/null
+++ b/EmbeddedPkg/Library/LibUfdt/LibUfdt.inf
@@ -0,0 +1,27 @@
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = LibUfdt
+ FILE_GUID = 6b2478c0-be23-11e0-a28c-0002a5d5c51b
+ MODULE_TYPE = BASE
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = LibUfdt
+
+#
+# The following information is for reference only and not required by the build tools.
+#
+# VALID_ARCHITECTURES = ARM AARCH64
+#
+
+[BuildOptions.AARCH64]
+ GCC:*_*_*_CC_FLAGS = -Wno-error
+
+[Sources]
+ ufdt_convert.c
+ ufdt_node.c
+ ufdt_node_dict.c
+ ufdt_overlay.c
+ sysdeps/libufdt_sysdeps_vendor.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ EmbeddedPkg/EmbeddedPkg.dec