]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
DynamicTablesPkg: Dynamic Table Factory Protocol
[mirror_edk2.git] / OvmfPkg / Library / BasePciCapLib / BasePciCapLib.inf
CommitLineData
392a3146
LE
1## @file\r
2# Work with PCI capabilities in PCI config space.\r
3#\r
4# Provides functions to parse capabilities lists, and to locate, describe, read\r
5# and write capabilities. PCI config space access is abstracted away.\r
6#\r
7# Copyright (C) 2018, Red Hat, Inc.\r
8#\r
9# This program and the accompanying materials are licensed and made available\r
10# under the terms and conditions of the BSD License which accompanies this\r
11# distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
15# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 1.27\r
20 BASE_NAME = BasePciCapLib\r
21 FILE_GUID = 6957540D-F7B5-4D5B-BEE4-FC14114DCD3C\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PciCapLib\r
25\r
26[Sources]\r
27 BasePciCapLib.h\r
28 BasePciCapLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 OvmfPkg/OvmfPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseMemoryLib\r
36 DebugLib\r
37 MemoryAllocationLib\r
38 OrderedCollectionLib\r