]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
MdeModulePkg CapsuleApp: Fix memory leak in DumpFmpImage()
[mirror_edk2.git] / OvmfPkg / Library / BasePciCapPciSegmentLib / BasePciCapPciSegmentLib.inf
CommitLineData
6a744d40
LE
1## @file\r
2# Plug a PciSegmentLib backend into PciCapLib, for config space access.\r
3#\r
4# Copyright (C) 2018, Red Hat, Inc.\r
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
12# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 1.27\r
17 BASE_NAME = BasePciCapPciSegmentLib\r
18 FILE_GUID = ED011855-AA31-43B9-ACC0-BF45A05C5985\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PciCapPciSegmentLib\r
22\r
23[Sources]\r
24 BasePciCapPciSegmentLib.h\r
25 BasePciCapPciSegmentLib.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 OvmfPkg/OvmfPkg.dec\r
30\r
31[LibraryClasses]\r
32 BaseLib\r
33 DebugLib\r
34 MemoryAllocationLib\r
35 PciSegmentLib\r