You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
This patch adds a MpServiceLib for payload so that a payload can utilize this library to run tasks on specified processor. Signed-off-by: Maurice Ma <maurice.ma@intel.com>
34 lines
647 B
INI
34 lines
647 B
INI
## @file
|
|
# An instance to support MP CPU APIs.
|
|
#
|
|
# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = MpServiceLib
|
|
FILE_GUID = 854BFC39-09C3-41BC-8920-3DB5B5B45FA3
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = MpServiceLib
|
|
|
|
[Sources]
|
|
MpServiceLib.c
|
|
|
|
[LibraryClasses]
|
|
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
PayloadPkg/PayloadPkg.dec
|
|
BootloaderCommonPkg/BootloaderCommonPkg.dec
|
|
|
|
[Guids]
|
|
|
|
|
|
[Pcd]
|
|
|