X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FDxeCrc32GuidedSectionExtractLib%2FDxeCrc32GuidedSectionExtractLib.inf;h=7a8efbf8cfef790fc6ced16fa594252d7e3162bc;hp=0299f581c0aa9bbcf19cf510e7c6f4c4dc08f438;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230 diff --git a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf index 0299f581c0..7a8efbf8cf 100644 --- a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf +++ b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf @@ -1,13 +1,15 @@ ## @file -# This library doesn't produce any library class. The constructor function uses +# Dxe Crc32 Guided Section Extract library. +# +# This library doesn't produce any library class. The constructor function uses # ExtractGuidedSectionLib service to register CRC32 guided section handler # that parses CRC32 encapsulation section and extracts raw data. # # It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value. # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -19,6 +21,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeCrc32GuidedSectionExtractLib + MODULE_UNI_FILE = DxeCrc32GuidedSectionExtractLib.uni FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -46,8 +49,7 @@ BaseMemoryLib [Guids] - gEfiCrc32GuidedSectionExtractionGuid ## CONSUMES ## GUID + gEfiCrc32GuidedSectionExtractionGuid ## PRODUCES ## UNDEFINED [Protocols] - gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMED (Set platform override AUTH status if exist) - \ No newline at end of file + gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMES # Set platform override AUTH status if exist