]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf
QuarkSocPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Usb / Ohci / Pei / OhciPei.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# OHCI USB Host Controller PEIM\r
3#\r
fda6abd6 4# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9b6bbcdb
MK
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = OhciPei\r
20 FILE_GUID = 332A0926-429B-4624-9211-A36B23DF0389\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = OhcPeimEntry\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
fda6abd6 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
9b6bbcdb
MK
30#\r
31\r
32[Sources]\r
33 Descriptor.h\r
34 OhcPeim.c\r
35 OhcPeim.h\r
36 OhciSched.c\r
37 OhciSched.h\r
38 OhciReg.c\r
39 OhciReg.h\r
40 OhciUrb.c\r
41 OhciUrb.h\r
42 UsbHcMem.c\r
43 UsbHcMem.h\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 QuarkSocPkg/QuarkSocPkg.dec\r
49\r
50[LibraryClasses]\r
51 IoLib\r
52 TimerLib\r
53 BaseMemoryLib\r
54 PeimEntryPoint\r
55 PeiServicesLib\r
56\r
57[Ppis]\r
58 gPeiUsbHostControllerPpiGuid # PPI ALWAYS_PRODUCED\r
59 gPeiUsbControllerPpiGuid # PPI ALWAYS_CONSUMED\r
60\r
61[Depex]\r
62 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r