UefiCpuPkg/CpuMpPei: Add missing CpuLib class

The CpuMpPei module uses a services from the CpuLib class,
but the CpuLib class is missing from the INF file.  This
update is required to use the new MpInitLibUp instance that
does not use the CpuLib class.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Michael D Kinney 2019-04-30 12:03:36 -07:00
parent 6dd88437b1
commit ba1362d882
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## @file
# CPU driver installs CPU PI Multi-processor PPI.
#
# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@ -43,6 +43,7 @@
CpuExceptionHandlerLib
MpInitLib
BaseMemoryLib
CpuLib
[Ppis]
gEfiPeiMpServicesPpiGuid ## PRODUCES