diff options
author | Liming Gao <liming.gao@intel.com> | 2015-08-28 02:47:31 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-08-28 02:47:31 +0000 |
commit | c91c8ba803dbd9935f0d3d415dc37bb85c3ccdc9 (patch) | |
tree | 40d51712fe4d12e7cecdbdc3c9e2f580fe56f5db /IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf | |
parent | d6a55a12c00fa9b7563e137b848a415a567fd49b (diff) | |
download | edk2-platforms-c91c8ba803dbd9935f0d3d415dc37bb85c3ccdc9.tar.xz |
IntelFrameworkModulePkg: Ad the missing module UNI files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18343 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf')
-rw-r--r-- | IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf b/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf index 2dc03a8f83..4025c82886 100644 --- a/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf +++ b/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf @@ -1,7 +1,5 @@ ## @file
-# This function deal with the legacy boot option, it create, delete
-# and manage the legacy boot option, all legacy boot option is getting from
-# the legacy BBS table.
+# Legacy Boot Manager module is library for BDS phase.
#
# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
@@ -17,6 +15,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = LegacyBootManagerLib
+ MODULE_UNI_FILE = LegacyBootManagerLib.uni
FILE_GUID = F1B87BE4-0ACC-409A-A52B-7BFFABCC96A0
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
|