]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8', possibl...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / XhciPei / XhciPei.inf
1 ## @file
2 # Component description file for XhcPeim PEIM to produce gPeiUsb2HostControllerPpiGuid
3 # based on gPeiUsbControllerPpiGuid which is used to enable recovery function from USB Drivers.
4 #
5 # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions
9 # of the BSD License which accompanies this distribution. The
10 # full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = XhciPei
21 FILE_GUID = 65E5746E-9C14-467d-B5B3-932A66D59F79
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24 ENTRY_POINT = XhcPeimEntry
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 XhcPeim.c
34 XhcPeim.h
35 XhciSched.c
36 UsbHcMem.c
37 XhciReg.h
38 XhciSched.h
39 UsbHcMem.h
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44
45 [LibraryClasses]
46 IoLib
47 TimerLib
48 BaseMemoryLib
49 PeimEntryPoint
50 PeiServicesLib
51 MemoryAllocationLib
52
53 [Ppis]
54 gPeiUsb2HostControllerPpiGuid ## PRODUCES
55 gPeiUsbControllerPpiGuid ## CONSUMES
56
57 [Depex]
58 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
59