X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FDxeCrc32GuidedSectionExtractLib%2FDxeCrc32GuidedSectionExtractLib.inf;h=7a8efbf8cfef790fc6ced16fa594252d7e3162bc;hp=094378fb828461152b2772ae969f92fbe10c530c;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=76f1dde2c43e02a78af3d09aea48fa316d283a62 diff --git a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf index 094378fb82..7a8efbf8cf 100644 --- a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf +++ b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf @@ -1,23 +1,27 @@ -#/** @file -# This library doesn't produce any library class. In its constructor function, -# it uses ExtractGuidedSectionLib service to registers CRC32 guided section handler +## @file +# 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 - 2008, 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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -#**/ +## [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 @@ -31,7 +35,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] DxeCrc32GuidedSectionExtractLib.c [Packages] @@ -45,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