]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/SmmAccessDxe/SmmAccessDxe.inf
UefiPayloadPkg: Fix Coverity report defect
[mirror_edk2.git] / UefiPayloadPkg / SmmAccessDxe / SmmAccessDxe.inf
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