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:
744 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # TdxMeasurementLib NULL instance
|
---|
3 | #
|
---|
4 | # Copyright (c) 2025, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = TdxMeasurementNullLib
|
---|
13 | FILE_GUID = 975d11ff-b11e-4cf4-b453-6d93a9ea8d7b
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = TdxMeasurementLib
|
---|
17 |
|
---|
18 | #
|
---|
19 | # The following information is for reference only and not required by the build tools.
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = X64
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | TdxMeasurementLibNull.c
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | BaseLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.