]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciPei / UhciPei.inf
CommitLineData
4b1bf81c 1## @file\r
6036e94d 2# The UhcPeim driver is responsible for managing the behavior of UHCI controller at PEI phase.\r
4b1bf81c 3#\r
6036e94d
SZ
4# It produces gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid which is used\r
5# to enable recovery function from USB Drivers.\r
6#\r
de005223 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
4b1bf81c 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
6036e94d 23 MODULE_UNI_FILE = UhciPei.uni\r
4b1bf81c 24 FILE_GUID = C463CEAC-FC57-4f36-88B7-356C750C3BCA\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = UhcPeimEntry\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
de005223 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
4b1bf81c 34#\r
35\r
36[Sources]\r
37 UhcPeim.c\r
38 UhcPeim.h\r
8284b179 39 DmaMem.c\r
4b1bf81c 40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46\r
47[LibraryClasses]\r
48 IoLib\r
49 TimerLib\r
50 BaseMemoryLib\r
51 PeiServicesLib\r
52 PeimEntryPoint\r
53 DebugLib\r
54\r
55\r
56[Ppis]\r
6036e94d
SZ
57 gPeiUsbHostControllerPpiGuid ## PRODUCES\r
58 gPeiUsbControllerPpiGuid ## CONSUMES\r
8284b179
SZ
59 gEdkiiIoMmuPpiGuid ## CONSUMES\r
60 gEfiEndOfPeiSignalPpiGuid ## CONSUMES\r
4b1bf81c 61\r
62\r
63[Depex]\r
64 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
65\r
6036e94d
SZ
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 UhciPeiExtra.uni\r