]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
MdeModulePkg/UsbBusDxe: Add UsbControlTransfer() error check
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBusDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# The Usb Bus Dxe driver is used to enumerate and manage all attached usb devices.\r
e237e7ae 3#\r
6036e94d 4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
e237e7ae 5#\r
cd5ebaa0 6# This program and the accompanying materials\r
e237e7ae 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
e237e7ae 16\r
e237e7ae 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = UsbBusDxe\r
6036e94d 20 MODULE_UNI_FILE = UsbBusDxe.uni\r
e237e7ae 21 FILE_GUID = 240612B7-A063-11d4-9A3A-0090273FC14D\r
d3f16117 22 MODULE_TYPE = UEFI_DRIVER\r
e237e7ae 23 VERSION_STRING = 1.0\r
e237e7ae 24\r
25 ENTRY_POINT = UsbBusDriverEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
a065efc7 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
e237e7ae 31#\r
d354ab7f 32# DRIVER_BINDING = mUsbBusDriverBinding \r
33# COMPONENT_NAME = mUsbBusComponentName\r
34# COMPONENT_NAME2 = mUsbBusComponentName2\r
35#\r
e237e7ae 36\r
6bfbb5f0 37[Sources]\r
e237e7ae 38 UsbDesc.c\r
39 UsbEnumer.c\r
40 UsbEnumer.h\r
77442a5a 41 UsbBus.c\r
e237e7ae 42 UsbHub.c\r
43 ComponentName.c\r
44 UsbUtility.h\r
45 UsbHub.h\r
46 UsbUtility.c\r
47 UsbDesc.h\r
77442a5a 48 UsbBus.h\r
e237e7ae 49\r
e237e7ae 50[Packages]\r
51 MdePkg/MdePkg.dec\r
e237e7ae 52\r
53\r
e237e7ae 54[LibraryClasses]\r
55 MemoryAllocationLib\r
56 DevicePathLib\r
57 UefiLib\r
58 UefiBootServicesTableLib\r
59 UefiDriverEntryPoint\r
60 BaseMemoryLib\r
61 DebugLib\r
3d0a2385 62 ReportStatusCodeLib\r
e237e7ae 63\r
64\r
e237e7ae 65[Protocols]\r
3dcdbe7a 66 gEfiUsbIoProtocolGuid ## BY_START\r
6036e94d
SZ
67 ## TO_START\r
68 ## BY_START\r
69 gEfiDevicePathProtocolGuid \r
3dcdbe7a 70 gEfiUsb2HcProtocolGuid ## TO_START\r
71 gEfiUsbHcProtocolGuid ## TO_START\r
e237e7ae 72\r
280544da 73# [Event]\r
280544da 74#\r
6036e94d 75# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
280544da 76#\r
6036e94d
SZ
77\r
78[UserExtensions.TianoCore."ExtraFiles"]\r
79 UsbBusDxeExtra.uni\r