Last change
on this file since 80820 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:
589 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Plug a PciSegmentLib 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 = BasePciCapPciSegmentLib
|
---|
12 | FILE_GUID = ED011855-AA31-43B9-ACC0-BF45A05C5985
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = PciCapPciSegmentLib
|
---|
16 |
|
---|
17 | [Sources]
|
---|
18 | BasePciCapPciSegmentLib.h
|
---|
19 | BasePciCapPciSegmentLib.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | OvmfPkg/OvmfPkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | BaseLib
|
---|
27 | DebugLib
|
---|
28 | MemoryAllocationLib
|
---|
29 | PciSegmentLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.