mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg: Fix protocol section
Updated the Protocols section to reflect the protocols that are produced or consumed. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
This commit is contained in:
parent
0692ef8759
commit
bde673b2dc
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# Module to manage the list of available table factories.
|
||||
#
|
||||
# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.
|
||||
# Copyright (c) 2017 - 2019, 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
|
||||
|
@ -51,10 +51,7 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators
|
||||
|
||||
[Protocols]
|
||||
gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEdkiiConfigurationManagerProtocolGuid
|
||||
gEdkiiDynamicTableFactoryProtocolGuid
|
||||
gEdkiiDynamicTableFactoryProtocolGuid # PRODUCES
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# Module that drives the table generation and installation process.
|
||||
#
|
||||
# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.
|
||||
# Copyright (c) 2017 - 2019, 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
|
||||
|
@ -42,8 +42,9 @@
|
|||
|
||||
[Protocols]
|
||||
gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEdkiiConfigurationManagerProtocolGuid
|
||||
gEdkiiDynamicTableFactoryProtocolGuid
|
||||
|
||||
gEdkiiConfigurationManagerProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEdkiiDynamicTableFactoryProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
||||
[Depex]
|
||||
gEfiAcpiTableProtocolGuid AND
|
||||
|
|
Loading…
Reference in New Issue