]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Usb / Ohci / Pei / OhciPei.inf
1 ## @file
2 # OHCI USB Host Controller PEIM
3 #
4 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = OhciPei
14 FILE_GUID = 332A0926-429B-4624-9211-A36B23DF0389
15 MODULE_TYPE = PEIM
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = OhcPeimEntry
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 Descriptor.h
28 OhcPeim.c
29 OhcPeim.h
30 OhciSched.c
31 OhciSched.h
32 OhciReg.c
33 OhciReg.h
34 OhciUrb.c
35 OhciUrb.h
36 UsbHcMem.c
37 UsbHcMem.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 QuarkSocPkg/QuarkSocPkg.dec
43
44 [LibraryClasses]
45 IoLib
46 TimerLib
47 BaseMemoryLib
48 PeimEntryPoint
49 PeiServicesLib
50
51 [Ppis]
52 gPeiUsbHostControllerPpiGuid # PPI ALWAYS_PRODUCED
53 gPeiUsbControllerPpiGuid # PPI ALWAYS_CONSUMED
54
55 [Depex]
56 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid