]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / XhciDxe / XhciDxe.inf
1 ## @file
2 # The XhciDxe driver is responsible for managing the behavior of XHCI controller.
3 # It implements the interfaces of monitoring the status of all ports and transferring
4 # Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
5 #
6 # Copyright (c) 2011 - 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 = XhciDxe
16 MODULE_UNI_FILE = XhciDxe.uni
17 FILE_GUID = B7F50E91-A759-412c-ADE4-DCD03E7F7C28
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20
21 ENTRY_POINT = XhcDriverEntryPoint
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 = gXhciDriverBinding
29 # COMPONENT_NAME = gXhciComponentName
30 # COMPONENT_NAME2 = gXhciComponentName2
31 #
32
33 [Sources]
34 Xhci.c
35 XhciReg.c
36 XhciSched.c
37 UsbHcMem.c
38 UsbHcMem.h
39 ComponentName.c
40 ComponentName.h
41 Xhci.h
42 XhciReg.h
43 XhciSched.h
44
45 [Packages]
46 MdePkg/MdePkg.dec
47
48 [LibraryClasses]
49 MemoryAllocationLib
50 BaseLib
51 UefiLib
52 UefiBootServicesTableLib
53 UefiDriverEntryPoint
54 BaseMemoryLib
55 DebugLib
56 ReportStatusCodeLib
57
58 [Guids]
59 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event
60
61 [Protocols]
62 gEfiPciIoProtocolGuid ## TO_START
63 gEfiUsb2HcProtocolGuid ## BY_START
64
65 # [Event]
66 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
67 #
68
69 [UserExtensions.TianoCore."ExtraFiles"]
70 XhciDxeExtra.uni