]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c
MdeModulePkg: Move IsaBusDxe driver to MdeModulePkg.
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 26 May 2015 03:25:19 +0000 (03:25 +0000)
committerniruiyu <niruiyu@Edk2>
Tue, 26 May 2015 03:25:19 +0000 (03:25 +0000)
commit80aea151510233d4f76ad9c05421a5caf082b909
tree073c245a15e3e761be3be86c90fc8f8c94e8b238
parent9a8eb9a2ae5685a08daa3224fe698f66c53c0586
MdeModulePkg: Move IsaBusDxe driver to MdeModulePkg.

A previous incorrect check-in adds the IsaBusDxe driver to <Root>/Bus directory.
The patch fixes it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17506 6f19259b-4bc3-4df7-8a09-765794883524
Bus/Isa/IsaBusDxe/ComponentName.c [deleted file]
Bus/Isa/IsaBusDxe/ComponentName.h [deleted file]
Bus/Isa/IsaBusDxe/IsaBusDxe.c [deleted file]
Bus/Isa/IsaBusDxe/IsaBusDxe.h [deleted file]
Bus/Isa/IsaBusDxe/IsaBusDxe.inf [deleted file]
MdeModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c [new file with mode: 0644]
MdeModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h [new file with mode: 0644]
MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.c [new file with mode: 0644]
MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.h [new file with mode: 0644]
MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf [new file with mode: 0644]