]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciPei / UhciPei.inf
CommitLineData
4b1bf81c 1## @file\r
2# Component description file for UhcPeim PEIM to produce gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid\r
3# which is used to enable recovery function from USB Drivers.\r
4b1bf81c 4#\r
5# Usb Host Controller PEIM to support recovery from USB device.\r
46171fb6 6# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
4b1bf81c 7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions\r
10# of the BSD License which accompanies this distribution. The\r
11# full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = UhciPei\r
22 FILE_GUID = C463CEAC-FC57-4f36-88B7-356C750C3BCA\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = UhcPeimEntry\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 UhcPeim.c\r
36 UhcPeim.h\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43\r
44[LibraryClasses]\r
45 IoLib\r
46 TimerLib\r
47 BaseMemoryLib\r
48 PeiServicesLib\r
49 PeimEntryPoint\r
50 DebugLib\r
51\r
52\r
53[Ppis]\r
54 gPeiUsbHostControllerPpiGuid # PPI ALWAYS_PRODUCED\r
55 gPeiUsbControllerPpiGuid # PPI ALWAYS_CONSUMED\r
56\r
57\r
58[Depex]\r
59 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
60\r
61\r