]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
MdeModulePkg: Add PEI USB drivers and related PPIs
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciPei / UhciPei.inf
1 ## @file
2 # Component description file for UhcPeim PEIM to produce gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid
3 # which is used to enable recovery function from USB Drivers.
4
5 #
6 # Usb Host Controller PEIM to support recovery from USB device.
7 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions
11 # of the BSD License which accompanies this distribution. The
12 # full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = UhciPei
23 FILE_GUID = C463CEAC-FC57-4f36-88B7-356C750C3BCA
24 MODULE_TYPE = PEIM
25 VERSION_STRING = 1.0
26
27 ENTRY_POINT = UhcPeimEntry
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 UhcPeim.c
37 UhcPeim.h
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44
45 [LibraryClasses]
46 IoLib
47 TimerLib
48 BaseMemoryLib
49 PeiServicesLib
50 PeimEntryPoint
51 DebugLib
52
53
54 [Ppis]
55 gPeiUsbHostControllerPpiGuid # PPI ALWAYS_PRODUCED
56 gPeiUsbControllerPpiGuid # PPI ALWAYS_CONSUMED
57
58
59 [Depex]
60 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
61
62