]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg: Add PEI USB drivers and related PPIs
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciPei / EhciPei.inf
1 ## @file
2 # Component description file for EhcPeim PEIM to produce gPeiUsb2HostControllerPpiGuid
3 # based on gPeiUsbControllerPpiGuid which is used to enable recovery function from USB Drivers.
4 #
5 # Copyright (c) 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 = EhciPei
21 FILE_GUID = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = EhcPeimEntry
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 EhcPeim.c
35 EhcPeim.h
36 EhciUrb.c
37 EhciSched.c
38 UsbHcMem.c
39 EhciReg.h
40 EhciSched.h
41 EhciUrb.h
42 UsbHcMem.h
43
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48
49
50 [LibraryClasses]
51 IoLib
52 TimerLib
53 BaseMemoryLib
54 PeimEntryPoint
55 PeiServicesLib
56
57
58 [Ppis]
59 gPeiUsb2HostControllerPpiGuid # PPI ALWAYS_PRODUCED
60 gPeiUsbControllerPpiGuid # PPI ALWAYS_CONSUMED
61
62
63 [Depex]
64 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
65
66