Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
979 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # TdxHelperLib Dxe instance
|
---|
3 | #
|
---|
4 | # This module provides Tdx helper functions in DXE phase.
|
---|
5 | # Copyright (c) 2025, 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 = DxeTdxMeasurementLib
|
---|
14 | FILE_GUID = 7ad50992-cc31-4d2c-9048-6e92ed4b42b5
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = TdxMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER
|
---|
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 | DxeTdxMeasurement.c
|
---|
27 | TdxMeasurementCommon.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
33 | SecurityPkg/SecurityPkg.dec
|
---|
34 | CryptoPkg/CryptoPkg.dec
|
---|
35 |
|
---|
36 | [LibraryClasses]
|
---|
37 | BaseLib
|
---|
38 | DebugLib
|
---|
39 | HobLib
|
---|
40 | PcdLib
|
---|
41 | BaseCryptLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.