mirror of https://github.com/acidanthera/audk.git
SourceLevelDebugPkg: Correct gEfiDebugAgentGuid usage in DxeDebugAgentLib
DxeDebugAgentLib instance produces gEfiDebugAgentGuid system table. Its usage should be PRODUCES instead of SOMETIMES_PRODUCES. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19316 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d584dc6cb6
commit
ffe9df8812
|
@ -81,7 +81,7 @@
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
## SOMETIMES_PRODUCES ## SystemTable
|
## PRODUCES ## SystemTable
|
||||||
## CONSUMES ## HOB
|
## CONSUMES ## HOB
|
||||||
gEfiDebugAgentGuid
|
gEfiDebugAgentGuid
|
||||||
## SOMETIMES_CONSUMES ## SystemTable
|
## SOMETIMES_CONSUMES ## SystemTable
|
||||||
|
|
Loading…
Reference in New Issue