VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiPayloadPkg/SmmAccessDxe/SmmAccessDxe.inf@ 102797

Last change on this file since 102797 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.1 KB
Line 
1## @file
2# SMM Access 2 Protocol Dxe Driver
3#
4# This module produces the SMM Access 2 Protocol.
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 = SmmAccessDxe
15 FILE_GUID = 47579CF5-1E4F-4b41-99BB-A5C334846D3B
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = SmmAccessEntryPoint
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 SmmAccessDxe.c
28 SmmAccessDxe.h
29
30[Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 UefiPayloadPkg/UefiPayloadPkg.dec
34
35[LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 DebugLib
39 BaseLib
40 BaseMemoryLib
41 MemoryAllocationLib
42 HobLib
43
44[Guids]
45 gEfiSmmSmramMemoryGuid
46
47[Protocols]
48 gEfiSmmAccess2ProtocolGuid ## PRODUCES
49
50[Depex]
51 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