summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
diff options
context:
space:
mode:
authorAbdul Lateef Attar <AbdulLateef.Attar@amd.com>2024-01-03 15:22:38 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-03 14:30:45 +0000
commitea658e35a991377ea7beea7cbd7ba56dc1071f10 (patch)
treecebbcee8c87f3e68bab7fa5794f3c60bd6ed5189 /DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
parent7a5823f85be99b9a92751fcf4141f7982fa5cc80 (diff)
downloadedk2-ea658e35a991377ea7beea7cbd7ba56dc1071f10.tar.gz
edk2-ea658e35a991377ea7beea7cbd7ba56dc1071f10.tar.bz2
edk2-ea658e35a991377ea7beea7cbd7ba56dc1071f10.zip
DynamicTablesPkg: Fix X64 compilation errors
Add the support for X64 compilation to the CI. Fix the compilation errors. Cc: Pierre Gondois <pierre.gondois@arm.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf')
-rw-r--r--DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
index abbf4bc38c..83380e6732 100644
--- a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
+++ b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
@@ -2,6 +2,7 @@
# Table Helper
#
# Copyright (c) 2017 - 2021, ARM Limited. All rights reserved.
+# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
@@ -24,4 +25,5 @@
DynamicTablesPkg/DynamicTablesPkg.dec
[LibraryClasses]
+ AmlLib
BaseLib