Last change
on this file since 109019 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
399 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | NULL Tcg2PhysicalPresenceLib library instance
|
---|
3 |
|
---|
4 | Copyright (c) 2018, Red Hat, Inc.
|
---|
5 | Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 |
|
---|
8 | **/
|
---|
9 |
|
---|
10 | #include <Library/Tcg2PhysicalPresenceLib.h>
|
---|
11 |
|
---|
12 | VOID
|
---|
13 | EFIAPI
|
---|
14 | Tcg2PhysicalPresenceLibProcessRequest (
|
---|
15 | IN TPM2B_AUTH *PlatformAuth OPTIONAL
|
---|
16 | )
|
---|
17 | {
|
---|
18 | //
|
---|
19 | // do nothing
|
---|
20 | //
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.