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