diff options
author | Liming Gao <liming.gao@intel.com> | 2017-09-25 19:06:14 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2017-10-10 18:10:17 +0800 |
commit | 4008463de3ad2273bcf0ddfda0311128a94d981b (patch) | |
tree | 1cd814719c313473f9830cf6894d56a96c0b8b66 /MdePkg/Library | |
parent | 05542f49877f9047c536b61fd8f15dd4c4496b4b (diff) | |
download | edk2-4008463de3ad2273bcf0ddfda0311128a94d981b.zip edk2-4008463de3ad2273bcf0ddfda0311128a94d981b.tar.gz edk2-4008463de3ad2273bcf0ddfda0311128a94d981b.tar.bz2 |
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>
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf b/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf index 18df4a0..20214f7 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
|