]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciPei / UhciPei.inf
1 ## @file
2 # The UhcPeim driver is responsible for managing the behavior of UHCI controller at PEI phase.
3 #
4 # It produces gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid which is used
5 # to enable recovery function from USB Drivers.
6 #
7 # Copyright (c) 2006 - 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 = UhciPei
16 MODULE_UNI_FILE = UhciPei.uni
17 FILE_GUID = C463CEAC-FC57-4f36-88B7-356C750C3BCA
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20
21 ENTRY_POINT = UhcPeimEntry
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 UhcPeim.c
31 UhcPeim.h
32 DmaMem.c
33
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39
40 [LibraryClasses]
41 IoLib
42 TimerLib
43 BaseMemoryLib
44 PeiServicesLib
45 PeimEntryPoint
46 DebugLib
47
48
49 [Ppis]
50 gPeiUsbHostControllerPpiGuid ## PRODUCES
51 gPeiUsbControllerPpiGuid ## CONSUMES
52 gEdkiiIoMmuPpiGuid ## CONSUMES
53 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
54
55
56 [Depex]
57 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
58
59 [UserExtensions.TianoCore."ExtraFiles"]
60 UhciPeiExtra.uni