diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-05-21 06:50:07 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-05-21 06:50:07 +0000 |
commit | 4cd67a4d4381982e7af734765bc6103a8afb2bb8 (patch) | |
tree | e2aee923968ae5aa88f8397700cbaf7239ea05b9 | |
parent | 02c9f1448c4e2de09fd0c42481b8bfd30a382984 (diff) | |
download | edk2-4cd67a4d4381982e7af734765bc6103a8afb2bb8.tar.gz edk2-4cd67a4d4381982e7af734765bc6103a8afb2bb8.tar.bz2 edk2-4cd67a4d4381982e7af734765bc6103a8afb2bb8.zip |
MdeModulePkg: Fix INF to point to correct UNI file.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17490 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf b/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf index 8bb7af067b..fb756ca2ff 100644 --- a/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf +++ b/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf @@ -15,7 +15,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = PlatformBootManagerLib
- MODULE_UNI_FILE = PlatformBootManagerLib.uni
+ MODULE_UNI_FILE = PlatformBootManagerLibNull.uni
FILE_GUID = 95C097CC-8943-4038-BB8A-1C70CF2E9F3C
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
|