From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6DB0221E1B75A for ; Mon, 25 Sep 2017 04:03:20 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 04:06:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,435,1500966000"; d="scan'208";a="132050221" Received: from shwde7172.ccr.corp.intel.com ([10.239.9.14]) by orsmga004.jf.intel.com with ESMTP; 25 Sep 2017 04:06:30 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Mon, 25 Sep 2017 19:06:13 +0800 Message-Id: <1506337584-9588-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 Subject: [Patch 00/11] Correct Ppi/Protocol/Guid usage in module INF files X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2017 11:03:20 -0000 Update Ppi/Protocol/Guid usage described in INF file to match its source logic. Update Module base name in INF file to match its uni file. Update Section name in INF file to follow INF spec. Liming Gao (11): MdePkg: Correct BaseS3PciSegmentLib module name to match its uni file FatPkg: Update Ppi/Protocol usage in Fat INF to match source code logic PcAtChipsetPkg: Update GUID usage in PcRtc INF to match the source code UefiCpuPkg: Update Guid usage in DxeMpInitLib INF to match source code logic ShellPkg: Update Guid usage in ShellLib INF to match source code logic NetworkPkg: Update Protocol/Guid usage in INF file to match source code logic SignedCapsulePkg: Update Guid usage in INF file to match source code logic SecurityPkg: Update Guid usage in INF file to match source code logic IntelFsp2Pkg: Update Section Name in INF files IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF files MdeModulePkg: Update Ppi/Protocol/Guid usage in INF files FatPkg/EnhancedFatDxe/Fat.inf | 2 +- FatPkg/FatPei/FatPei.inf | 10 +++++++--- IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf | 3 +-- .../Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf | 6 +++--- IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf | 6 +++--- .../FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf | 6 +++--- IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | 9 ++------- IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf | 6 +++--- .../PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf | 4 ++-- MdeModulePkg/Core/Dxe/DxeMain.inf | 2 +- MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf | 2 +- .../BootMaintenanceManagerUiLib.inf | 4 +--- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf | 8 +++++--- .../Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | 8 +++++--- MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf | 10 +++++----- MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf | 2 +- MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf | 2 +- MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf | 4 ++-- MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf | 2 +- MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf | 4 ++-- NetworkPkg/HttpDxe/HttpDxe.inf | 2 +- NetworkPkg/IScsiDxe/IScsiDxe.inf | 2 +- NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf | 8 ++++---- .../PcatRealTimeClockRuntimeDxe.inf | 9 +++++++-- .../FmpAuthenticationLibRsa2048Sha256.inf | 6 +++--- .../HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf | 2 +- .../Library/UefiHandleParsingLib/UefiHandleParsingLib.inf | 2 +- .../Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf | 12 ++++++------ UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf | 2 +- 29 files changed, 75 insertions(+), 70 deletions(-) -- 2.8.0.windows.1