diff options
author | Liming Gao <liming.gao@intel.com> | 2015-12-18 05:41:59 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2015-12-18 05:41:59 +0000 |
commit | 82e945021ef3e9a88cddf68e7d93b10bc7fe1c27 (patch) | |
tree | 06e5cc96676291242cd0c25126a08e077b2bffe1 | |
parent | 72b61d20fc59d35232ad0960dcf89735b064a96b (diff) | |
download | edk2-platforms-82e945021ef3e9a88cddf68e7d93b10bc7fe1c27.tar.xz |
SourceLevelDebugPkg: Correct gEfiDebugAgentGuid usage in DxeDebugAgentLib
DxeDebugAgentLib instance produces gEfiDebugAgentGuid system table.
Its usage should be PRODUCES instead of SOMETIMES_PRODUCES.
(Sync patch r19316 from main trunk.)
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/branches/UDK2015@19350 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf index 7ed5f5514c..8894a047c3 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf +++ b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf @@ -81,7 +81,7 @@ MemoryAllocationLib
[Guids]
- ## SOMETIMES_PRODUCES ## SystemTable
+ ## PRODUCES ## SystemTable
## CONSUMES ## HOB
gEfiDebugAgentGuid
## SOMETIMES_CONSUMES ## SystemTable
|