]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeCrc32GuidedSectionExtractLib / DxeCrc32GuidedSectionExtractLib.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d
SZ
2# Dxe Crc32 Guided Section Extract library.\r
3#\r
d1102dba 4# This library doesn't produce any library class. The constructor function uses\r
7df0b520 5# ExtractGuidedSectionLib service to register CRC32 guided section handler\r
109e9a61 6# that parses CRC32 encapsulation section and extracts raw data.\r
7df0b520 7#\r
109e9a61 8# It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.\r
d51ffc1f 9#\r
d1102dba 10# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
d51ffc1f 11#\r
9d510e61 12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d51ffc1f 13#\r
6bfbb5f0 14##\r
d51ffc1f
LG
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeCrc32GuidedSectionExtractLib\r
6036e94d 19 MODULE_UNI_FILE = DxeCrc32GuidedSectionExtractLib.uni\r
d51ffc1f
LG
20 FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
de005223 23 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
d51ffc1f
LG
24\r
25 CONSTRUCTOR = DxeCrc32GuidedSectionExtractLibConstructor\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
d51ffc1f
LG
31#\r
32\r
6bfbb5f0 33[Sources]\r
d51ffc1f
LG
34 DxeCrc32GuidedSectionExtractLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 ExtractGuidedSectionLib\r
42 UefiBootServicesTableLib\r
43 DebugLib\r
e6c560aa 44 BaseMemoryLib\r
d51ffc1f 45\r
76f1dde2 46[Guids]\r
6036e94d 47 gEfiCrc32GuidedSectionExtractionGuid ## PRODUCES ## UNDEFINED\r
76f1dde2 48\r
d51ffc1f 49[Protocols]\r
6036e94d 50 gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMES # Set platform override AUTH status if exist\r