Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
671 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # SMM CPU Rendezvous service lib.
|
---|
3 | #
|
---|
4 | # This is SMM CPU rendezvous service lib that wait for all
|
---|
5 | # APs to enter SMM mode.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = SmmCpuRendezvousLibNull
|
---|
15 | FILE_GUID = 1e5790ea-d013-4d7b-9047-b4342a762027
|
---|
16 | MODULE_TYPE = DXE_SMM_DRIVER
|
---|
17 | LIBRARY_CLASS = SmmCpuRendezvousLib|MM_STANDALONE DXE_SMM_DRIVER
|
---|
18 |
|
---|
19 | [Sources]
|
---|
20 | SmmCpuRendezvousLibNull.c
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | MdePkg/MdePkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.