]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusPei / UsbBusPei.inf
index e4a2cb449a98981d1dc6e549b3eaad8ad2c24813..0d81bf8dc2c0eb2b3f19e8bbc4a4c498cc2aeb86 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-# Component description file for UsbPeim module.\r
+# The Usb Bus Peim driver is used to support recovery from usb device.\r
 #\r
-# Usb Bus 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                      = UsbBusPei\r
+  MODULE_UNI_FILE                = UsbBusPei.uni\r
   FILE_GUID                      = 8401A045-6F70-4505-8471-7015B40355E3\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   PcdLib\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue\r
-  \r
-[Ppis]\r
-  gPeiUsbIoPpiGuid                              # PPI ALWAYS_PRODUCED\r
-  gPeiUsbHostControllerPpiGuid                  # PPI ALWAYS_CONSUMED\r
-  gPeiUsb2HostControllerPpiGuid                 # PPI ALWAYS_CONSUMED\r
+  gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue  ## CONSUMES\r
 \r
+[Ppis]\r
+  gPeiUsbIoPpiGuid                              ## PRODUCES\r
+  gPeiUsbHostControllerPpiGuid                  ## SOMETIMES_CONSUMES\r
+  gPeiUsb2HostControllerPpiGuid                 ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiUsb2HostControllerPpiGuid OR gPeiUsbHostControllerPpiGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UsbBusPeiExtra.uni\r