Hisilicon/IoInitDxe: add hidden dependency on MemoryAllocationLib to .inf

IoInitDxe uses the MemoryAllocationLib API, but does not declare it in
its .inf file. This will cause breakage when this dependency is no longer
fulfilled indirectly via another library, so make it explicit by adding it
to the .inf.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
diff --git a/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf b/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf
index 6e19068..a429cf3 100644
--- a/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf
+++ b/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf
@@ -41,6 +41,7 @@
   CacheMaintenanceLib

   SerdesLib

   PlatformSysCtrlLib

+  MemoryAllocationLib

 

 [Guids]