1 // /** @file 2 // The EhcPeim driver is responsible for managing EHCI host controller at PEI phase. 3 // 4 // It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid 5 // which is used to enable recovery function from USB Drivers. 6 // 7 // Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 8 // 9 // This program and the accompanying materials 10 // are licensed and made available under the terms and conditions 11 // of the BSD License which accompanies this distribution. The 12 // full text of the license may be found at 13 // http://opensource.org/licenses/bsd-license.php 14 // 15 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 16 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 17 // 18 // **/ 19 20 21 #string STR_MODULE_ABSTRACT #language en-US "Responsible for managing EHCI host controllers at the PEI phase" 22 23 #string STR_MODULE_DESCRIPTION #language en-US "It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid, which is used to enable recovery function from USB Drivers." 24 25