]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Add the missing module UNI files
authorLiming Gao <liming.gao@intel.com>
Fri, 28 Aug 2015 02:45:50 +0000 (02:45 +0000)
committerlgao4 <lgao4@Edk2>
Fri, 28 Aug 2015 02:45:50 +0000 (02:45 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18340 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.uni [new file with mode: 0644]

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