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