diff options
Diffstat (limited to 'SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf')
-rw-r--r-- | SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf index aeb36974e0..b0581a3145 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf +++ b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf @@ -1,7 +1,7 @@ ## @file
# Debug Agent library instance for SMM modules.
#
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2015, 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
@@ -78,10 +78,10 @@ ## CONSUMES ## SystemTable
## CONSUMES ## HOB
gEfiDebugAgentGuid
- gEfiVectorHandoffTableGuid ## PRODUCES # SMM Configuration Table
+ gEfiVectorHandoffTableGuid ## PRODUCES ## GUID # SMM Configuration Table
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES
- ## Skip Page Fault exception (14) by default in SMM
+ # Skip Page Fault exception (14) by default in SMM
gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000 ## SOMETIMES_CONSUMES
|