summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2015-05-15 08:47:31 +0000
committerniruiyu <niruiyu@Edk2>2015-05-15 08:47:31 +0000
commit1fb0dab6aa6cf6d7a90a19a9c5f648e09dcfb9a1 (patch)
tree41d023d7d7e74f610a83b640e40fe571a71caf78
parent7b3f471f9d2c7f59b403b9fea4df12ece30d83dd (diff)
downloadedk2-platforms-1fb0dab6aa6cf6d7a90a19a9c5f648e09dcfb9a1.tar.xz
MdeModulePkg: Add UNI file for UefiBootManagerLib library.
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
-rw-r--r--MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf11
-rw-r--r--MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.unibin0 -> 2378 bytes
2 files changed, 8 insertions, 3 deletions
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.<BR>
# 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
--- /dev/null
+++ b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.uni
Binary files differ