]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.inf
MdePkg/Acpi62: Add type 7 NFIT Platform Capabilities Structure support
[mirror_edk2.git] / UefiPayloadPkg / PchSmiDispatchSmm / PchSmiDispatchSmm.inf
1 ## @file
2 # PCH SMM SMI Software dispatch module.
3 #
4 # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = PchSmiDispatchSmm
13 FILE_GUID = 60F343E3-2AE2-4AA7-B01E-BF9BD5C04A3B
14 MODULE_TYPE = DXE_SMM_DRIVER
15 VERSION_STRING = 1.0
16 PI_SPECIFICATION_VERSION = 0x0001000A
17 ENTRY_POINT = PchSmiDispatchEntryPoint
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64
23 #
24
25 [Sources]
26 PchSmiDispatchSmm.c
27 PchSmiDispatchSmm.h
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 UefiPayloadPkg/UefiPayloadPkg.dec
32
33 [LibraryClasses]
34 UefiDriverEntryPoint
35 MemoryAllocationLib
36 DebugLib
37 UefiBootServicesTableLib
38 SmmServicesTableLib
39 BaseLib
40 IoLib
41 HobLib
42
43 [Protocols]
44 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED
45 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
46
47 [Guids]
48 gSmmRegisterInfoGuid
49
50 [Depex]
51 gEfiSmmCpuProtocolGuid