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:
781 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # CcProbeLib is used to probe Confidential Computing guest type.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2022, 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 = DxeCcProbeLib
|
---|
12 | FILE_GUID = 05184ec9-abb0-4491-8584-e388639a7c48
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = CcProbeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
---|
16 | CONSTRUCTOR = DxeCcProbeLibConstructor
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | DxeCcProbeLib.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | OvmfPkg/OvmfPkg.dec
|
---|
24 |
|
---|
25 | [Pcd]
|
---|
26 | gUefiOvmfPkgTokenSpaceGuid.PcdOvmfWorkAreaBase
|
---|
Note:
See
TracBrowser
for help on using the repository browser.