Last change
on this file 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:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Provides function interfaces to communicate with TPM 2.0 device
|
---|
3 | #
|
---|
4 | # This library helps to use TPM 2.0 device in library function API
|
---|
5 | # based on TPM2 protocol.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = Tpm2DeviceLibTcg2
|
---|
15 | MODULE_UNI_FILE = Tpm2DeviceLibTcg2.uni
|
---|
16 | FILE_GUID = A1B0B230-67DC-431E-A94A-A96AF1EBE637
|
---|
17 | MODULE_TYPE = DXE_DRIVER
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = Tpm2DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | Tpm2DeviceLibTcg2.c
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 | SecurityPkg/SecurityPkg.dec
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | BaseLib
|
---|
36 | BaseMemoryLib
|
---|
37 | DebugLib
|
---|
38 | UefiBootServicesTableLib
|
---|
39 |
|
---|
40 | [Protocols]
|
---|
41 | gEfiTcg2ProtocolGuid ## CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.