]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / XhciPei / XhciPei.inf
CommitLineData
d987459f 1## @file\r
6036e94d
SZ
2# The XhcPeim driver is responsible for managing the behavior of XHCI controller at PEI phase.\r
3#\r
4# It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid\r
5# which is used to enable recovery function from USB Drivers.\r
d987459f
SZ
6#\r
7# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
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 = XhciPei\r
6036e94d 23 MODULE_UNI_FILE = XhciPei.uni\r
d987459f
SZ
24 FILE_GUID = 65E5746E-9C14-467d-B5B3-932A66D59F79\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = XhcPeimEntry\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 XhcPeim.c\r
37 XhcPeim.h\r
38 XhciSched.c\r
39 UsbHcMem.c\r
40 XhciReg.h\r
41 XhciSched.h\r
42 UsbHcMem.h\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48[LibraryClasses]\r
49 IoLib\r
50 TimerLib\r
51 BaseMemoryLib\r
52 PeimEntryPoint\r
53 PeiServicesLib\r
54 MemoryAllocationLib\r
55\r
56[Ppis]\r
57 gPeiUsb2HostControllerPpiGuid ## PRODUCES\r
58 gPeiUsbControllerPpiGuid ## CONSUMES\r
59\r
60[Depex]\r
61 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
62\r
6036e94d
SZ
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 XhciPeiExtra.uni\r