]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyDxe / IsaFloppyDxe.inf
index a4138b0bd435df82adacc19e13ed2ee19014e54e..65756209f5157fc76cdd17cd864deae6ca9e7173 100644 (file)
@@ -1,16 +1,11 @@
 ## @file\r
-# Component description file for IsaFloppy module.\r
+# Provides ISA Floppy Disk support.\r
 #\r
-# ISA Floppy Disk UEFI Driver conforming to the UEFI driver model\r
+# Provides ISA Floppy Disk UEFI Driver conforming to the UEFI driver model. The\r
+# driver provides support for two drives per controller, DMA channel 2, diskette\r
+# change line and write protect.  Currently only 1.44MB drives are supported.\r
 #\r
-#  1. Support two types diskette drive  \r
-#     1.44M drive and 2.88M drive (and now only support 1.44M)\r
-#  2. Support two diskette drives per floppy disk controller\r
-#  3. Use DMA channel 2 to transfer data\r
-#  4. Do not use interrupt\r
-#  5. Support diskette change line signal and write protect\r
-#\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -25,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IsaFloppyDxe\r
+  MODULE_UNI_FILE                = IsaFloppyDxe.uni\r
   FILE_GUID                      = 0abd8284-6da3-4616-971a-83a5148067ba\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   PcdLib\r
 \r
 [Protocols]\r
-  gEfiIsaIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL BY_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
+  gEfiIsaIoProtocolGuid                               ## TO_START\r
+  gEfiBlockIoProtocolGuid                             ## BY_START\r
+  gEfiDevicePathProtocolGuid                          ## TO_START\r
 \r
 [FeaturePcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable        # CONSUMES\r
-  gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable       # CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable    ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable   ## CONSUMES\r
+\r
+#\r
+# [Event]\r
+#   ##\r
+#   # Floppy motor control timer event.\r
+#   #\r
+#   EVENT_TYPE_PERIODIC_TIMER   ## CONSUMES\r
+#\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IsaFloppyDxeExtra.uni\r