mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg: DynamicPlatRepoLib: Added MemoryAllocationLib to inf
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996 The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib, such as DynamicPlatRepo.c and TokenMapper.c. Not including it in the library inf file could lead to potential build break. This change added the MemoryAllocationLib into this inf file. Cc: Sami Mujawar <Sami.Mujawar@arm.com> Cc: Alexei Fedorov <Alexei.Fedorov@arm.com> Co-authored-by: Joe Lopez <joelopez@microsoft.com> Signed-off-by: Kun Qin <kuqin12@gmail.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Pierre Gondois <pierre.gondois@arm.com> Tested-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
9ca7ece8b3
commit
2081054636
|
@ -31,3 +31,4 @@
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
AcpiHelperLib
|
AcpiHelperLib
|
||||||
BaseLib
|
BaseLib
|
||||||
|
MemoryAllocationLib
|
||||||
|
|
Loading…
Reference in New Issue