]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.
[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
37623a5c 9# Copyright (c) 2011 - 2012, 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
45 ComponentName.c\r
46 ComponentName.h\r
47 Xhci.h\r
48 XhciReg.h\r
49 XhciSched.h\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
92870c98 53\r
54[LibraryClasses]\r
55 MemoryAllocationLib\r
56 BaseLib\r
57 UefiLib\r
58 UefiBootServicesTableLib\r
59 UefiDriverEntryPoint\r
60 BaseMemoryLib\r
61 DebugLib\r
37623a5c 62 ReportStatusCodeLib\r
92870c98 63\r
64[Guids]\r
65 gEfiEventExitBootServicesGuid ## PRODUCES ## Event\r
66\r
67[Protocols]\r
68 gEfiPciIoProtocolGuid ## TO_START\r
69 gEfiUsb2HcProtocolGuid ## BY_START\r
70\r
71# [Event]\r
72# ##\r
73# # Periodic timer event for checking the result of interrupt transfer execution.\r
74# #\r
75# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES\r
76#\r