]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
check the usage of %d,%x,%ld,%lx and so on in debug print statement.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBusDxe.inf
index ebf19496251b053c2f60893220d72652e101a0cb..fc36f98e23112f70ecb1d878c2d4fc38527d2333 100644 (file)
@@ -1,7 +1,10 @@
 #/** @file\r
-# Component name for module UsbBus\r
+#  \r
+#  Component Description File For UsbBus Dxe Module.\r
 #\r
-# Copyright (c) 2006, Intel Corporation. All right reserved.\r
+#  Usb Bus Dxe driver is used to enumerate and manage all attached usb devices.\r
+#  \r
+#  Copyright (c) 2006, Intel Corporation. \r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UsbBusDxe\r
   FILE_GUID                      = 240612B7-A063-11d4-9A3A-0090273FC14D\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = UsbBusDriverEntryPoint\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  mUsbBusDriverBinding                        \r
+#  COMPONENT_NAME                =  mUsbBusComponentName\r
+#  COMPONENT_NAME2               =  mUsbBusComponentName2\r
+#\r
 \r
 [Sources.common]\r
   UsbDesc.c\r
   UsbEnumer.c\r
   UsbEnumer.h\r
-  usbbus.c\r
+  UsbBus.c\r
   UsbHub.c\r
   ComponentName.c\r
   UsbUtility.h\r
   UsbHub.h\r
   UsbUtility.c\r
   UsbDesc.h\r
-  usbbus.h\r
+  UsbBus.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r