]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeCrc32GuidedSectionExtractLib / DxeCrc32GuidedSectionExtractLib.inf
... / ...
CommitLineData
1## @file\r
2# Dxe Crc32 Guided Section Extract library.\r
3#\r
4# This library doesn't produce any library class. The constructor function uses\r
5# ExtractGuidedSectionLib service to register CRC32 guided section handler\r
6# that parses CRC32 encapsulation section and extracts raw data.\r
7#\r
8# It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.\r
9#\r
10# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
11#\r
12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeCrc32GuidedSectionExtractLib\r
19 MODULE_UNI_FILE = DxeCrc32GuidedSectionExtractLib.uni\r
20 FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
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
30# VALID_ARCHITECTURES = IA32 X64 EBC\r
31#\r
32\r
33[Sources]\r
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
44 BaseMemoryLib\r
45\r
46[Guids]\r
47 gEfiCrc32GuidedSectionExtractionGuid ## PRODUCES ## UNDEFINED\r
48\r
49[Protocols]\r
50 gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMES # Set platform override AUTH status if exist\r