]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
MK
9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PeiCrc32GuidedSectionExtractLib\r
22 FILE_GUID = 1EBE57F5-BE42-45f0-A1F9-FA3DC633910B\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = NULL|PEI_CORE PEIM\r
26 CONSTRUCTOR = PeiCrc32GuidedSectionExtractLibConstructor\r
27 MODULE_UNI_FILE = PeiCrc32GuidedSectionExtractLib.uni\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
a402e129
MK
33#\r
34\r
35[Sources]\r
36 PeiCrc32GuidedSectionExtractLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 ExtractGuidedSectionLib\r
44 DebugLib\r
45 BaseMemoryLib\r
05542f49 46 BaseLib\r
a402e129
MK
47\r
48[Guids]\r
49 gEfiCrc32GuidedSectionExtractionGuid ## PRODUCES ## UNDEFINED\r