summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-03-04 16:34:43 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-03-07 13:35:43 +0800
commit1f2e80af229d06a59d99a7882ab1872ba72e0654 (patch)
treeefaaf88d89a6d03682633adca245384d9a332be4 /MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
parenteeab16c88d05357b25a6af44d749d8d8e625697a (diff)
downloadedk2-platforms-1f2e80af229d06a59d99a7882ab1872ba72e0654.tar.xz
MdeModulePkg/UefiBootManagerLib: Separate boot description functions.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf')
-rw-r--r--MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
index f1f6246b11..e9e74b1587 100644
--- a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
+++ b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
@@ -5,7 +5,7 @@
# manipulation, hotkey registration, UEFI boot, connect/disconnect, console
# manipulation, driver health checking and etc.
#
-# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# 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
@@ -37,6 +37,7 @@
BmMisc.c
BmConsole.c
BmBoot.c
+ BmBootDescription.c
BmLoadOption.c
BmHotkey.c
BmDriverHealth.c