VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/SmmAccess/SmmAccess2Dxe.inf@ 80820

Last change on this file since 80820 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1## @file
2# A DXE_DRIVER providing SMRAM access by producing EFI_SMM_ACCESS2_PROTOCOL.
3#
4# Q35 TSEG is expected to have been verified and set up by the SmmAccessPei
5# driver.
6#
7# Copyright (C) 2013, 2015, Red Hat, Inc.
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11##
12
13[Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = SmmAccess2Dxe
16 FILE_GUID = AC95AD3D-4366-44BF-9A62-E4B29D7A2206
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 PI_SPECIFICATION_VERSION = 0x00010400
20 ENTRY_POINT = SmmAccess2DxeEntryPoint
21
22#
23# The following information is for reference only and not required by the build tools.
24#
25# VALID_ARCHITECTURES = IA32 X64
26#
27
28[Sources]
29 SmmAccess2Dxe.c
30 SmramInternal.c
31 SmramInternal.h
32
33[Packages]
34 MdeModulePkg/MdeModulePkg.dec
35 MdePkg/MdePkg.dec
36 OvmfPkg/OvmfPkg.dec
37
38[LibraryClasses]
39 DebugLib
40 PcdLib
41 PciLib
42 UefiBootServicesTableLib
43 UefiDriverEntryPoint
44
45[Protocols]
46 gEfiSmmAccess2ProtocolGuid ## PRODUCES
47
48[FeaturePcd]
49 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
50
51[Pcd]
52 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes
53
54[Depex]
55 TRUE
Note: See TracBrowser for help on using the repository browser.

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