DynamicTablesPkg: Fix protocol section

This patch was originally merged in edk2 master at
bde673b2dc. However, this was
later reverted at 7d180efeaa
as it was merged during the Soft Feature Freeze for
edk2-stable201903.

Resubmitting this patch as the edk2 merge window is now open.

Updated the Protocols section to reflect the protocols
that are produced or consumed.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Alexei Fedorov <alexei.fedorov@arm.com>
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:
Sami Mujawar
2019-02-08 18:47:00 +00:00
parent 2cb2b6d6fa
commit 4f93ff22b9
2 changed files with 6 additions and 8 deletions

View File

@ -1,7 +1,7 @@
## @file ## @file
# Module to manage the list of available table factories. # 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 # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -51,10 +51,7 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators
[Protocols] [Protocols]
gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEdkiiDynamicTableFactoryProtocolGuid # PRODUCES
gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEdkiiConfigurationManagerProtocolGuid
gEdkiiDynamicTableFactoryProtocolGuid
[Depex] [Depex]
TRUE TRUE

View File

@ -1,7 +1,7 @@
## @file ## @file
# Module that drives the table generation and installation process. # 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 # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -42,8 +42,9 @@
[Protocols] [Protocols]
gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEdkiiConfigurationManagerProtocolGuid
gEdkiiDynamicTableFactoryProtocolGuid gEdkiiConfigurationManagerProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEdkiiDynamicTableFactoryProtocolGuid # PROTOCOL ALWAYS_CONSUMED
[Depex] [Depex]
gEfiAcpiTableProtocolGuid AND gEfiAcpiTableProtocolGuid AND