summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg
diff options
context:
space:
mode:
authorKun Qin <kuqin12@gmail.com>2022-06-30 17:32:36 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-09-01 10:27:02 +0000
commit20810546369603890cf428cf381deb0b0aa44c5c (patch)
treed27d75cf966ce7b2447dc1b22fc315b47dce7d32 /DynamicTablesPkg
parent9ca7ece8b3b1743b6ee76f5f20f2c5eeed001d72 (diff)
downloadedk2-20810546369603890cf428cf381deb0b0aa44c5c.tar.gz
edk2-20810546369603890cf428cf381deb0b0aa44c5c.tar.bz2
edk2-20810546369603890cf428cf381deb0b0aa44c5c.zip
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>
Diffstat (limited to 'DynamicTablesPkg')
-rw-r--r--DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf b/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf
index 9a3cc87fd9..8423352550 100644
--- a/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf
+++ b/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf
@@ -31,3 +31,4 @@
[LibraryClasses]
AcpiHelperLib
BaseLib
+ MemoryAllocationLib