Skip to content

Commit 0299ecb

Browse files
committed
DynamicTablesPkg: TableHelperLib: Add Missing Libraries
The existing library inf misses a few used libraries in its [LibraryClasses] section and thus break the build. This change adds those libraries and does not have functional change other than minimal section literals. Signed-off-by: Kun Qin <[email protected]>
1 parent 40a19d1 commit 0299ecb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf

+4
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525

2626
[LibraryClasses]
2727
BaseLib
28+
# MU_CHANGE Starts
29+
AmlLib
30+
MemoryAllocationLib
31+
# MU_CHANGE Ends

0 commit comments

Comments
 (0)