VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf

最後變更 在這個檔案是 99404,由 vboxsync 提交於 20 月 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.4 KB
 
1## @file
2# Set TPM device type - supports TPM 2.0 only
3#
4# In SecurityPkg, this module initializes the TPM device type based on a UEFI
5# variable and/or hardware detection. In OvmfPkg, the module only performs TPM
6# hardware detection.
7#
8# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
9# Copyright (C) 2018, Red Hat, Inc.
10#
11# SPDX-License-Identifier: BSD-2-Clause-Patent
12##
13
14[Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = Tcg2ConfigPei
17 FILE_GUID = BF7F2B0C-9F2F-4889-AB5C-12460022BE87
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 ENTRY_POINT = Tcg2ConfigPeimEntryPoint
21
22[Sources]
23 Tcg2ConfigPeim.c
24 Tpm12Support.h
25 Tpm12SupportNull.c
26
27[Packages]
28 MdePkg/MdePkg.dec
29 MdeModulePkg/MdeModulePkg.dec
30 OvmfPkg/OvmfPkg.dec
31 SecurityPkg/SecurityPkg.dec
32
33[LibraryClasses]
34 PeimEntryPoint
35 DebugLib
36 PeiServicesLib
37 Tpm2DeviceLib
38
39[Guids]
40 gEfiTpmDeviceSelectedGuid ## PRODUCES ## GUID # Used as a PPI GUID
41 gEfiTpmDeviceInstanceTpm20DtpmGuid ## SOMETIMES_CONSUMES
42 gEfiTpmDeviceInstanceTpm12Guid ## SOMETIMES_CONSUMES
43
44[Ppis]
45 gPeiTpmInitializationDonePpiGuid ## SOMETIMES_PRODUCES
46
47[Pcd]
48 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## PRODUCES
49
50[Depex.IA32, Depex.X64]
51 gOvmfTpmMmioAccessiblePpiGuid
52
53[Depex.ARM, Depex.AARCH64]
54 gOvmfTpmDiscoveredPpiGuid
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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