mirror of https://github.com/acidanthera/audk.git
37 lines
1013 B
INI
37 lines
1013 B
INI
## @file
|
|
# Plug an EFI_PCI_IO_PROTOCOL backend into PciCapLib, for config space access.
|
|
#
|
|
# Copyright (C) 2018, Red Hat, Inc.
|
|
#
|
|
# This program and the accompanying materials are licensed and made available
|
|
# under the terms and conditions of the BSD License which accompanies this
|
|
# distribution. The full text of the license may be found at
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
#
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 1.27
|
|
BASE_NAME = UefiPciCapPciIoLib
|
|
FILE_GUID = 4102F4FE-DA10-4F0F-AC18-4982ED506154
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = PciCapPciIoLib
|
|
|
|
[Sources]
|
|
UefiPciCapPciIoLib.h
|
|
UefiPciCapPciIoLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
OvmfPkg/OvmfPkg.dec
|
|
|
|
[LibraryClasses]
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
|
|
[Protocols]
|
|
gEfiPciIoProtocolGuid ## CONSUMES
|