From 3a609e0a66ef16e1d90cb1a5cdd7a389d16506c5 Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Sat, 15 Dec 2018 12:17:06 +0000 Subject: 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 Reviewed-by: Alexei Fedorov --- DynamicTablesPkg/DynamicTables.fdf.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 DynamicTablesPkg/DynamicTables.fdf.inc (limited to 'DynamicTablesPkg/DynamicTables.fdf.inc') 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.
+# +# 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 + -- cgit v1.2.3