Last change
on this file since 101297 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:
751 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Tdx library
|
---|
3 | #
|
---|
4 | # Copyright (c) 2020 - 2021, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = TdxLib
|
---|
12 | FILE_GUID = 032A8E0D-0C27-40C0-9CAA-23B731C1B223
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = TdxLib
|
---|
16 |
|
---|
17 | #
|
---|
18 | # The following information is for reference only and not required by the build tools.
|
---|
19 | #
|
---|
20 | # VALID_ARCHITECTURES = IA32 X64
|
---|
21 | #
|
---|
22 |
|
---|
23 | [Sources.IA32]
|
---|
24 | TdxLibNull.c
|
---|
25 |
|
---|
26 | [Sources.X64]
|
---|
27 | AcceptPages.c
|
---|
28 | Rtmr.c
|
---|
29 | TdInfo.c
|
---|
30 |
|
---|
31 | [Packages]
|
---|
32 | MdePkg/MdePkg.dec
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | BaseLib
|
---|
36 | BaseMemoryLib
|
---|
37 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.