]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / XhciDxe / XhciDxe.inf
CommitLineData
92870c98 1## @file\r
2#\r
3# Component Description File For XhciDxe Module.\r
4#\r
5# XhciDxe driver is responsible for managing the behavior of XHCI controller.\r
6# It implements the interfaces of monitoring the status of all ports and transferring\r
7# Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.\r
8#\r
1847ed0b 9# Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
92870c98 10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = XhciDxe\r
25 FILE_GUID = B7F50E91-A759-412c-ADE4-DCD03E7F7C28\r
26 MODULE_TYPE = UEFI_DRIVER\r
27 VERSION_STRING = 1.0\r
28\r
29 ENTRY_POINT = XhcDriverEntryPoint\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36# DRIVER_BINDING = gXhciDriverBinding\r
37# COMPONENT_NAME = gXhciComponentName\r
38# COMPONENT_NAME2 = gXhciComponentName2\r
39#\r
40\r
41[Sources]\r
42 Xhci.c\r
43 XhciReg.c\r
44 XhciSched.c\r
1847ed0b
EL
45 UsbHcMem.c\r
46 UsbHcMem.h \r
92870c98 47 ComponentName.c\r
48 ComponentName.h\r
49 Xhci.h\r
50 XhciReg.h\r
51 XhciSched.h\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
92870c98 55\r
56[LibraryClasses]\r
57 MemoryAllocationLib\r
58 BaseLib\r
59 UefiLib\r
60 UefiBootServicesTableLib\r
61 UefiDriverEntryPoint\r
62 BaseMemoryLib\r
63 DebugLib\r
37623a5c 64 ReportStatusCodeLib\r
92870c98 65\r
66[Guids]\r
67 gEfiEventExitBootServicesGuid ## PRODUCES ## Event\r
68\r
69[Protocols]\r
70 gEfiPciIoProtocolGuid ## TO_START\r
71 gEfiUsb2HcProtocolGuid ## BY_START\r
72\r
73# [Event]\r
74# ##\r
75# # Periodic timer event for checking the result of interrupt transfer execution.\r
76# #\r
77# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES\r
78#\r