]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add UNI file for UefiBootManagerLib library.
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 15 May 2015 08:47:31 +0000 (08:47 +0000)
committerniruiyu <niruiyu@Edk2>
Fri, 15 May 2015 08:47:31 +0000 (08:47 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17455 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni [new file with mode: 0644]

index 0e4c3ebaf1609d9f1d25ec38eaa746212c99d6b8..692be36b9fb2ac79139b077603624e3f793b8cb8 100644 (file)
@@ -1,19 +1,24 @@
 ## @file\r
 #  Define and produce general Boot Manager related interfaces.\r
-#  \r
+#\r
+#  The implementation provides richful library functions supporting load option\r
+#  manipulation, hotkey registration, UEFI boot, connect/disconnect, console\r
+#  manipulation, driver health checking and etc.\r
+#\r
 #  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiBootManagerLib\r
+  MODULE_UNI_FILE                = UefiBootManagerLib.uni\r
   FILE_GUID                      = 8D4752BC-595E-49a2-B4AF-F3F57B601DE9\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni
new file mode 100644 (file)
index 0000000..961fdca
Binary files /dev/null and b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni differ