]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / SmmAccess / SmmAccess2Dxe.inf
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