]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
OvmfPkg: SmmCpuFeaturesLib: customize state save map format
[mirror_edk2.git] / OvmfPkg / SmmAccess / SmmAccess2Dxe.inf
CommitLineData
c5b7c805
LE
1## @file\r
2# A DXE_DRIVER providing SMRAM access by producing EFI_SMM_ACCESS2_PROTOCOL.\r
3#\r
4# Q35 TSEG is expected to have been verified and set up by the SmmAccessPei\r
5# driver.\r
6#\r
7# Copyright (C) 2013, 2015, Red Hat, Inc.\r
8#\r
9# This program and the accompanying materials are licensed and made available\r
10# under the terms and conditions of the BSD License which accompanies this\r
11# distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
15# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SmmAccess2Dxe\r
22 FILE_GUID = AC95AD3D-4366-44BF-9A62-E4B29D7A2206\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 PI_SPECIFICATION_VERSION = 0x00010400\r
26 ENTRY_POINT = SmmAccess2DxeEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 SmmAccess2Dxe.c\r
36 SmramInternal.c\r
37 SmramInternal.h\r
38\r
39[Packages]\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 MdePkg/MdePkg.dec\r
42 OvmfPkg/OvmfPkg.dec\r
43\r
44[LibraryClasses]\r
45 DebugLib\r
46 PcdLib\r
47 PciLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50\r
51[Protocols]\r
52 gEfiSmmAccess2ProtocolGuid ## PRODUCES\r
53\r
54[FeaturePcd]\r
55 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire\r
56\r
57[Depex]\r
58 TRUE\r