]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBusDxe.inf
1 ## @file
2 # The Usb Bus Dxe driver is used to enumerate and manage all attached usb devices.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = UsbBusDxe
14 MODULE_UNI_FILE = UsbBusDxe.uni
15 FILE_GUID = 240612B7-A063-11d4-9A3A-0090273FC14D
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = UsbBusDriverEntryPoint
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
25 #
26 # DRIVER_BINDING = mUsbBusDriverBinding
27 # COMPONENT_NAME = mUsbBusComponentName
28 # COMPONENT_NAME2 = mUsbBusComponentName2
29 #
30
31 [Sources]
32 UsbDesc.c
33 UsbEnumer.c
34 UsbEnumer.h
35 UsbBus.c
36 UsbHub.c
37 ComponentName.c
38 UsbUtility.h
39 UsbHub.h
40 UsbUtility.c
41 UsbDesc.h
42 UsbBus.h
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47
48 [LibraryClasses]
49 MemoryAllocationLib
50 DevicePathLib
51 UefiLib
52 UefiBootServicesTableLib
53 UefiDriverEntryPoint
54 BaseMemoryLib
55 DebugLib
56 ReportStatusCodeLib
57
58
59 [Protocols]
60 gEfiUsbIoProtocolGuid ## BY_START
61 ## TO_START
62 ## BY_START
63 gEfiDevicePathProtocolGuid
64 gEfiUsb2HcProtocolGuid ## TO_START
65 gEfiUsbHcProtocolGuid ## TO_START
66
67 # [Event]
68 #
69 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
70 #
71
72 [UserExtensions.TianoCore."ExtraFiles"]
73 UsbBusDxeExtra.uni