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