Last change
on this file since 101297 was 99404, checked in by vboxsync, 23 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.