]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
QuarkSocPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Usb / Ohci / Dxe / OhciDxe.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# OHCI USB Host Controller UEFI Driver\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[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = OhciDxe\r
19 FILE_GUID = 4ACA697E-F883-446f-98F7-096416FFFFFF\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = OHCIDriverEntryPoint\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
fda6abd6 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
9b6bbcdb
MK
28#\r
29# DRIVER_BINDING = gOhciDriverBinding\r
30# COMPONENT_NAME = gOhciComponentName\r
31# COMPONENT_NAME2 = gOhciComponentName2\r
32#\r
33[Sources]\r
34 Descriptor.h\r
35 Ohci.c\r
36 Ohci.h\r
37 OhciSched.c\r
38 OhciSched.h\r
39 OhciReg.c\r
40 OhciReg.h\r
41 OhciUrb.c\r
42 OhciUrb.h\r
43 OhciDebug.c\r
44 OhciDebug.h\r
45 ComponentName.c\r
46 ComponentName.h\r
47 UsbHcMem.c\r
48 UsbHcMem.h\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53 QuarkSocPkg/QuarkSocPkg.dec\r
54\r
55[LibraryClasses]\r
56 MemoryAllocationLib\r
57 BaseLib\r
58 UefiLib\r
59 UefiBootServicesTableLib\r
60 UefiDriverEntryPoint\r
61 BaseMemoryLib\r
62 DebugLib\r
63\r
64[Guids]\r
65 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event\r
66\r
67[Protocols]\r
68 gEfiPciIoProtocolGuid ## TO_START\r
69 gEfiUsbHcProtocolGuid ## BY_START\r
70\r
71#\r
72# [Event]\r
73# ##\r
74# # Periodic timer event for checking the result of interrupt transfer execution.\r
75# #\r
76# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
77#\r