Last change
on this file since 105681 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
803 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Sev Secret configuration Table installer
|
---|
3 | #
|
---|
4 | # Copyright (C) 2020 James Bottomley, IBM Corporation.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = SecretDxe
|
---|
13 | FILE_GUID = 6e2b9619-8810-4e9d-a177-d432bb9abeda
|
---|
14 | MODULE_TYPE = DXE_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | ENTRY_POINT = InitializeSecretDxe
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | SecretDxe.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | OvmfPkg/OvmfPkg.dec
|
---|
23 | MdePkg/MdePkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | UefiBootServicesTableLib
|
---|
27 | UefiDriverEntryPoint
|
---|
28 |
|
---|
29 | [Guids]
|
---|
30 | gConfidentialComputingSecretGuid
|
---|
31 |
|
---|
32 | [FixedPcd]
|
---|
33 | gUefiOvmfPkgTokenSpaceGuid.PcdSevLaunchSecretBase
|
---|
34 | gUefiOvmfPkgTokenSpaceGuid.PcdSevLaunchSecretSize
|
---|
35 |
|
---|
36 | [Depex]
|
---|
37 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.