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