]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / SmmPciLibPciRootBridgeIo / SmmPciLibPciRootBridgeIo.inf
index 71524c730a48731d8a03b9d64cd479c12566b6ff..5ac5b48e4f25d1718d93516bccdb327cc3fc9acc 100644 (file)
@@ -1,27 +1,23 @@
-# @file\r
+## @file\r
 # PCI Library that layers on top of the SMM PCI Root Bridge I/O Protocol.\r
 #\r
 # This library produces the APIs from the PCI Library and implements these APIs\r
-#  by calling into the PCI Root Bridge I/O Protocol. The PCI Root Bridge I/O Protocol is\r
-#  typically produced by a chipset specific DXE driver.\r
-#  This library binds to the first PCI Root Bridge I/O Protocol in the platform. As a result,\r
+#  by calling into SMM PCI Root Bridge I/O Protocol. SMM PCI Root Bridge I/O Protocol is\r
+#  typically produced by a chipset specific SMM driver.\r
+#  This library binds to the first SMM PCI Root Bridge I/O Protocol in the platform. As a result,\r
 #  it should only be used on platforms that contain a single PCI root bridge.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation.\r
-#\r
-#  All rights reserved. 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
+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SmmPciLibPciRootBridgeIo\r
+  MODULE_UNI_FILE                = SmmPciLibPciRootBridgeIo.uni\r
   FILE_GUID                      = F6994CBA-2351-4ebc-A2DA-20BAC2FE2CF3\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -48,3 +44,7 @@
 \r
 [Protocols]\r
   gEfiSmmPciRootBridgeIoProtocolGuid               ## CONSUMES\r
+\r
+[Depex.common.DXE_SMM_DRIVER]\r
+  gEfiSmmPciRootBridgeIoProtocolGuid\r
+\r