]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
MdePkg/BaseMemoryLibOptDxe ARM: add missing function annotations
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
index 6e3a7a91f9cec2d906532de31977001d6ee271df..b5ff9fc1dd89e8e6a58f23af3f18d460bf4920ba 100644 (file)
@@ -1,39 +1,40 @@
-#/** @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
+#  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
+#  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
 #\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,6 +50,9 @@
   DxeServicesTableLib\r
   UefiRuntimeLib\r
 \r
-[Pcd.common]\r
+[Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress  ## CONSUMES\r
 \r
+[Guids]\r
+  gEfiEventVirtualAddressChangeGuid         ## CONSUMES ## Event\r
+\r