From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Wed, 04 Sep 2019 01:17:10 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2019 01:17:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="185039504" Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.198.60]) by orsmga003.jf.intel.com with ESMTP; 04 Sep 2019 01:17:08 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao Subject: [PATCH 1/2] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h Date: Wed, 4 Sep 2019 16:17:03 +0800 Message-Id: <20190904081704.16736-2-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190904081704.16736-1-shenglei.zhang@intel.com> References: <20190904081704.16736-1-shenglei.zhang@intel.com> 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 --- MdePkg/MdePkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 3fd7d1634c03..d022cc5e3ef2 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -131,7 +131,7 @@ [LibraryClasses] ## @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 -- 2.18.0.windows.1