]> git.proxmox.com Git - mirror_edk2.git/commit
Adjust directory structures.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Jul 2007 14:24:10 +0000 (14:24 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Jul 2007 14:24:10 +0000 (14:24 +0000)
commit69b26c155a943267c38b0d770e8a83dfc82ef189
treef5107c55282f79f11493b2b9b5caef0eb2f0456e
parenta0741b93e128587b8f2b033f0efcbd5b900dc904
Adjust directory structures.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3322 6f19259b-4bc3-4df7-8a09-765794883524
103 files changed:
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/DriverConfiguration.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/DriverDiagnostics.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ata.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/atapi.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ide.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ide.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idedata.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ComponentName.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ComponentName.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverDiagnostics.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdebusDxe.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdebusDxe.msa [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ata.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/atapi.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ide.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ide.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idedata.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDriverOverride.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDriverOverride.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciLib.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciLib.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciRomTable.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciRomTable.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.msa [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciIo.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciIo.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h [new file with mode: 0644]
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
IntelFrameworkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.c [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.dxs [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.h [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.inf [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.msa [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.c [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.dxs [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.inf [deleted file]
IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.msa [deleted file]
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.msa [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.msa [new file with mode: 0644]