diff options
Diffstat (limited to 'MdePkg')
4 files changed, 7 insertions, 6 deletions
diff --git a/MdePkg/Include/Library/ExtractGuidedSectionLib.h b/MdePkg/Include/Library/ExtractGuidedSectionLib.h index 193acc3280..27faeeceb0 100644 --- a/MdePkg/Include/Library/ExtractGuidedSectionLib.h +++ b/MdePkg/Include/Library/ExtractGuidedSectionLib.h @@ -152,7 +152,7 @@ ExtractGuidedSectionGetInfo ( A pointer to a caller-allocated UINT32 that indicates the
authentication status of the output buffer. - @retval RETURN_SUCCESS Get the output data, size and AuthenticationStatus successfully.
+ @retval RETURN_SUCCESS Get the output data and AuthenticationStatus successfully.
@retval RETURN_UNSUPPORTED Guided section data is not supported to be decoded.
@retval RETURN_INVALID_PARAMETER The input data can't be parsed correctly. **/
diff --git a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf index 8da4c794bc..e61291dbdd 100644 --- a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf +++ b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf @@ -1,7 +1,7 @@ #/** @file
-# Component description file for DxeCore Performance Library
+# Component description file for DXE ExtractGuidedSection Library
#
-# This library provides intrastructure for DxeCore to log performance.
+# This library provides generic extract guided section functions for DXE module.
# Copyright (c) 2007, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf index fb6e3d136c..c80ea1c9d8 100644 --- a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf +++ b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf @@ -1,7 +1,7 @@ #/** @file
-# Component description file for DxeCore Performance Library
+# Component description file for PEIM ExtractGuidedSection Library
#
-# This library provides intrastructure for DxeCore to log performance.
+# This library provides generic extract guided section functions for PEIM and PEI_CORE module.
# Copyright (c) 2007, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index b1382daacf..0f05fb1ab5 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -104,7 +104,8 @@ MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf
MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
- MdePkg/Library/PeiDxeExtractGuidedSectionLib/PeiDxeExtractGuidedSectionLib.inf
+ MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
+ MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
[Components.IA32]
MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
|