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