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
This commit is contained in:
parent
f4391d63e0
commit
66b631f5e0
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
PCI Library using SMM PCI Root Bridge I/O Protocol.
|
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
|
reserved. This program and the accompanying materials are
|
||||||
licensed and made available under the terms and conditions of
|
licensed and made available under the terms and conditions of
|
||||||
the BSD License which accompanies this distribution. The full
|
the BSD License which accompanies this distribution. The full
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
#include <PiSmm.h>
|
#include <PiSmm.h>
|
||||||
#include <Protocol/SmmCpuIo.h>
|
|
||||||
#include <Protocol/SmmPciRootBridgeIo.h>
|
#include <Protocol/SmmPciRootBridgeIo.h>
|
||||||
#include <Library/PciLib.h>
|
#include <Library/PciLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# This library binds to the first PCI Root Bridge I/O Protocol in the platform. As a result,
|
# 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.
|
# 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
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -27,7 +27,6 @@
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PciLib|DXE_SMM_DRIVER SMM_CORE
|
LIBRARY_CLASS = PciLib|DXE_SMM_DRIVER SMM_CORE
|
||||||
PI_SPECIFICATION_VERSION = 0x0001000A
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
||||||
|
|
||||||
CONSTRUCTOR = PciLibConstructor
|
CONSTRUCTOR = PciLibConstructor
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -36,14 +35,12 @@
|
||||||
# VALID_ARCHITECTURES = IA32 X64
|
# VALID_ARCHITECTURES = IA32 X64
|
||||||
#
|
#
|
||||||
|
|
||||||
[Sources.common]
|
[Sources]
|
||||||
PciLib.c
|
PciLib.c
|
||||||
|
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
SmmServicesTableLib
|
SmmServicesTableLib
|
||||||
|
@ -51,4 +48,3 @@
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSmmPciRootBridgeIoProtocolGuid ## CONSUMES
|
gEfiSmmPciRootBridgeIoProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue