Last change
on this file since 105670 was 99404, checked in by vboxsync, 23 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # TdxHelperLib PEI instance
|
---|
3 | #
|
---|
4 | # This module provides Tdx helper functions in PEI 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 = PeiTdxHelperLib
|
---|
14 | FILE_GUID = 4d22289d-3bde-4501-a737-7719f3215065
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = TdxHelperLib|PEIM
|
---|
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 | PeiTdxHelper.c
|
---|
27 | TdxMeasurementHob.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdeModulePkg/MdeModulePkg.dec
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 | OvmfPkg/OvmfPkg.dec
|
---|
33 | SecurityPkg/SecurityPkg.dec
|
---|
34 |
|
---|
35 | [LibraryClasses]
|
---|
36 | BaseLib
|
---|
37 | DebugLib
|
---|
38 | HobLib
|
---|
39 | PcdLib
|
---|
40 |
|
---|
41 | [FixedPcd]
|
---|
42 | gUefiOvmfPkgTokenSpaceGuid.PcdOvmfWorkAreaBase
|
---|
43 | gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecGhcbBase
|
---|
44 | gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase
|
---|
45 | gUefiOvmfPkgTokenSpaceGuid.PcdCfvRawDataSize
|
---|
46 |
|
---|
47 | [Guids]
|
---|
48 | gCcEventEntryHobGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.