mirror of https://github.com/acidanthera/audk.git
Meta-data reviewed and verified.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7326 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a833f286fb
commit
364a232c4a
|
@ -57,11 +57,11 @@
|
||||||
|
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gPeiPerformanceHobGuid # ALWAYS_CONSUMED
|
gPeiPerformanceHobGuid ## CONSUMES ## HOB
|
||||||
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gPerformanceProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gPerformanceProtocolGuid # PRODUCES
|
||||||
|
|
||||||
[Pcd.common]
|
[Pcd.common]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
|
gEfiFirmwareVolumeBlockProtocolGuid ## NOTIFY
|
||||||
gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
gEfiFvbExtensionProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -50,9 +50,8 @@
|
||||||
|
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gPeiPerformanceHobGuid
|
gPeiPerformanceHobGuid ## HOB
|
||||||
|
|
||||||
[Pcd.common]
|
[Pcd.common]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask
|
gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask
|
||||||
|
|
||||||
|
|
|
@ -62,10 +62,10 @@
|
||||||
gEfiSasDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiSasDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## SOMETIMES_CONSUMES
|
gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## PRODUCES
|
||||||
gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES
|
gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES
|
||||||
gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES
|
gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES
|
||||||
gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES
|
gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[FeaturePcd.common]
|
[FeaturePcd.common]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText
|
gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText
|
||||||
|
|
|
@ -52,6 +52,6 @@
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support
|
gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiUnicodeCollationProtocolGuid | PcdUnicodeCollationSupport ## SOMETIMES_PRODUCES
|
gEfiUnicodeCollationProtocolGuid | PcdUnicodeCollationSupport ## PRODUCES
|
||||||
gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## SOMETIMES_PRODUCES
|
gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## PRODUCES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue