mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/DxeMpInitLib.inf: Add missing SynchronizationLib
Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Eric Dong <eric.dong@intel.com> Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
parent
1c020add31
commit
ac63e9392e
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# MP Initialize Library instance for DXE driver.
|
# MP Initialize Library instance for DXE driver.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -56,6 +56,7 @@
|
||||||
UefiCpuLib
|
UefiCpuLib
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
DebugAgentLib
|
DebugAgentLib
|
||||||
|
SynchronizationLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiTimerArchProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiTimerArchProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
Loading…
Reference in New Issue