]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
b4272dc71c63e2db6f24dcbe5e03412069779313
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBusDxe.inf
1 #/** @file
2 # Component name for module UsbBus
3 #
4 # Copyright (c) 2006, Intel Corporation.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = UsbBusDxe
20 FILE_GUID = 240612B7-A063-11d4-9A3A-0090273FC14D
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 ENTRY_POINT = UsbBusDriverEntryPoint
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources.common]
35 UsbDesc.c
36 UsbEnumer.c
37 UsbEnumer.h
38 UsbBus.c
39 UsbHub.c
40 ComponentName.c
41 UsbUtility.h
42 UsbHub.h
43 UsbUtility.c
44 UsbDesc.h
45 UsbBus.h
46
47 [Packages]
48 MdePkg/MdePkg.dec
49
50
51 [LibraryClasses]
52 MemoryAllocationLib
53 DevicePathLib
54 UefiLib
55 UefiBootServicesTableLib
56 UefiDriverEntryPoint
57 BaseMemoryLib
58 DebugLib
59
60
61 [Protocols]
62 gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
63 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
64 gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
65 gEfiUsbHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
66