]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
MdeModulePkg/Smbios: Add TCG PFP rev 105 support.
[mirror_edk2.git] / MdeModulePkg / Universal / SmbiosMeasurementDxe / SmbiosMeasurementDxe.inf
... / ...
CommitLineData
1## @file\r
2# This driver measures SMBIOS table to TPM.\r
3#\r
4# This driver is a sample driver to follow TCG platform specification to\r
5# filter some fields in SMBIOS table.\r
6# - Platform configuration information that is automatically updated,\r
7# such as clock registers, and system unique information, such as\r
8# asset numbers or serial numbers, MUST NOT be measured into PCR [1],\r
9# or any other PCR.\r
10# The OEM types are skipped and platform code can measure them by self if required.\r
11#\r
12# A platform may use its own policy to filter some fields in SMBIOS table.\r
13#\r
14# Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>\r
15#\r
16# SPDX-License-Identifier: BSD-2-Clause-Patent\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = SmbiosMeasurementDxe\r
24 MODULE_UNI_FILE = SmbiosMeasurementDxe.uni\r
25 FILE_GUID = D27FED59-ABB4-4FED-BEAD-2A878C7E4A7E\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = SmbiosMeasurementDriverEntryPoint\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
34#\r
35\r
36[Sources]\r
37 SmbiosMeasurementDxe.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 UefiLib\r
49 UefiDriverEntryPoint\r
50 DebugLib\r
51 PcdLib\r
52 TpmMeasurementLib\r
53\r
54[Protocols]\r
55 gEfiSmbiosProtocolGuid ## CONSUMES\r
56\r
57[Guids]\r
58 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
59 gEfiSmbios3TableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
60\r
61[Pcd]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdTcgPfpMeasurementRevision ## CONSUMES\r
63\r
64[Depex]\r
65 gEfiSmbiosProtocolGuid\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 SmbiosMeasurementDxeExtra.uni\r