]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBusDxe.inf
CommitLineData
e237e7ae 1#/** @file\r
2# Component name for module UsbBus\r
3#\r
4# Copyright (c) 2006, Intel Corporation. All right reserved.\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
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
15#**/\r
16\r
e237e7ae 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = UsbBusDxe\r
20 FILE_GUID = 240612B7-A063-11d4-9A3A-0090273FC14D\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = UsbBusDriverEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
e237e7ae 34[Sources.common]\r
35 UsbDesc.c\r
36 UsbEnumer.c\r
37 UsbEnumer.h\r
38 usbbus.c\r
39 UsbHub.c\r
40 ComponentName.c\r
41 UsbUtility.h\r
42 UsbHub.h\r
43 UsbUtility.c\r
44 UsbDesc.h\r
45 usbbus.h\r
46\r
e237e7ae 47[Packages]\r
48 MdePkg/MdePkg.dec\r
e237e7ae 49\r
50\r
e237e7ae 51[LibraryClasses]\r
52 MemoryAllocationLib\r
53 DevicePathLib\r
54 UefiLib\r
55 UefiBootServicesTableLib\r
56 UefiDriverEntryPoint\r
57 BaseMemoryLib\r
58 DebugLib\r
59\r
60\r
e237e7ae 61[Protocols]\r
62 gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiUsbHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66\r