diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-01-19 02:44:10 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-01-19 02:44:10 +0000 |
commit | 4e4a6f3d23c8a96211c0b1420bce4c136ede07fd (patch) | |
tree | 81462fd14db5a2ee6fa895d507b40da616114c45 /SourceLevelDebugPkg/Library/DebugAgent | |
parent | c4bac158b36d0ceb84921152c198cf8ed23b7c7b (diff) | |
download | edk2-platforms-4e4a6f3d23c8a96211c0b1420bce4c136ede07fd.tar.xz |
SourceLevelDebugPkg: Refine the format of meta data files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16618 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SourceLevelDebugPkg/Library/DebugAgent')
-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
|