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