From: Ruiyu Ni Date: Fri, 15 May 2015 08:48:13 +0000 (+0000) Subject: MdeModulePkg: Add UNI file for PlatformBootManagerLibNull library. X-Git-Tag: edk2-stable201903~9800 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f1f0f0deb6e64df6b7c04ead7330afecf5537e46;ds=inline MdeModulePkg: Add UNI file for PlatformBootManagerLibNull library. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17456 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf b/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf index 10cc3c4c67..8bb7af067b 100644 --- a/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf +++ b/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf @@ -15,6 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PlatformBootManagerLib + MODULE_UNI_FILE = PlatformBootManagerLib.uni FILE_GUID = 95C097CC-8943-4038-BB8A-1C70CF2E9F3C MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.uni b/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.uni new file mode 100644 index 0000000000..329790afb0 Binary files /dev/null and b/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.uni differ