summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf')
-rw-r--r--MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf7
1 files changed, 3 insertions, 4 deletions
diff --git a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
index 5b8d1e5431..5ec10817fe 100644
--- a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
+++ b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
@@ -1,9 +1,9 @@
#/** @file
-# Component description file for Base PCI Cf8 Library.
+# This driver implemnets one PCI Cf8 Library instance.
#
# PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
# Layers on top of an I/O Library instance.
-# Copyright (c) 2007, Intel Corporation.
+# Copyright (c) 2007 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -25,7 +25,6 @@
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
-
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
@@ -33,11 +32,11 @@
[Sources.common]
PciLib.c
-
[Packages]
MdePkg/MdePkg.dec
[LibraryClasses]
+ BaseLib
DebugLib
IoLib