]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
2b7953cd3534fd98225db299e6711ddb4078096c
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDxe.inf
1 #/** @file
2 #
3 # Component Description File For UhciDxe Module.
4 #
5 # UhciDxe driver is responsible for managing the behavior of UHCI controller.
6 # It implements the interfaces of monitoring the status of all ports and transferring
7 # Control, Bulk, Interrupt and Isochronous requests to Usb1.x device
8 #
9 # Copyright (c) 2006 - 2008, Intel Corporation.
10 #
11 # All rights reserved. This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 #
20 #**/
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = UhciDxe
25 FILE_GUID = 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7
26 MODULE_TYPE = UEFI_DRIVER
27 VERSION_STRING = 1.0
28
29 ENTRY_POINT = UhciDriverEntryPoint
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
35 #
36 # DRIVER_BINDING = gUhciDriverBinding
37 # COMPONENT_NAME = gUhciComponentName
38 # COMPONENT_NAME2 = gUhciComponentName2
39 #
40
41 [Sources.common]
42 UhciSched.c
43 UhciDebug.c
44 UsbHcMem.h
45 UhciDebug.h
46 UhciQueue.c
47 UhciReg.c
48 UsbHcMem.c
49 UhciQueue.h
50 Uhci.c
51 Uhci.h
52 UhciReg.h
53 UhciSched.h
54 ComponentName.c
55 ComponentName.h
56
57
58 [Packages]
59 MdePkg/MdePkg.dec
60 MdeModulePkg/MdeModulePkg.dec
61
62 [FeaturePcd]
63 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport ## SOMETIME_CONSUMES (enable/disable usb legacy support.)
64
65 [LibraryClasses]
66 MemoryAllocationLib
67 BaseLib
68 UefiLib
69 UefiBootServicesTableLib
70 UefiDriverEntryPoint
71 BaseMemoryLib
72 DebugLib
73 PcdLib
74
75 [Guids]
76 gEfiEventExitBootServicesGuid ## PRODUCES ## Event
77
78 [Protocols]
79 gEfiPciIoProtocolGuid ## TO_START
80 gEfiUsb2HcProtocolGuid ## BY_START
81
82 # [Event]
83 # ##
84 # # Periodic timer event for checking the result of interrupt transfer execution.
85 # #
86 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
87 #