]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg/EhciPei: Use BaseLib linked list iteration macros
[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
30980945 8# Copyright (c) Microsoft Corporation.<BR>\r
4b1bf81c 9#\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
4b1bf81c 11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = EhciPei\r
6036e94d 17 MODULE_UNI_FILE = EhciPei.uni\r
4b1bf81c 18 FILE_GUID = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21\r
22 ENTRY_POINT = EhcPeimEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
4b1bf81c 28#\r
29\r
30[Sources]\r
31 EhcPeim.c\r
32 EhcPeim.h\r
33 EhciUrb.c\r
34 EhciSched.c\r
35 UsbHcMem.c\r
36 EhciReg.h\r
37 EhciSched.h\r
38 EhciUrb.h\r
39 UsbHcMem.h\r
2c656af0 40 DmaMem.c\r
4b1bf81c 41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47\r
48[LibraryClasses]\r
49 IoLib\r
50 TimerLib\r
30980945 51 BaseLib\r
4b1bf81c 52 BaseMemoryLib\r
53 PeimEntryPoint\r
54 PeiServicesLib\r
55\r
56\r
57[Ppis]\r
6036e94d
SZ
58 gPeiUsb2HostControllerPpiGuid ## PRODUCES\r
59 gPeiUsbControllerPpiGuid ## CONSUMES\r
2c656af0
SZ
60 gEdkiiIoMmuPpiGuid ## CONSUMES\r
61 gEfiEndOfPeiSignalPpiGuid ## CONSUMES\r
4b1bf81c 62\r
63[Depex]\r
0a506fc7 64 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid\r
4b1bf81c 65\r
6036e94d
SZ
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 EhciPeiExtra.uni\r