]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
MdePkg BaseMemoryLibSse2: Convert Ia32/ScanMem64.asm to NASM
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
index 954b15a55debd257dd5c63bde679dddf2454d887..5d7357035b8b30c02291eaa93db11fc61192c397 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\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
@@ -7,26 +7,26 @@
 #  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 - 2014, 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
-  EDK_RELEASE_VERSION            = 0x00020000\r
   CONSTRUCTOR                    = DxeRuntimePciExpressLibConstructor\r
   DESTRUCTOR                     = DxeRuntimePciExpressLibDestructor\r
 \r
@@ -34,7 +34,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PciExpressLib.c\r
 \r
 [Packages]\r
@@ -50,6 +50,9 @@
   DxeServicesTableLib\r
   UefiRuntimeLib\r
 \r
-[Pcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress  ## CONSUMES\r
+\r
+[Guids]\r
+  gEfiEventVirtualAddressChangeGuid         ## CONSUMES ## Event\r
 \r