]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBotPei / UsbBotPei.inf
index a2442c112e5bd299aa96ca749d46c36f909e7669..c321d39edf6a69cc868acaa603b5c6272fe30e3a 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-# Component description file for UsbBotPei module.\r
+# The Usb mass storage device Peim driver is used to support recovery from USB device.\r
 #\r
-# Usb mass storage device Peim driver to support recovery from USB device.\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, 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
@@ -18,6 +17,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UsbBotPei\r
+  MODULE_UNI_FILE                = UsbBotPei.uni\r
   FILE_GUID                      = 8401A046-6F70-4505-8471-7015B40355E3\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
@@ -27,7 +27,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   PcdLib\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue\r
+  gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue  ## CONSUMES\r
 \r
 [Ppis]\r
-  gEfiPeiVirtualBlockIoPpiGuid                  # PPI ALWAYS_PRODUCED\r
-  gPeiUsbIoPpiGuid                              # PPI ALWAYS_CONSUMED\r
-\r
+  gEfiPeiVirtualBlockIoPpiGuid                  ## PRODUCES\r
+  gEfiPeiVirtualBlockIo2PpiGuid                 ## PRODUCES\r
+  ## CONSUMES\r
+  ## NOTIFY\r
+  gPeiUsbIoPpiGuid\r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbIoPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UsbBotPeiExtra.uni\r