]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
4b1bf81c 1## @file\r
2# Component description file for UsbPeim module.\r
3#\r
4# Usb Bus Peim driver to support recovery from usb device.\r
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions\r
9# of the BSD License which accompanies this distribution. The\r
10# full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UsbBusPei\r
21 FILE_GUID = 8401A045-6F70-4505-8471-7015B40355E3\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = PeimInitializeUsb\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 PeiUsbLib.c\r
35 HubPeim.c\r
36 UsbIoPeim.c\r
37 UsbPeim.c\r
38 UsbPeim.h\r
39 PeiUsbLib.h\r
40 HubPeim.h\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 TimerLib\r
49 BaseMemoryLib\r
50 PeiServicesLib\r
51 PeimEntryPoint\r
52 DebugLib\r
53 PcdLib\r
54\r
55[Pcd]\r
56 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue\r
57 \r
58[Ppis]\r
59 gPeiUsbIoPpiGuid # PPI ALWAYS_PRODUCED\r
60 gPeiUsbHostControllerPpiGuid # PPI ALWAYS_CONSUMED\r
61 gPeiUsb2HostControllerPpiGuid # PPI ALWAYS_CONSUMED\r
62\r
63\r
64[Depex]\r
65 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiUsb2HostControllerPpiGuid OR gPeiUsbHostControllerPpiGuid\r
66\r