From 4008463de3ad2273bcf0ddfda0311128a94d981b Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Mon, 25 Sep 2017 19:06:14 +0800 Subject: [PATCH 1/1] MdePkg: Correct BaseS3PciSegmentLib module name to match its uni file Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Ruiyu Ni --- MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf b/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf index 18df4a0be3..20214f7f2b 100644 --- a/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf +++ b/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf @@ -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 -- 2.39.2