]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg/EhciPei: Use BaseLib linked list iteration macros
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciPei / EhciPei.inf
1 ## @file
2 # The EhcPeim driver is responsible for managing EHCI host controller at PEI phase.
3 #
4 # It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid
5 # which is used to enable recovery function from USB Drivers.
6 #
7 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Copyright (c) Microsoft Corporation.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = EhciPei
17 MODULE_UNI_FILE = EhciPei.uni
18 FILE_GUID = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = EhcPeimEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 EhcPeim.c
32 EhcPeim.h
33 EhciUrb.c
34 EhciSched.c
35 UsbHcMem.c
36 EhciReg.h
37 EhciSched.h
38 EhciUrb.h
39 UsbHcMem.h
40 DmaMem.c
41
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47
48 [LibraryClasses]
49 IoLib
50 TimerLib
51 BaseLib
52 BaseMemoryLib
53 PeimEntryPoint
54 PeiServicesLib
55
56
57 [Ppis]
58 gPeiUsb2HostControllerPpiGuid ## PRODUCES
59 gPeiUsbControllerPpiGuid ## CONSUMES
60 gEdkiiIoMmuPpiGuid ## CONSUMES
61 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
62
63 [Depex]
64 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid
65
66 [UserExtensions.TianoCore."ExtraFiles"]
67 EhciPeiExtra.uni