]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
fixed DMA not be stopped issue when gBS->ExitBootServices called.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciDxe.inf
1 #/** @file
2 #
3 # Component Description File For EhciDxe Module.
4 #
5 # EhciDxe driver is responsible for managing the behavior of EHCI controller.
6 # It implements the interfaces of monitoring the status of all ports and transferring
7 # Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
8 #
9 # Copyright (c) 2006 - 2009, 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 = EhciDxe
25 FILE_GUID = BDFE430E-8F2A-4db0-9991-6F856594777E
26 MODULE_TYPE = UEFI_DRIVER
27 VERSION_STRING = 1.0
28
29 ENTRY_POINT = EhcDriverEntryPoint
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 = gEhciDriverBinding
37 # COMPONENT_NAME = gEhciComponentName
38 # COMPONENT_NAME2 = gEhciComponentName2
39 #
40
41 [Sources.common]
42 UsbHcMem.h
43 EhciUrb.c
44 EhciReg.h
45 UsbHcMem.c
46 EhciSched.c
47 EhciDebug.c
48 EhciReg.c
49 EhciDebug.h
50 ComponentName.c
51 ComponentName.h
52 EhciUrb.h
53 Ehci.h
54 EhciSched.h
55 Ehci.c
56
57 [Packages]
58 MdePkg/MdePkg.dec
59 MdeModulePkg/MdeModulePkg.dec
60
61 [FeaturePcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport ## SOMETIME_CONSUMES (enable/disable usb legacy support.)
63
64 [LibraryClasses]
65 MemoryAllocationLib
66 BaseLib
67 UefiLib
68 UefiBootServicesTableLib
69 UefiDriverEntryPoint
70 BaseMemoryLib
71 DebugLib
72 PcdLib
73
74 [Guids]
75 gEfiEventExitBootServicesGuid ## PRODUCES ## Event
76
77 [Protocols]
78 gEfiPciIoProtocolGuid ## TO_START
79 gEfiUsb2HcProtocolGuid ## BY_START
80
81 # [Event]
82 # ##
83 # # Periodic timer event for checking the result of interrupt transfer execution.
84 # #
85 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
86 #