Last change
on this file since 80721 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
878 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Provides NULL TPM measurement function.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = TpmMeasurementLibNull
|
---|
12 | FILE_GUID = 6DFD6E9F-9278-48D8-8F45-B6CFF2C2B69C
|
---|
13 | MODULE_TYPE = UEFI_DRIVER
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
16 | MODULE_UNI_FILE = TpmMeasurementLibNull.uni
|
---|
17 |
|
---|
18 | #
|
---|
19 | # The following information is for reference only and not required by the build tools.
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | TpmMeasurementLibNull.c
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.