summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-03 08:55:36 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-03 08:55:36 +0000
commit346cf9ace3b51e3d40019ce7f6fee24375f829cc (patch)
tree7a26175ceed93fcbe9ba3573ef77c9b356ea2e4d /MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h
parentaa79b0b3799e95bc21e0df32a135cc5a4d749e4b (diff)
downloadedk2-346cf9ace3b51e3d40019ce7f6fee24375f829cc.zip
edk2-346cf9ace3b51e3d40019ce7f6fee24375f829cc.tar.gz
edk2-346cf9ace3b51e3d40019ce7f6fee24375f829cc.tar.bz2
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/Include/Protocol/Crc32GuidedSectionExtraction.h')
-rw-r--r--MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h b/MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h
index 389d53c..50a8bac 100644
--- a/MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h
+++ b/MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h
@@ -1,9 +1,10 @@
/** @file
- This file can define the different guids to specify the different
+ This file defines a group of guids to specify the different
encapsulation scheme for the guided section.
+ The related defintions is in UEFI GuidedSectionExtraction protocol.
+
Now, only one guid is defined for CRC32 encapsulation scheme.
- The related data structures come from the SectionExtraction protocol definition.
Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -23,13 +24,13 @@
//
// Protocol GUID definition. Each GUIDed section extraction protocol has the
// same interface but with different GUID. All the GUIDs is defined here.
-// May add multiple GUIDs here.
+// May add more GUIDs here in future.
//
#define EFI_CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_GUID \
{ 0xFC1BCDB0, 0x7D31, 0x49aa, {0x93, 0x6A, 0xA4, 0x60, 0x0D, 0x9D, 0xD0, 0x83 } }
//
-// The data structures are the same as GuidedSectionExtraction protocol only the GUID's are different
+// The data structures are the same to UEFI GuidedSectionExtraction protocol.
//
#include <Protocol/GuidedSectionExtraction.h>