]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
MdeModulePkg SmbiosMeasurementDxe: Use EFI_D_VERBOSE for internal dump functions
[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
10#\r
11# A platform may use its own policy to filter some fields in SMBIOS table.\r
12#\r
13# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
14#\r
15# This program and the accompanying materials\r
16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21#\r
22#\r
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = SmbiosMeasurementDxe\r
28 MODULE_UNI_FILE = SmbiosMeasurementDxe.uni\r
29 FILE_GUID = D27FED59-ABB4-4FED-BEAD-2A878C7E4A7E\r
30 MODULE_TYPE = DXE_DRIVER\r
31 VERSION_STRING = 1.0\r
32 ENTRY_POINT = SmbiosMeasurementDriverEntryPoint\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
38#\r
39\r
40[Sources]\r
41 SmbiosMeasurementDxe.c\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 BaseLib\r
52 UefiLib\r
53 UefiDriverEntryPoint\r
54 DebugLib\r
55 TpmMeasurementLib\r
56\r
57[Protocols]\r
58 gEfiSmbiosProtocolGuid ## PRODUCES\r
59 \r
60[Guids]\r
61 gEfiSmbiosTableGuid ## SOMETIMES_PRODUCES ## SystemTable\r
62 gEfiSmbios3TableGuid ## SOMETIMES_PRODUCES ## SystemTable\r
63\r
64[Depex]\r
65 gEfiSmbiosProtocolGuid\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 SmbiosMeasurementDxeExtra.uni\r