From: Jeff Fan Date: Mon, 22 May 2017 06:49:03 +0000 (+0800) Subject: UefiCpuPkg/DxeMpInitLib.inf: Add missing SynchronizationLib X-Git-Tag: edk2-stable201903~4002 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ac63e9392e7aa3791a4ea00e43c0658e6b20e2ee UefiCpuPkg/DxeMpInitLib.inf: Add missing SynchronizationLib Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Eric Dong Signed-off-by: Jeff Fan Reviewed-by: Eric Dong --- diff --git a/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf b/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf index 9751ba1f0d..39fdc0710f 100644 --- a/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf +++ b/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf @@ -1,7 +1,7 @@ ## @file # MP Initialize Library instance for DXE driver. # -# Copyright (c) 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -56,6 +56,7 @@ UefiCpuLib UefiBootServicesTableLib DebugAgentLib + SynchronizationLib [Protocols] gEfiTimerArchProtocolGuid ## SOMETIMES_CONSUMES