]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/SmmControlRuntimeDxe/SmmControlRuntimeDxe.inf
OvmfPkg/PlatformPei: set the Hypervisor Features PCD
[mirror_edk2.git] / UefiPayloadPkg / SmmControlRuntimeDxe / SmmControlRuntimeDxe.inf
1 ## @file
2 # SMM Control runtime DXE Module
3 #
4 # Provides the ability to generate a software SMI.
5 #
6 # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = SmmControlRuntimeDxe
15 FILE_GUID = C3099578-F815-4a96-84A3-FC593760181D
16 MODULE_TYPE = DXE_RUNTIME_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = SmmControlEntryPoint
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 SmmControlRuntimeDxe.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 UefiPayloadPkg/UefiPayloadPkg.dec
32
33 [LibraryClasses]
34 UefiDriverEntryPoint
35 DebugLib
36 UefiBootServicesTableLib
37 UefiRuntimeLib
38 PcdLib
39 IoLib
40 HobLib
41
42 [Guids]
43 gSmmRegisterInfoGuid
44 gEfiEventVirtualAddressChangeGuid
45
46 [Protocols]
47 gEfiSmmControl2ProtocolGuid ## PRODUCES
48
49 [Depex]
50 TRUE