VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelperLib.inf@ 105668

Last change on this file since 105668 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: 1.2 KB
Line 
1## @file
2# TdxHelperLib SEC instance
3#
4# This module provides Tdx helper functions in SEC phase.
5# Copyright (c) 2021 - 2023, Intel Corporation. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = SecTdxHelperLib
14 FILE_GUID = ba69ac6b-0c59-4472-899d-b684590ec1e9
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = TdxHelperLib|SEC
18
19#
20# The following information is for reference only and not required by the build tools.
21#
22# VALID_ARCHITECTURES = X64
23#
24
25[Sources]
26 SecTdxHelper.c
27 TdxMeasurementHob.c
28
29[Packages]
30 CryptoPkg/CryptoPkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32 MdePkg/MdePkg.dec
33 OvmfPkg/OvmfPkg.dec
34 SecurityPkg/SecurityPkg.dec
35
36[LibraryClasses]
37 BaseLib
38 BaseCryptLib
39 DebugLib
40 HobLib
41 PcdLib
42 TdxMailboxLib
43 TdxLib
44
45[FixedPcd]
46 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfWorkAreaBase
47 gUefiOvmfPkgTokenSpaceGuid.PcdTdxAcceptPageSize
48 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecGhcbBase
49 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase
50 gUefiOvmfPkgTokenSpaceGuid.PcdCfvRawDataSize
51
52[Guids]
53 gCcEventEntryHobGuid
Note: See TracBrowser for help on using the repository browser.

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