]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
7# Copyright (c) 2010 - 2014, 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
14# \r
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
46\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52\r
53[LibraryClasses]\r
54 IoLib\r
55 TimerLib\r
56 BaseMemoryLib\r
57 PeimEntryPoint\r
58 PeiServicesLib\r
59\r
60\r
61[Ppis]\r
6036e94d
SZ
62 gPeiUsb2HostControllerPpiGuid ## PRODUCES\r
63 gPeiUsbControllerPpiGuid ## CONSUMES\r
4b1bf81c 64\r
65\r
66[Depex]\r
67 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
68\r
6036e94d
SZ
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 EhciPeiExtra.uni\r