Last change
on this file since 98412 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
606 bytes
|
Line | |
---|
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 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 1.27
|
---|
11 | BASE_NAME = UefiPciCapPciIoLib
|
---|
12 | FILE_GUID = 4102F4FE-DA10-4F0F-AC18-4982ED506154
|
---|
13 | MODULE_TYPE = UEFI_DRIVER
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = PciCapPciIoLib
|
---|
16 |
|
---|
17 | [Sources]
|
---|
18 | UefiPciCapPciIoLib.h
|
---|
19 | UefiPciCapPciIoLib.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | OvmfPkg/OvmfPkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | DebugLib
|
---|
27 | MemoryAllocationLib
|
---|
28 |
|
---|
29 | [Protocols]
|
---|
30 | gEfiPciIoProtocolGuid ## CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.