]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Legacy8259Dxe/8259.inf
Update 8259 driver to use IoLib instead of the CPU I/O Protocol
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Legacy8259Dxe / 8259.inf
index 9887bbf10bbf5ec83123c9f5b35d5f82ec5d2ff0..fbd12770952257d0b8f543c26c02b640861040d3 100644 (file)
@@ -37,6 +37,7 @@
   UefiBootServicesTableLib\r
   DebugLib\r
   UefiDriverEntryPoint\r
+  IoLib\r
 \r
 [Sources.common]\r
   8259.c\r
@@ -44,7 +45,6 @@
 \r
 [Protocols]\r
   gEfiLegacy8259ProtocolGuid\r
-  gEfiCpuIoProtocolGuid\r
 \r
 [Depex]\r
-  gEfiCpuIoProtocolGuid
\ No newline at end of file
+  TRUE
\ No newline at end of file