mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Update Ppi/Protocol/Guid usage in INF files
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
cada0f30e6
commit
3673214c6e
|
@ -107,7 +107,7 @@
|
|||
## CONSUMES ## Event
|
||||
## PRODUCES ## Event
|
||||
gEfiEventExitBootServicesGuid
|
||||
gEfiHobMemoryAllocModuleGuid ## CONSUMES ## HOB
|
||||
gEfiHobMemoryAllocModuleGuid ## SOMETIMES_CONSUMES ## HOB
|
||||
gEfiFirmwareFileSystem2Guid ## CONSUMES ## GUID # Used to compare with FV's file system guid and get the FV's file system format
|
||||
gEfiFirmwareFileSystem3Guid ## CONSUMES ## GUID # Used to compare with FV's file system guid and get the FV's file system format
|
||||
gAprioriGuid ## SOMETIMES_CONSUMES ## File
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
gEdkiiMemoryProfileGuid
|
||||
## SOMETIMES_PRODUCES ## GUID # Install protocol
|
||||
gEdkiiSmmMemoryProfileGuid
|
||||
gEdkiiPiSmmMemoryAttributesTableGuid ## SOMETIMES_PRODUCES ## SystemTable
|
||||
gEdkiiPiSmmMemoryAttributesTableGuid ## PRODUCES ## SystemTable
|
||||
## SOMETIMES_CONSUMES ## SystemTable
|
||||
gLoadFixedAddressConfigurationTableGuid
|
||||
## SOMETIMES_PRODUCES ## GUID # Install protocol
|
||||
|
|
|
@ -79,9 +79,7 @@
|
|||
## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
|
||||
## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
|
||||
## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
|
||||
gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
|
||||
gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
|
||||
gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
|
||||
gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## GUID (Extended IFR Guid Opcode)
|
||||
gEfiIfrFrontPageGuid ## CONSUMES ## GUID
|
||||
gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID
|
||||
|
||||
|
|
|
@ -66,15 +66,17 @@
|
|||
|
||||
[Protocols]
|
||||
gEsrtManagementProtocolGuid ## CONSUMES
|
||||
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiFirmwareManagementProtocolGuid ## CONSUMES
|
||||
gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
|
||||
|
||||
[Guids]
|
||||
gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
|
||||
gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
|
||||
gEfiSystemResourceTableGuid ## SOMETIMES_CONSUMES ## GUID
|
||||
gEfiCapsuleReportGuid ## CONSUMES ## Variable
|
||||
gEfiCapsuleVendorGuid ## CONSUMES ## Variable
|
||||
## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"
|
||||
## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"
|
||||
gEfiCapsuleReportGuid
|
||||
gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
|
||||
gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
|
||||
|
||||
[Depex]
|
||||
|
|
|
@ -69,15 +69,17 @@
|
|||
|
||||
[Protocols]
|
||||
gEsrtManagementProtocolGuid ## CONSUMES
|
||||
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiFirmwareManagementProtocolGuid ## CONSUMES
|
||||
gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
|
||||
|
||||
[Guids]
|
||||
gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
|
||||
gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
|
||||
gEfiSystemResourceTableGuid ## SOMETIMES_CONSUMES ## GUID
|
||||
gEfiCapsuleReportGuid ## CONSUMES ## Variable
|
||||
gEfiCapsuleVendorGuid ## CONSUMES ## Variable
|
||||
## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"
|
||||
## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"
|
||||
gEfiCapsuleReportGuid
|
||||
gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
|
||||
gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
|
||||
gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
|
||||
|
||||
|
|
|
@ -50,14 +50,14 @@
|
|||
UefiHiiServicesLib
|
||||
|
||||
[Guids]
|
||||
gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
|
||||
gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
|
||||
gEfiFileSystemVolumeLabelInfoIdGuid ## SOMETIMES_CONSUMES ## GUID (Indicate the information type is volume)
|
||||
gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## GUID (Extended IFR Guid Opcode)
|
||||
|
||||
[Protocols]
|
||||
gEfiSimpleFileSystemProtocolGuid ## CONSUMES
|
||||
gEfiHiiConfigAccessProtocolGuid ## CONSUMES
|
||||
gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiHiiConfigAccessProtocolGuid ## PRODUCES
|
||||
gEfiFormBrowser2ProtocolGuid ## CONSUMES
|
||||
gEfiDevicePathToTextProtocolGuid ## CONSUMES
|
||||
gEfiDevicePathToTextProtocolGuid ## PRODUCES
|
||||
|
||||
[Depex.common.DXE_DRIVER]
|
||||
gEfiFormBrowser2ProtocolGuid AND gEfiHiiDatabaseProtocolGuid
|
|
@ -42,6 +42,6 @@
|
|||
DevicePathLib
|
||||
|
||||
[Protocols]
|
||||
gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
|
||||
gEfiUnicodeCollation2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiDevicePathProtocolGuid ## CONSUMES
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
[Protocols]
|
||||
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEsrtManagementProtocolGuid ## PRODUCES
|
||||
gEdkiiVariableLockProtocolGuid ## CONSUMES
|
||||
gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
|
||||
|
||||
[Pcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# This driver produces security2 and security architectural protocol based on SecurityManagementLib.
|
||||
#
|
||||
# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
# which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -51,7 +51,7 @@
|
|||
gEfiSecurityArchProtocolGuid ## PRODUCES
|
||||
gEfiSecurity2ArchProtocolGuid ## PRODUCES
|
||||
gEfiDeferredImageLoadProtocolGuid ## PRODUCES
|
||||
gEfiDxeSmmReadyToLockProtocolGuid ## CONSUMES
|
||||
gEfiDxeSmmReadyToLockProtocolGuid ## NOTIFY
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
## NOTIFY
|
||||
gEdkiiFormDisplayEngineProtocolGuid
|
||||
gEdkiiFormBrowserExProtocolGuid ## PRODUCES
|
||||
gEfiRegularExpressionProtocolGuid ## CONSUMES
|
||||
gEfiRegularExpressionProtocolGuid ## SOMETIMES_CONSUMES
|
||||
|
||||
[FeaturePcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
|
||||
|
|
Loading…
Reference in New Issue