]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / DxeCrc32GuidedSectionExtractLib / DxeCrc32GuidedSectionExtractLib.inf
CommitLineData
6bfbb5f0 1## @file\r
7df0b520 2# This library doesn't produce any library class. The constructor function uses \r
3# ExtractGuidedSectionLib service to register CRC32 guided section handler\r
109e9a61 4# that parses CRC32 encapsulation section and extracts raw data.\r
7df0b520 5#\r
109e9a61 6# It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.\r
d51ffc1f 7#\r
6bfbb5f0 8# Copyright (c) 2006 - 2010, Intel Corporation\r
d51ffc1f
LG
9#\r
10# All rights reserved. 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
6bfbb5f0 17##\r
d51ffc1f
LG
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeCrc32GuidedSectionExtractLib\r
22 FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
5d69642d 25 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
d51ffc1f
LG
26\r
27 CONSTRUCTOR = DxeCrc32GuidedSectionExtractLibConstructor\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
6bfbb5f0 35[Sources]\r
d51ffc1f
LG
36 DxeCrc32GuidedSectionExtractLib.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 UefiBootServicesTableLib\r
45 DebugLib\r
e6c560aa 46 BaseMemoryLib\r
d51ffc1f 47\r
76f1dde2
LG
48[Guids]\r
49 gEfiCrc32GuidedSectionExtractionGuid ## CONSUMES ## GUID\r
50\r
d51ffc1f 51[Protocols]\r
e5618791 52 gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMED (Set platform override AUTH status if exist)\r
d51ffc1f 53