Files
slimbootloader/PayloadPkg/Library/MpServiceLib/MpServiceLib.inf
Maurice Ma 6eb006beea Add MP service for payload
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>
2022-03-02 09:04:08 -08:00

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]