]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciPei / EhciPei.inf
index f10ad49e885508050957e8b841bc37538834e6a1..7083f8668150efd733bdd2026ffee4edbb542291 100644 (file)
@@ -1,8 +1,10 @@
 ## @file\r
-# Component description file for EhcPeim PEIM to produce gPeiUsb2HostControllerPpiGuid \r
-# based on gPeiUsbControllerPpiGuid which is used to enable recovery function from USB Drivers.\r
+# The EhcPeim driver is responsible for managing EHCI host controller at PEI phase.\r
 #\r
-# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+# It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid\r
+# which is used to enable recovery function from USB Drivers.\r
+#\r
+# Copyright (c) 2010 - 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
@@ -18,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = EhciPei\r
+  MODULE_UNI_FILE                = EhciPei.uni\r
   FILE_GUID                      = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
 \r
 \r
 [Ppis]\r
-  gPeiUsb2HostControllerPpiGuid                 # PPI ALWAYS_PRODUCED\r
-  gPeiUsbControllerPpiGuid                      # PPI ALWAYS_CONSUMED\r
+  gPeiUsb2HostControllerPpiGuid                 ## PRODUCES\r
+  gPeiUsbControllerPpiGuid                      ## CONSUMES\r
 \r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
 \r
-\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  EhciPeiExtra.uni\r