]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PeiCrc32GuidedSectionExtractLib / PeiCrc32GuidedSectionExtractLib.inf
CommitLineData
a402e129 1## @file\r
6036e94d
SZ
2# Pei Crc32 Guided Section Extract library.\r
3#\r
d1102dba 4# This library doesn't produce any library class. The constructor function uses\r
a402e129
MK
5# ExtractGuidedSectionLib service to register CRC32 guided section handler\r
6# that parses CRC32 encapsulation section and extracts raw data.\r
7#\r
d1102dba 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
a402e129 9#\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a402e129
MK
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PeiCrc32GuidedSectionExtractLib\r
17 FILE_GUID = 1EBE57F5-BE42-45f0-A1F9-FA3DC633910B\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = NULL|PEI_CORE PEIM\r
21 CONSTRUCTOR = PeiCrc32GuidedSectionExtractLibConstructor\r
22 MODULE_UNI_FILE = PeiCrc32GuidedSectionExtractLib.uni\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
a402e129
MK
28#\r
29\r
30[Sources]\r
31 PeiCrc32GuidedSectionExtractLib.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 ExtractGuidedSectionLib\r
39 DebugLib\r
40 BaseMemoryLib\r
05542f49 41 BaseLib\r
a402e129
MK
42\r
43[Guids]\r
44 gEfiCrc32GuidedSectionExtractionGuid ## PRODUCES ## UNDEFINED\r