Last change
on this file since 99404 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.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # CcExitLib Library.
|
---|
3 | #
|
---|
4 | # Copyright (C) 2020, Advanced Micro Devices, Inc. All rights reserved.<BR>
|
---|
5 | # Copyright (C) 2020 - 2022, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = CcExitLib
|
---|
13 | FILE_GUID = 0e923c25-13cd-430b-8714-ffe85652a97b
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = CcExitLib|PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_DRIVER
|
---|
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.common]
|
---|
25 | CcExitLib.c
|
---|
26 | CcExitVcHandler.c
|
---|
27 | CcExitVcHandler.h
|
---|
28 | CcInstruction.c
|
---|
29 | PeiDxeCcExitVcHandler.c
|
---|
30 | CcExitVeHandler.c
|
---|
31 | X64/TdVmcallCpuid.nasm
|
---|
32 |
|
---|
33 | [Packages]
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 | OvmfPkg/OvmfPkg.dec
|
---|
36 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
37 |
|
---|
38 | [LibraryClasses]
|
---|
39 | BaseLib
|
---|
40 | BaseMemoryLib
|
---|
41 | DebugLib
|
---|
42 | LocalApicLib
|
---|
43 | MemEncryptSevLib
|
---|
44 |
|
---|
45 | [Pcd]
|
---|
46 | gUefiOvmfPkgTokenSpaceGuid.PcdOvmfCpuidBase
|
---|
47 | gUefiOvmfPkgTokenSpaceGuid.PcdOvmfCpuidSize
|
---|
Note:
See
TracBrowser
for help on using the repository browser.