diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2018-12-15 12:18:52 +0000 |
---|---|---|
committer | Sami Mujawar <sami.mujawar@arm.com> | 2019-02-19 10:37:30 +0000 |
commit | 71f2b9060f7e553be576ddcf8b71d00d63545eb5 (patch) | |
tree | 2aab3afcb1c05310e06d5f20e169ce22976616f1 /DynamicTablesPkg/DynamicTables.fdf.inc | |
parent | 3a609e0a66ef16e1d90cb1a5cdd7a389d16506c5 (diff) | |
download | edk2-71f2b9060f7e553be576ddcf8b71d00d63545eb5.tar.gz |
DynamicTablesPkg: Dynamic Table Manager Dxe
The dynamic table manager implements the top level component
that drives the table generation and installation process.
It uses the configuration manager protocol to get the list
of tables to be installed from the configuration manager.
It iterates through the list of tables, requests the table
factories for corresponding generators and invokes the
generator interface to build the 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.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DynamicTablesPkg/DynamicTables.fdf.inc b/DynamicTablesPkg/DynamicTables.fdf.inc index 4123c6a8b7..897a7e7857 100644 --- a/DynamicTablesPkg/DynamicTables.fdf.inc +++ b/DynamicTablesPkg/DynamicTables.fdf.inc @@ -18,3 +18,7 @@ #
INF DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
+ #
+ # Dynamic Tables Dxe
+ #
+ INF DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf
|