]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/MicrocodeMeasurementDxe/MicrocodeMeasurementDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / MicrocodeMeasurementDxe / MicrocodeMeasurementDxe.inf
1 ## @file
2 # This driver measures microcode patches to TPM.
3 #
4 # This driver consumes gEdkiiMicrocodePatchHobGuid, packs all unique
5 # microcode patch found in gEdkiiMicrocodePatchHobGuid to a binary blob,
6 # and measures the binary blob to TPM.
7 #
8 # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = MicrocodeMeasurementDxe
17 MODULE_UNI_FILE = MicrocodeMeasurementDxe.uni
18 FILE_GUID = 0A32A803-ACDF-4C89-8293-91011548CD91
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = MicrocodeMeasurementDriverEntryPoint
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 MicrocodeMeasurementDxe.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 UefiCpuPkg/UefiCpuPkg.dec
36
37 [LibraryClasses]
38 UefiBootServicesTableLib
39 MemoryAllocationLib
40 BaseMemoryLib
41 BaseLib
42 UefiLib
43 UefiDriverEntryPoint
44 DebugLib
45 HobLib
46 MicrocodeLib
47 TpmMeasurementLib
48
49 [Guids]
50 gEdkiiMicrocodePatchHobGuid ## CONSUMES ## HOB
51
52 [UserExtensions.TianoCore."ExtraFiles"]
53 MicrocodeMeasurementDxeExtra.uni
54
55 [Depex]
56 TRUE