summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/SmmPciLibPciRootBridgeIo
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 02:25:24 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 02:25:24 +0000
commit66b631f5e0beb4792a0f54c31aab5b08b97dc329 (patch)
treeef99c7816e307802b5293ccfee257779ea325b12 /MdePkg/Library/SmmPciLibPciRootBridgeIo
parentf4391d63e07b6b2a83ba5ba3da2f6e612b297b03 (diff)
downloadedk2-66b631f5e0beb4792a0f54c31aab5b08b97dc329.tar.gz
edk2-66b631f5e0beb4792a0f54c31aab5b08b97dc329.tar.bz2
edk2-66b631f5e0beb4792a0f54c31aab5b08b97dc329.zip
Remove extra reference to SmmCpuIo.h
Minor clean ups to INF git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9733 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/SmmPciLibPciRootBridgeIo')
-rw-r--r--MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c3
-rw-r--r--MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf8
2 files changed, 3 insertions, 8 deletions
diff --git a/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c b/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
index 5e16327667..53cfb5b633 100644
--- a/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
+++ b/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
@@ -1,7 +1,7 @@
/** @file
PCI Library using SMM PCI Root Bridge I/O Protocol.
- Copyright (c) 2009, Intel Corporation All rights
+ Copyright (c) 2009 - 2010, 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 which accompanies this distribution. The full
@@ -13,7 +13,6 @@
**/
#include <PiSmm.h>
-#include <Protocol/SmmCpuIo.h>
#include <Protocol/SmmPciRootBridgeIo.h>
#include <Library/PciLib.h>
#include <Library/DebugLib.h>
diff --git a/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf b/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
index 97f9a20faf..71524c730a 100644
--- a/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
+++ b/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
@@ -7,7 +7,7 @@
# This library binds to the first PCI Root Bridge I/O Protocol in the platform. As a result,
# it should only be used on platforms that contain a single PCI root bridge.
#
-# Copyright (c) 2009, Intel Corporation.
+# Copyright (c) 2009 - 2010, 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
@@ -27,7 +27,6 @@
VERSION_STRING = 1.0
LIBRARY_CLASS = PciLib|DXE_SMM_DRIVER SMM_CORE
PI_SPECIFICATION_VERSION = 0x0001000A
-
CONSTRUCTOR = PciLibConstructor
#
@@ -36,14 +35,12 @@
# VALID_ARCHITECTURES = IA32 X64
#
-[Sources.common]
+[Sources]
PciLib.c
-
[Packages]
MdePkg/MdePkg.dec
-
[LibraryClasses]
BaseLib
SmmServicesTableLib
@@ -51,4 +48,3 @@
[Protocols]
gEfiSmmPciRootBridgeIoProtocolGuid ## CONSUMES
-