]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
e3cf5de49b153f92ac09ff54720c9ac06633a905
[mirror_edk2.git] / OvmfPkg / Library / BasePciCapPciSegmentLib / BasePciCapPciSegmentLib.inf
1 ## @file
2 # Plug a PciSegmentLib 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 = BasePciCapPciSegmentLib
18 FILE_GUID = ED011855-AA31-43B9-ACC0-BF45A05C5985
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciCapPciSegmentLib
22
23 [Sources]
24 BasePciCapPciSegmentLib.h
25 BasePciCapPciSegmentLib.c
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 OvmfPkg/OvmfPkg.dec
30
31 [LibraryClasses]
32 BaseLib
33 DebugLib
34 MemoryAllocationLib
35 PciSegmentLib