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