Last change
on this file since 109019 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:
1008 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # NULL Tcg2PhysicalPresenceLib library instance
|
---|
3 | #
|
---|
4 | # Under SecurityPkg, the corresponding library instance will check and
|
---|
5 | # execute TPM 2.0 request from OS or BIOS; the request may ask for user
|
---|
6 | # confirmation before execution. This Null instance implements a no-op
|
---|
7 | # Tcg2PhysicalPresenceLibProcessRequest(), without user interaction.
|
---|
8 | #
|
---|
9 | # Copyright (C) 2018, Red Hat, Inc.
|
---|
10 | # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
11 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | #
|
---|
13 | ##
|
---|
14 |
|
---|
15 | [Defines]
|
---|
16 | INF_VERSION = 0x00010005
|
---|
17 | BASE_NAME = DxeTcg2PhysicalPresenceLibNull
|
---|
18 | FILE_GUID = 2A6BA243-DC22-42D8-9C3D-AE3728DC7AFA
|
---|
19 | MODULE_TYPE = DXE_DRIVER
|
---|
20 | VERSION_STRING = 1.0
|
---|
21 | LIBRARY_CLASS = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
22 |
|
---|
23 | [Sources]
|
---|
24 | DxeTcg2PhysicalPresenceLib.c
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | SecurityPkg/SecurityPkg.dec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.