mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
02c9f1448c
commit
4cd67a4d43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue