]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyPei / IsaFloppyPei.inf
index 2e2c4f3574db09b60c79a306a6b180fb9d4865af..8d4db34fbe61885e83af8a455c67edefce3a9820 100644 (file)
@@ -1,10 +1,11 @@
 ## @file\r
 # ISA Floppy PEIM to support recovery boot via floppy disk.\r
 #\r
-# This module detects Floppy devices. If found, it will install BlockIo PPI.\r
-#  This module is only dispatched in Recovery Boot mode.\r
+# This module detects and supports ISA Floppy drives. If a drive is discovered\r
+# the PEIM will install the BlockIo PPI. This module is only dispatched if it\r
+# is in the Recovery Boot mode.\r
 #\r
-# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 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\r
@@ -25,6 +26,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IsaFloppyPei\r
+  MODULE_UNI_FILE                = IsaFloppyPei.uni\r
   FILE_GUID                      = 7F6E0A24-DBFD-43df-9755-0292D7D3DD48\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
@@ -43,8 +45,9 @@
   Fdc.h\r
 \r
 [Packages]\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   MdePkg/MdePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   IoLib\r
   PcdLib\r
 \r
 [Ppis]\r
-  gEfiPeiVirtualBlockIoPpiGuid    # PPI ALWAYS_PRODUCED\r
+  gEfiPeiVirtualBlockIoPpiGuid    ## PRODUCES\r
 \r
 [Pcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFdcBaseAddress\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFdcBaseAddress   ## CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IsaFloppyPeiExtra.uni\r