mirror of https://github.com/acidanthera/audk.git
rename to meet actual filenames
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5395 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9d96413da1
commit
80b5052fb9
|
@ -4,7 +4,7 @@
|
||||||
# PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
|
# PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
|
||||||
# space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable
|
# space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable
|
||||||
# support hot plug.
|
# support hot plug.
|
||||||
# Copyright (c) 2006 - 2007, Intel Corporation
|
# Copyright (c) 2006 - 2008, 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
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
PciLib.c
|
PciLib.c
|
||||||
PciIo.c
|
PciIo.c
|
||||||
pcibus.c
|
Pcibus.c
|
||||||
PciDeviceSupport.c
|
PciDeviceSupport.c
|
||||||
ComponentName.c
|
ComponentName.c
|
||||||
ComponentName.h
|
ComponentName.h
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
PciDeviceSupport.h
|
PciDeviceSupport.h
|
||||||
PciCommand.h
|
PciCommand.h
|
||||||
PciIo.h
|
PciIo.h
|
||||||
pcibus.h
|
Pcibus.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED System Table
|
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED System Table
|
||||||
gEfiUgaIoProtocolGuid # ALWAYS_CONSUMED System Table
|
gEfiUgaIoProtocolGuid # ALWAYS_CONSUMED System Table
|
||||||
gEfiPciHotplugDeviceGuid # PRIVATE
|
gEfiPciHotplugDeviceGuid # PRIVATE
|
||||||
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED
|
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue