]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
index 23981af38f284bda8f18f9b72bea43e32cf82e44..45bfe9dc6fca64d97eb5e6292ba5353c3e597c09 100644 (file)
@@ -1,39 +1,35 @@
-#/** @file\r
-# Instance of PCI Express Library using the 256 MB PCI Express MMIO window that \r
+## @file\r
+# Instance of PCI Express Library using the 256 MB PCI Express MMIO window that\r
 # is safe for runtime use.\r
 #\r
 # PCI Express Library that uses the 256 MB PCI Express MMIO window to perform\r
-#  PCI Configuration cycles. Layers on top of an I/O Library instance.  A table of \r
-#  PCI devices that are registered for for runtime access is maintained so the \r
+#  PCI Configuration cycles. Layers on top of an I/O Library instance.  A table of\r
+#  PCI devices that are registered for for runtime access is maintained so the\r
 #  proper virtual address is used to perform the PCI Express Configuration cycle.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeRuntimePciExpressLib\r
+  MODULE_UNI_FILE                = DxeRuntimePciExpressLib.uni\r
   FILE_GUID                      = 54DCBCE5-92AD-41f5-AAAF-1170F16DA6A8\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PciExpressLib|DXE_RUNTIME_DRIVER \r
+  LIBRARY_CLASS                  = PciExpressLib|DXE_RUNTIME_DRIVER\r
   CONSTRUCTOR                    = DxeRuntimePciExpressLibConstructor\r
   DESTRUCTOR                     = DxeRuntimePciExpressLibDestructor\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PciExpressLib.c\r
 \r
 [Packages]\r
@@ -49,8 +45,9 @@
   DxeServicesTableLib\r
   UefiRuntimeLib\r
 \r
-[Pcd.common]\r
+[Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress  ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiEventVirtualAddressChangeGuid         ## PRODUCES ## Event\r
+  gEfiEventVirtualAddressChangeGuid         ## CONSUMES ## Event\r
+\r