]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
OvmfPkg: introduce PciCapPciIoLib
[mirror_edk2.git] / OvmfPkg / Library / UefiPciCapPciIoLib / UefiPciCapPciIoLib.inf
diff --git a/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf b/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
new file mode 100644 (file)
index 0000000..2e14acb
--- /dev/null
@@ -0,0 +1,36 @@
+## @file\r
+# Plug an EFI_PCI_IO_PROTOCOL backend into PciCapLib, for config space access.\r
+#\r
+# Copyright (C) 2018, Red Hat, Inc.\r
+#\r
+# This program and the accompanying materials are licensed and made available\r
+# under the terms and conditions of the BSD License which accompanies this\r
+# distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
+# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION    = 1.27\r
+  BASE_NAME      = UefiPciCapPciIoLib\r
+  FILE_GUID      = 4102F4FE-DA10-4F0F-AC18-4982ED506154\r
+  MODULE_TYPE    = UEFI_DRIVER\r
+  VERSION_STRING = 1.0\r
+  LIBRARY_CLASS  = PciCapPciIoLib\r
+\r
+[Sources]\r
+  UefiPciCapPciIoLib.h\r
+  UefiPciCapPciIoLib.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  OvmfPkg/OvmfPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  MemoryAllocationLib\r
+\r
+[Protocols]\r
+  gEfiPciIoProtocolGuid ## CONSUMES\r