From 20810546369603890cf428cf381deb0b0aa44c5c Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Thu, 30 Jun 2022 17:32:36 -0700 Subject: [PATCH] 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 Cc: Alexei Fedorov Co-authored-by: Joe Lopez Signed-off-by: Kun Qin Reviewed-by: Sami Mujawar Reviewed-by: Pierre Gondois Tested-by: Sami Mujawar --- .../Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf | 1 + 1 file changed, 1 insertion(+) 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