]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePciCf8Lib / BasePciCf8Lib.inf
1 ## @file
2 # Instance of PCI CF8 Library using I/O ports 0xCF8 and 0xCFC.
3 #
4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
5 # Layers on top of an I/O Library instance.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BasePciCf8Lib
17 MODULE_UNI_FILE = BasePciCf8Lib.uni
18 FILE_GUID = 472ab06d-9810-4c00-bb7f-dad1828fc1ab
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciCf8Lib
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 PciCf8Lib.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 DebugLib
36 IoLib
37