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