]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDxe.inf
... / ...
CommitLineData
1## @file\r
2# The UhciDxe driver is responsible for managing the behavior of UHCI controller.\r
3# It implements the interfaces of monitoring the status of all ports and transferring\r
4# Control, Bulk, Interrupt and Isochronous requests to Usb1.x device\r
5#\r
6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = UhciDxe\r
16 MODULE_UNI_FILE = UhciDxe.uni\r
17 FILE_GUID = 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = UhciDriverEntryPoint\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
27#\r
28# DRIVER_BINDING = gUhciDriverBinding\r
29# COMPONENT_NAME = gUhciComponentName\r
30# COMPONENT_NAME2 = gUhciComponentName2\r
31#\r
32\r
33[Sources]\r
34 UhciSched.c\r
35 UhciDebug.c\r
36 UsbHcMem.h\r
37 UhciDebug.h\r
38 UhciQueue.c\r
39 UhciReg.c\r
40 UsbHcMem.c\r
41 UhciQueue.h\r
42 Uhci.c\r
43 Uhci.h\r
44 UhciReg.h\r
45 UhciSched.h\r
46 ComponentName.c\r
47 ComponentName.h\r
48\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53\r
54[FeaturePcd]\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport ## CONSUMES\r
56\r
57[LibraryClasses]\r
58 MemoryAllocationLib\r
59 BaseLib\r
60 UefiLib\r
61 UefiBootServicesTableLib\r
62 UefiDriverEntryPoint\r
63 BaseMemoryLib\r
64 DebugLib\r
65 PcdLib\r
66 ReportStatusCodeLib\r
67\r
68[Guids]\r
69 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event\r
70\r
71[Protocols]\r
72 gEfiPciIoProtocolGuid ## TO_START\r
73 gEfiUsb2HcProtocolGuid ## BY_START\r
74\r
75# [Event]\r
76# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
77#\r
78\r
79[UserExtensions.TianoCore."ExtraFiles"]\r
80 UhciDxeExtra.uni\r