]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB Device...
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusPei / UsbBusPei.inf
1 ## @file
2 # Component description file for UsbPeim module.
3 #
4 # Usb Bus Peim driver to support recovery from usb device.
5 # Copyright (c) 2006 - 2010, 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 = UsbBusPei
21 FILE_GUID = 8401A045-6F70-4505-8471-7015B40355E3
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = PeimInitializeUsb
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 PeiUsbLib.c
35 HubPeim.c
36 UsbIoPeim.c
37 UsbPeim.c
38 UsbPeim.h
39 PeiUsbLib.h
40 HubPeim.h
41
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 TimerLib
49 BaseMemoryLib
50 PeiServicesLib
51 PeimEntryPoint
52 DebugLib
53 PcdLib
54
55 [Pcd]
56 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue
57
58 [Ppis]
59 gPeiUsbIoPpiGuid # PPI ALWAYS_PRODUCED
60 gPeiUsbHostControllerPpiGuid # PPI ALWAYS_CONSUMED
61 gPeiUsb2HostControllerPpiGuid # PPI ALWAYS_CONSUMED
62
63
64 [Depex]
65 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiUsb2HostControllerPpiGuid OR gPeiUsbHostControllerPpiGuid
66