mirror of https://github.com/acidanthera/audk.git
MdePkg: Correct BaseS3PciSegmentLib module name to match its uni file
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
05542f4987
commit
4008463de3
|
@ -18,8 +18,8 @@
|
|||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = BaseS3SegmentPciLib
|
||||
MODULE_UNI_FILE = BaseS3SegmentPciLib.uni
|
||||
BASE_NAME = BaseS3PciSegmentLib
|
||||
MODULE_UNI_FILE = BaseS3PciSegmentLib.uni
|
||||
FILE_GUID = 17E2C90E-AD1F-443A-8C94-6E50C0E98607
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
|
|
Loading…
Reference in New Issue