]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg: Clean up source files
[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
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions\r
11# of the BSD License which accompanies this distribution. The\r
12# full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
d1102dba 14#\r
4b1bf81c 15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = EhciPei\r
6036e94d 23 MODULE_UNI_FILE = EhciPei.uni\r
4b1bf81c 24 FILE_GUID = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = EhcPeimEntry\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 EhcPeim.c\r
38 EhcPeim.h\r
39 EhciUrb.c\r
40 EhciSched.c\r
41 UsbHcMem.c\r
42 EhciReg.h\r
43 EhciSched.h\r
44 EhciUrb.h\r
45 UsbHcMem.h\r
2c656af0 46 DmaMem.c\r
4b1bf81c 47\r
48\r
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51 MdeModulePkg/MdeModulePkg.dec\r
52\r
53\r
54[LibraryClasses]\r
55 IoLib\r
56 TimerLib\r
57 BaseMemoryLib\r
58 PeimEntryPoint\r
59 PeiServicesLib\r
60\r
61\r
62[Ppis]\r
6036e94d
SZ
63 gPeiUsb2HostControllerPpiGuid ## PRODUCES\r
64 gPeiUsbControllerPpiGuid ## CONSUMES\r
2c656af0
SZ
65 gEdkiiIoMmuPpiGuid ## CONSUMES\r
66 gEfiEndOfPeiSignalPpiGuid ## CONSUMES\r
4b1bf81c 67\r
68[Depex]\r
69 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
70\r
6036e94d
SZ
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 EhciPeiExtra.uni\r