Update 8259 driver to use IoLib instead of the CPU I/O Protocol

Remove redundant .DXS file.  The dependency expression is in the INF file.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6246 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2008-10-27 02:16:38 +00:00
parent 46f8260048
commit 8be701c3ba
4 changed files with 3 additions and 89 deletions

View File

@@ -37,6 +37,7 @@
UefiBootServicesTableLib
DebugLib
UefiDriverEntryPoint
IoLib
[Sources.common]
8259.c
@@ -44,7 +45,6 @@
[Protocols]
gEfiLegacy8259ProtocolGuid
gEfiCpuIoProtocolGuid
[Depex]
gEfiCpuIoProtocolGuid
TRUE