]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciPei / EhciPei.inf
CommitLineData
4b1bf81c 1## @file\r
6036e94d 2# The EhcPeim driver is responsible for managing EHCI host controller at PEI phase.\r
4b1bf81c 3#\r
6036e94d
SZ
4# It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid\r
5# which is used to enable recovery function from USB Drivers.\r
6#\r
d1102dba 7# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
4b1bf81c 8#\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
4b1bf81c 10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = EhciPei\r
6036e94d 16 MODULE_UNI_FILE = EhciPei.uni\r
4b1bf81c 17 FILE_GUID = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = EhcPeimEntry\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
4b1bf81c 27#\r
28\r
29[Sources]\r
30 EhcPeim.c\r
31 EhcPeim.h\r
32 EhciUrb.c\r
33 EhciSched.c\r
34 UsbHcMem.c\r
35 EhciReg.h\r
36 EhciSched.h\r
37 EhciUrb.h\r
38 UsbHcMem.h\r
2c656af0 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 PeimEntryPoint\r
52 PeiServicesLib\r
53\r
54\r
55[Ppis]\r
6036e94d
SZ
56 gPeiUsb2HostControllerPpiGuid ## PRODUCES\r
57 gPeiUsbControllerPpiGuid ## CONSUMES\r
2c656af0
SZ
58 gEdkiiIoMmuPpiGuid ## CONSUMES\r
59 gEfiEndOfPeiSignalPpiGuid ## CONSUMES\r
4b1bf81c 60\r
61[Depex]\r
62 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
63\r
6036e94d
SZ
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 EhciPeiExtra.uni\r