summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/DynamicTables.fdf.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.fdf.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.fdf.inc')
-rw-r--r--DynamicTablesPkg/DynamicTables.fdf.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/DynamicTablesPkg/DynamicTables.fdf.inc b/DynamicTablesPkg/DynamicTables.fdf.inc
new file mode 100644
index 0000000000..4123c6a8b7
--- /dev/null
+++ b/DynamicTablesPkg/DynamicTables.fdf.inc
@@ -0,0 +1,20 @@
+## @file
+# fdf include file for Dynamic Tables Framework.
+#
+# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.<BR>
+#
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+##
+
+ #
+ # Dynamic Table Factory Dxe
+ #
+ INF DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
+