]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
0ecda91a56972b0a9cdbe1521a1d1636e29b6c11
[mirror_edk2.git] / MdeModulePkg / Library / PeiCrc32GuidedSectionExtractLib / PeiCrc32GuidedSectionExtractLib.inf
1 ## @file
2 # This library doesn't produce any library class. The constructor function uses
3 # ExtractGuidedSectionLib service to register CRC32 guided section handler
4 # that parses CRC32 encapsulation section and extracts raw data.
5 #
6 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PeiCrc32GuidedSectionExtractLib
20 FILE_GUID = 1EBE57F5-BE42-45f0-A1F9-FA3DC633910B
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = NULL|PEI_CORE PEIM
24 CONSTRUCTOR = PeiCrc32GuidedSectionExtractLibConstructor
25 MODULE_UNI_FILE = PeiCrc32GuidedSectionExtractLib.uni
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
31 #
32
33 [Sources]
34 PeiCrc32GuidedSectionExtractLib.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 ExtractGuidedSectionLib
42 DebugLib
43 BaseMemoryLib
44
45 [Guids]
46 gEfiCrc32GuidedSectionExtractionGuid ## PRODUCES ## UNDEFINED