diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-03 08:55:36 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-03 08:55:36 +0000 |
commit | 346cf9ace3b51e3d40019ce7f6fee24375f829cc (patch) | |
tree | 7a26175ceed93fcbe9ba3573ef77c9b356ea2e4d /MdeModulePkg/MdeModulePkg.dec | |
parent | aa79b0b3799e95bc21e0df32a135cc5a4d749e4b (diff) | |
download | edk2-platforms-346cf9ace3b51e3d40019ce7f6fee24375f829cc.tar.xz |
Code scrub for MdeModule Include header file (Protocol and DEC)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6817 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index fb9f8532c8..c434394473 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -182,13 +182,13 @@ ## Print protocol defines six basic print functions to print the format unicode and ascii string.
gEfiPrint2ProtocolGuid = { 0x5bcc3dbc, 0x8c57, 0x450a, { 0xbb, 0x0c, 0xa1, 0xc0, 0xbd, 0xde, 0x48, 0x0c }}
- ## This protocol defines the EFI generic memory test interfaces in Dxe phase.
+ ## This protocol defines the generic memory test interfaces in Dxe phase.
gEfiGenericMemTestProtocolGuid = { 0x309DE7F1, 0x7F5E, 0x4ACE, { 0xB4, 0x9C, 0x53, 0x1B, 0xE5, 0xAA, 0x95, 0xEF }}
## Disk Info protocol is used to export Inquiry Data for a drive.
gEfiDiskInfoProtocolGuid = { 0xD432A67F, 0x14DC, 0x484B, { 0xB3, 0xBB, 0x3F, 0x02, 0x91, 0x84, 0x93, 0x27 }}
- ## FVB Extension protocol that extends the FVB Class in a component fashion.
+ ## This protocol provides an extended service to erase the specified range of a firmware volume block.
gEfiFvbExtensionProtocolGuid = { 0x53A4C71B, 0xB581, 0x4170, { 0x91, 0xB3, 0x8D, 0xB8, 0x7A, 0x4B, 0x5C, 0x46 }}
## Fault tolerant write lite protocol defines only one interface to write
@@ -198,7 +198,7 @@ ## This protocol provides the interfaces to Get/Set the current video mode for GOP/UGA screen
gEfiConsoleControlProtocolGuid = { 0xF42F7782, 0x012E, 0x4C12, { 0x99, 0x56, 0x49, 0xF9, 0x43, 0x04, 0xF7, 0x21 }}
- ## EFI OEM Badging Protocol defines the interface to get the OEM badging image with the dispaly attribute.
+ ## OEM Badging Protocol defines the interface to get the OEM badging image with the dispaly attribute.
gEfiOEMBadgingProtocolGuid = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}
## Performance protocol interfaces to support cross module performance logging.
@@ -359,7 +359,7 @@ ## Maximum buffer for the single variable.
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400|UINT32|0x30000003
- ## The hardware error record maximum variable size.
+ ## Maximum buffer for Hardware error record variable.
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000|UINT32|0x30000004
## Maximum buffer for the total variable store.
|