UefiCpuPkg/SmmCpuSyncLib: Add MM_STANDALONE tag.

Declares in the .inf file that the current component is an MM_STANDALONE

Signed-off-by: Yuanhao Xie <yuanhao.xie@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
xieyuanh 2024-04-23 13:33:46 +08:00 committed by mergify[bot]
parent a7dbd2ac7b
commit 587100a95d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#
# This is SMM CPU Synchronization lib used for SMM CPU sync operations.
#
# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2023 - 2024, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@ -13,7 +13,7 @@
BASE_NAME = SmmCpuSyncLib
FILE_GUID = 1ca1bc1a-16a4-46ef-956a-ca500fd3381f
MODULE_TYPE = DXE_SMM_DRIVER
LIBRARY_CLASS = SmmCpuSyncLib|DXE_SMM_DRIVER
LIBRARY_CLASS = SmmCpuSyncLib|DXE_SMM_DRIVER MM_STANDALONE
[Sources]
SmmCpuSyncLib.c