]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciHostBridgeDxe / PciHostBridgeDxe.inf
index ab5d87e1cf0a45f4c643df552d68d592d91c566e..9c24cacc30586382deadcae0c8da03e5c4d7c4fe 100644 (file)
@@ -1,14 +1,9 @@
 ## @file\r
 #   Generic PCI Host Bridge driver.\r
 #\r
-#  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
   BaseMemoryLib\r
   BaseLib\r
   PciSegmentLib\r
+  UefiLib\r
   PciHostBridgeLib\r
+  TimerLib\r
 \r
 [Protocols]\r
-  gEfiMetronomeArchProtocolGuid                   ## CONSUMES\r
   gEfiCpuIo2ProtocolGuid                          ## CONSUMES\r
   gEfiDevicePathProtocolGuid                      ## BY_START\r
   gEfiPciRootBridgeIoProtocolGuid                 ## BY_START\r
   gEfiPciHostBridgeResourceAllocationProtocolGuid ## BY_START\r
+  gEdkiiIoMmuProtocolGuid                         ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiCpuIo2ProtocolGuid AND\r
-  gEfiMetronomeArchProtocolGuid\r
+  gEfiCpuArchProtocolGuid\r