summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/DynamicTables.dsc.inc
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2018-12-15 12:17:06 +0000
committerSami Mujawar <sami.mujawar@arm.com>2019-02-19 10:37:30 +0000
commit3a609e0a66ef16e1d90cb1a5cdd7a389d16506c5 (patch)
tree8b9af286c6e91c9216b0a6cc1268a2429c5d1eb8 /DynamicTablesPkg/DynamicTables.dsc.inc
parent6fd4eb0fb88b30099c52897a06498575167267b1 (diff)
downloadedk2-3a609e0a66ef16e1d90cb1a5cdd7a389d16506c5.tar.gz
edk2-3a609e0a66ef16e1d90cb1a5cdd7a389d16506c5.tar.bz2
edk2-3a609e0a66ef16e1d90cb1a5cdd7a389d16506c5.zip
DynamicTablesPkg: Dynamic Table Factory Dxe
The dynamic table factory dxe implements the dynamic table factory protocol. It also implements the ACPI, SMBIOS and DT table factories. The table generators register themselves with the respective table factories and the factories are responsible for instantiating instances of the generators to build the firmware tables. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
Diffstat (limited to 'DynamicTablesPkg/DynamicTables.dsc.inc')
-rw-r--r--DynamicTablesPkg/DynamicTables.dsc.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/DynamicTablesPkg/DynamicTables.dsc.inc b/DynamicTablesPkg/DynamicTables.dsc.inc
index 1cac3e649a..9803b345c6 100644
--- a/DynamicTablesPkg/DynamicTables.dsc.inc
+++ b/DynamicTablesPkg/DynamicTables.dsc.inc
@@ -18,3 +18,9 @@
[LibraryClasses.common]
TableHelperLib|DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
+[Components.common]
+ #
+ # Dynamic Table Factory Dxe
+ #
+ DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
+