ArmVirtPkg/PlatformPeiLib: make PcdLib dependency explicit in .INF

We currently include PcdLib.h in PlatformPeiLib, without declaring
this dependency in its .INF description. Since all the PCDs we use
resolve to fixed type in practice, this does not really matter at
the moment, but since we will be adding dynamic PCD references in
a subsequent patch, let's make the PcdLib dependency explicit, so
that its dispatch is guaranteed to be ordered correctly with respect
to the provider of the dynamic PCD PPI.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2560
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Ard Biesheuvel 2020-02-26 20:05:07 +01:00 committed by mergify[bot]
parent 6b3d196a7c
commit fdb3f06b82
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
DebugLib
HobLib
FdtLib
PcdLib
[FixedPcd]
gArmTokenSpaceGuid.PcdFvSize