VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Tcg/Tcg2Config/Tpm12SupportNull.c

最後變更 在這個檔案是 85718,由 vboxsync 提交於 5 年 前

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 534 位元組
 
1/** @file
2 Null implementation of InternalTpm12Detect(), always returning
3 EFI_UNSUPPORTED.
4
5 Copyright (C) 2020, Red Hat, Inc.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8**/
9
10#include "Tpm12Support.h"
11
12/**
13 Detect the presence of a TPM with interface version 1.2.
14
15 @retval EFI_UNSUPPORTED The platform that includes this particular
16 implementation of the function does not support
17 TPM-1.2.
18**/
19EFI_STATUS
20InternalTpm12Detect (
21 VOID
22 )
23{
24 return EFI_UNSUPPORTED;
25}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette