]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Library / DxeCrc32GuidedSectionExtractLib / DxeCrc32GuidedSectionExtractLib.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 # It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.
7 #
8 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = DxeCrc32GuidedSectionExtractLib
22 FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
26
27 CONSTRUCTOR = DxeCrc32GuidedSectionExtractLibConstructor
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 DxeCrc32GuidedSectionExtractLib.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 ExtractGuidedSectionLib
44 UefiBootServicesTableLib
45 DebugLib
46 BaseMemoryLib
47
48 [Guids]
49 gEfiCrc32GuidedSectionExtractionGuid ## CONSUMES ## GUID
50
51 [Protocols]
52 gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMED (Set platform override AUTH status if exist)
53