]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
JY
15#\r
16# This program and the accompanying materials\r
17# are licensed and made available under the terms and conditions of the BSD License\r
18# which accompanies this distribution. The full text of the license may be found at\r
19# http://opensource.org/licenses/bsd-license.php\r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22#\r
23#\r
24##\r
25\r
26[Defines]\r
27 INF_VERSION = 0x00010005\r
28 BASE_NAME = SmbiosMeasurementDxe\r
29 MODULE_UNI_FILE = SmbiosMeasurementDxe.uni\r
30 FILE_GUID = D27FED59-ABB4-4FED-BEAD-2A878C7E4A7E\r
31 MODULE_TYPE = DXE_DRIVER\r
32 VERSION_STRING = 1.0\r
33 ENTRY_POINT = SmbiosMeasurementDriverEntryPoint\r
34\r
35#\r
36# The following information is for reference only and not required by the build tools.\r
37#\r
de005223 38# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
c00a0c87
JY
39#\r
40\r
41[Sources]\r
42 SmbiosMeasurementDxe.c\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48[LibraryClasses]\r
49 UefiBootServicesTableLib\r
50 MemoryAllocationLib\r
51 BaseMemoryLib\r
52 BaseLib\r
53 UefiLib\r
54 UefiDriverEntryPoint\r
55 DebugLib\r
56 TpmMeasurementLib\r
57\r
58[Protocols]\r
35a19d48 59 gEfiSmbiosProtocolGuid ## CONSUMES\r
14c218b3 60\r
c00a0c87 61[Guids]\r
35a19d48
SZ
62 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
63 gEfiSmbios3TableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
c00a0c87
JY
64\r
65[Depex]\r
66 gEfiSmbiosProtocolGuid\r
67\r
68[UserExtensions.TianoCore."ExtraFiles"]\r
69 SmbiosMeasurementDxeExtra.uni\r