]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusPei / UsbBusPei.inf
1 ## @file
2 # The Usb Bus Peim driver is used to support recovery from usb device.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = UsbBusPei
13 MODULE_UNI_FILE = UsbBusPei.uni
14 FILE_GUID = 8401A045-6F70-4505-8471-7015B40355E3
15 MODULE_TYPE = PEIM
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = PeimInitializeUsb
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 PeiUsbLib.c
28 HubPeim.c
29 UsbIoPeim.c
30 UsbPeim.c
31 UsbPeim.h
32 PeiUsbLib.h
33 HubPeim.h
34
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 TimerLib
42 BaseMemoryLib
43 PeiServicesLib
44 PeimEntryPoint
45 DebugLib
46 PcdLib
47
48 [Pcd]
49 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue ## CONSUMES
50
51 [Ppis]
52 gPeiUsbIoPpiGuid ## PRODUCES
53 gPeiUsbHostControllerPpiGuid ## SOMETIMES_CONSUMES
54 gPeiUsb2HostControllerPpiGuid ## SOMETIMES_CONSUMES
55
56 [Depex]
57 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiUsb2HostControllerPpiGuid OR gPeiUsbHostControllerPpiGuid
58
59 [UserExtensions.TianoCore."ExtraFiles"]
60 UsbBusPeiExtra.uni