]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
cd5ebaa0 12# This program and the accompanying materials\r
d51ffc1f
LG
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
6bfbb5f0 19##\r
d51ffc1f
LG
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = DxeCrc32GuidedSectionExtractLib\r
6036e94d 24 MODULE_UNI_FILE = DxeCrc32GuidedSectionExtractLib.uni\r
d51ffc1f
LG
25 FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
de005223 28 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
d51ffc1f
LG
29\r
30 CONSTRUCTOR = DxeCrc32GuidedSectionExtractLibConstructor\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
de005223 35# VALID_ARCHITECTURES = IA32 X64 EBC\r
d51ffc1f
LG
36#\r
37\r
6bfbb5f0 38[Sources]\r
d51ffc1f
LG
39 DxeCrc32GuidedSectionExtractLib.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 ExtractGuidedSectionLib\r
47 UefiBootServicesTableLib\r
48 DebugLib\r
e6c560aa 49 BaseMemoryLib\r
d51ffc1f 50\r
76f1dde2 51[Guids]\r
6036e94d 52 gEfiCrc32GuidedSectionExtractionGuid ## PRODUCES ## UNDEFINED\r
76f1dde2 53\r
d51ffc1f 54[Protocols]\r
6036e94d 55 gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMES # Set platform override AUTH status if exist\r