]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AmdSev/SecretDxe/SecretDxe.inf
OvmfPkg/AmdSev: Expose the Sev Secret area using a configuration table
[mirror_edk2.git] / OvmfPkg / AmdSev / SecretDxe / SecretDxe.inf
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 gSevLaunchSecretGuid
31
32 [FixedPcd]
33 gUefiOvmfPkgTokenSpaceGuid.PcdSevLaunchSecretBase
34 gUefiOvmfPkgTokenSpaceGuid.PcdSevLaunchSecretSize
35
36 [Depex]
37 TRUE