]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DynamicTablesPkg: Fix protocol section
authorSami Mujawar <sami.mujawar@arm.com>
Fri, 8 Feb 2019 18:47:00 +0000 (18:47 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Mon, 25 Feb 2019 14:45:41 +0000 (14:45 +0000)
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>
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf

index 740811d0fc0590543a62360e6753eb04fb675d70..02c907c38023e8b44829a38ed93436904d8cf3d3 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Module to manage the list of available table factories.\r
 #\r
-#  Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxCustomDTGenerators\r
 \r
 [Protocols]\r
-  gEfiAcpiTableProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSmbiosProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
-  gEdkiiConfigurationManagerProtocolGuid\r
-  gEdkiiDynamicTableFactoryProtocolGuid\r
+  gEdkiiDynamicTableFactoryProtocolGuid         # PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
index fef8b20672fb943b78302a152fcf0f66db264b0a..e78218a914ce993f3e605841e2bffae700076dd0 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Module that drives the table generation and installation process.\r
 #\r
-#  Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -42,8 +42,9 @@
 \r
 [Protocols]\r
   gEfiAcpiTableProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
-  gEdkiiConfigurationManagerProtocolGuid\r
-  gEdkiiDynamicTableFactoryProtocolGuid\r
+\r
+  gEdkiiConfigurationManagerProtocolGuid        # PROTOCOL ALWAYS_CONSUMED\r
+  gEdkiiDynamicTableFactoryProtocolGuid         # PROTOCOL ALWAYS_CONSUMED\r
 \r
 [Depex]\r
   gEfiAcpiTableProtocolGuid AND\r