VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/SmmControlRuntimeDxe/SmmControlRuntimeDxe.inf@ 105668

Last change on this file since 105668 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.0 KB
Line 
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
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette