]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBusDxe.inf
CommitLineData
e237e7ae 1#/** @file\r
2# Component name for module UsbBus\r
3#\r
3f187a73 4# Copyright (c) 2006, Intel Corporation. \r
e237e7ae 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
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
e237e7ae 22 VERSION_STRING = 1.0\r
e237e7ae 23\r
24 ENTRY_POINT = UsbBusDriverEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
e237e7ae 32[Sources.common]\r
33 UsbDesc.c\r
34 UsbEnumer.c\r
35 UsbEnumer.h\r
77442a5a 36 UsbBus.c\r
e237e7ae 37 UsbHub.c\r
38 ComponentName.c\r
39 UsbUtility.h\r
40 UsbHub.h\r
41 UsbUtility.c\r
42 UsbDesc.h\r
77442a5a 43 UsbBus.h\r
e237e7ae 44\r
e237e7ae 45[Packages]\r
46 MdePkg/MdePkg.dec\r
e237e7ae 47\r
48\r
e237e7ae 49[LibraryClasses]\r
50 MemoryAllocationLib\r
51 DevicePathLib\r
52 UefiLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 BaseMemoryLib\r
56 DebugLib\r
57\r
58\r
e237e7ae 59[Protocols]\r
60 gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiUsbHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64\r