From: Ruiyu Ni Date: Fri, 15 May 2015 08:47:31 +0000 (+0000) Subject: MdeModulePkg: Add UNI file for UefiBootManagerLib library. X-Git-Tag: edk2-stable201903~9801 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1fb0dab6aa6cf6d7a90a19a9c5f648e09dcfb9a1 MdeModulePkg: Add UNI file for UefiBootManagerLib 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@17455 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf index 0e4c3ebaf1..692be36b9f 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf +++ b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf @@ -1,19 +1,24 @@ ## @file # Define and produce general Boot Manager related interfaces. -# +# +# The implementation provides richful library functions supporting load option +# manipulation, hotkey registration, UEFI boot, connect/disconnect, console +# manipulation, driver health checking and etc. +# # Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.
# are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php -# +# # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# +# ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = UefiBootManagerLib + MODULE_UNI_FILE = UefiBootManagerLib.uni FILE_GUID = 8D4752BC-595E-49a2-B4AF-F3F57B601DE9 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni new file mode 100644 index 0000000000..961fdcada2 Binary files /dev/null and b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni differ