]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / DxeCrc32GuidedSectionExtractLib / DxeCrc32GuidedSectionExtractLib.inf
... / ...
CommitLineData
1## @file\r
2# This library doesn't produce any library class. The constructor function uses \r
3# ExtractGuidedSectionLib service to register CRC32 guided section handler\r
4# that parses CRC32 encapsulation section and extracts raw data.\r
5#\r
6# It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.\r
7#\r
8# Copyright (c) 2006 - 2010, Intel Corporation\r
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
17##\r
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
25 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
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
35[Sources]\r
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
46 BaseMemoryLib\r
47\r
48[Guids]\r
49 gEfiCrc32GuidedSectionExtractionGuid ## CONSUMES ## GUID\r
50\r
51[Protocols]\r
52 gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMED (Set platform override AUTH status if exist)\r
53