diff options
Diffstat (limited to 'MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf')
-rw-r--r-- | MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf b/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf index 8930414244..c5e1693802 100644 --- a/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf +++ b/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf @@ -13,14 +13,14 @@ ##
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = BootManagerLib
- MODULE_UNI_FILE = BootManagerLib.uni
+ BASE_NAME = BootManagerUiLib
+ MODULE_UNI_FILE = BootManagerUiLib.uni
FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
- CONSTRUCTOR = BootManagerLibConstructor
- DESTRUCTOR = BootManagerLibDestructor
+ CONSTRUCTOR = BootManagerUiLibConstructor
+ DESTRUCTOR = BootManagerUiLibDestructor
#
# The following information is for reference only and not required by the build tools.
#
|