]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePciLibCf8 / BasePciLibCf8.inf
CommitLineData
6bfbb5f0 1## @file\r
34b0820e 2# Instance of PCI Library based on PCI CF8 Library.\r
e1f414b6 3#\r
34b0820e 4# PCI Library that uses I/O ports 0xCF8 and 0xCFC to perform\r
5c57f3ea 5# PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.\r
85ea851e 6#\r
9095d37b 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e1f414b6 8#\r
9344f092 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e1f414b6 10#\r
11#\r
6bfbb5f0 12##\r
e1f414b6 13\r
e1f414b6 14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BasePciLibCf8\r
c92c1790 17 MODULE_UNI_FILE = BasePciLibCf8.uni\r
e1f414b6 18 FILE_GUID = 28bde99c-e8a7-4e3e-9a8a-e66cd64f31c6\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
9095d37b 21 LIBRARY_CLASS = PciLib\r
e1f414b6 22\r
e1f414b6 23#\r
3cb0a311 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
e1f414b6 25#\r
26\r
6bfbb5f0 27[Sources]\r
e1f414b6 28 PciLib.c\r
e1f414b6 29\r
e1f414b6 30[Packages]\r
31 MdePkg/MdePkg.dec\r
32\r
e1f414b6 33[LibraryClasses]\r
34 PciCf8Lib\r
35\r