mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
Revert "DynamicTablesPkg: Fix protocol section"
This reverts commit bde673b2dcd1b087af7f49dd5f0c3b82b02172a5. Reverting this patch as Soft Feature Freeze for edk2-stable201903 started on 22 Feb 2019. 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:
parent
334111b0da
commit
7d180efeaa
@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Module to manage the list of available table factories.
|
||||
#
|
||||
# Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.
|
||||
# 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
|
||||
@ -51,7 +51,10 @@
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators
|
||||
|
||||
[Protocols]
|
||||
gEdkiiDynamicTableFactoryProtocolGuid # PRODUCES
|
||||
gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEdkiiConfigurationManagerProtocolGuid
|
||||
gEdkiiDynamicTableFactoryProtocolGuid
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Module that drives the table generation and installation process.
|
||||
#
|
||||
# Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.
|
||||
# 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
|
||||
@ -42,9 +42,8 @@
|
||||
|
||||
[Protocols]
|
||||
gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
||||
gEdkiiConfigurationManagerProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEdkiiDynamicTableFactoryProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEdkiiConfigurationManagerProtocolGuid
|
||||
gEdkiiDynamicTableFactoryProtocolGuid
|
||||
|
||||
[Depex]
|
||||
gEfiAcpiTableProtocolGuid AND
|
||||
|
Loading…
x
Reference in New Issue
Block a user