From 0d4f7b4b3814fcc4827554ca5cfa56128c285501 Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Wed, 4 Sep 2019 15:51:04 +0800 Subject: [PATCH] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h S3PciSegmentLib library class header file should be Include/Library/S3PciSegmentLib.h instead of Include/Library/PciSegmentLib.h. https://bugzilla.tianocore.org/show_bug.cgi?id=2146 Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao --- MdePkg/MdePkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 3fd7d1634c..d022cc5e3e 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -131,7 +131,7 @@ ## @libraryclass The multiple segments PCI configuration Library Services that carry out ## PCI configuration and enable the PCI operations to be replayed during an ## S3 resume. This library class maps directly on top of the PciSegmentLib class. - S3PciSegmentLib|Include/Library/PciSegmentLib.h + S3PciSegmentLib|Include/Library/S3PciSegmentLib.h ## @libraryclass Provides services to access PCI Configuration Space. PciLib|Include/Library/PciLib.h