diff --git a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf index f813eaed4e..811d769ae9 100644 --- a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf +++ b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf @@ -14,6 +14,7 @@ [Defines] INF_VERSION = 0x00010006 BASE_NAME = UefiFileHandleLib + MODULE_UNI_FILE = UefiFileHandleLib.uni FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 diff --git a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.uni b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.uni new file mode 100644 index 0000000000..616f131a41 Binary files /dev/null and b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.uni differ