diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-02 03:15:27 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-02 03:15:27 +0000 |
commit | 80b5052fb9ffe9f4328b0e941a9502ff8fa61e36 (patch) | |
tree | c06122b3f3dc4522e48087dccc474bf0573a389a /IntelFrameworkModulePkg | |
parent | 9d96413da1d450ea0672dabd4ad1a52f1cf03c90 (diff) | |
download | edk2-platforms-80b5052fb9ffe9f4328b0e941a9502ff8fa61e36.tar.xz |
rename to meet actual filenames
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5395 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf index beb9bfcd80..4a5f12df14 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf @@ -4,7 +4,7 @@ # 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
# support hot plug.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 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
@@ -39,7 +39,7 @@ [Sources.common]
PciLib.c
PciIo.c
- pcibus.c
+ Pcibus.c
PciDeviceSupport.c
ComponentName.c
ComponentName.h
@@ -64,7 +64,7 @@ PciDeviceSupport.h
PciCommand.h
PciIo.h
- pcibus.h
+ Pcibus.h
[Packages]
MdePkg/MdePkg.dec
@@ -90,7 +90,7 @@ [Guids]
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED System Table
- gEfiUgaIoProtocolGuid # ALWAYS_CONSUMED System Table
+ gEfiUgaIoProtocolGuid # ALWAYS_CONSUMED System Table
gEfiPciHotplugDeviceGuid # PRIVATE
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED
|