]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
BaseTools: Use absolute import in Workspace
[mirror_edk2.git] / OvmfPkg / Library / UefiPciCapPciIoLib / UefiPciCapPciIoLib.inf
1 ## @file
2 # Plug an EFI_PCI_IO_PROTOCOL backend into PciCapLib, for config space access.
3 #
4 # Copyright (C) 2018, Red Hat, Inc.
5 #
6 # This program and the accompanying materials are licensed and made available
7 # under the terms and conditions of the BSD License which accompanies this
8 # distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
12 # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 ##
14
15 [Defines]
16 INF_VERSION = 1.27
17 BASE_NAME = UefiPciCapPciIoLib
18 FILE_GUID = 4102F4FE-DA10-4F0F-AC18-4982ED506154
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciCapPciIoLib
22
23 [Sources]
24 UefiPciCapPciIoLib.h
25 UefiPciCapPciIoLib.c
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 OvmfPkg/OvmfPkg.dec
30
31 [LibraryClasses]
32 DebugLib
33 MemoryAllocationLib
34
35 [Protocols]
36 gEfiPciIoProtocolGuid ## CONSUMES