]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / SmbiosMeasurementDxe / SmbiosMeasurementDxe.inf
CommitLineData
c00a0c87
JY
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
7f2f96f1 10# The OEM types are skipped and platform code can measure them by self if required.\r
d1102dba 11#\r
c00a0c87
JY
12# A platform may use its own policy to filter some fields in SMBIOS table.\r
13#\r
d1102dba 14# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
c00a0c87 15#\r
9d510e61 16# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c00a0c87
JY
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
de005223 33# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
c00a0c87
JY
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 TpmMeasurementLib\r
52\r
53[Protocols]\r
35a19d48 54 gEfiSmbiosProtocolGuid ## CONSUMES\r
14c218b3 55\r
c00a0c87 56[Guids]\r
35a19d48
SZ
57 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
58 gEfiSmbios3TableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
c00a0c87
JY
59\r
60[Depex]\r
61 gEfiSmbiosProtocolGuid\r
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 SmbiosMeasurementDxeExtra.uni\r