]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
update the file description of PrintXY and AsciiPrintXY. and also refine the implemen...
[mirror_edk2.git] / MdePkg / Library / UefiUsbLib / UefiUsbLib.inf
index 629bfac9b9c0d944f26fa58b23494cd0a69a4f37..105a54482ec2029cb26afc8893e83ffcfcf161c3 100644 (file)
@@ -1,7 +1,8 @@
 #/** @file\r
 # Instance of Usb Library.\r
 #\r
-# This library provides supports for common USB functions.\r
+# This library instance provides most usb APIs to support the Hid requests defined in\r
+# Usb Hid 1.1 spec and the standard requests defined in Usb 1.1 spec.\r
 #\r
 # Copyright (c) 2006 - 2008, Intel Corporation.\r
 #\r
@@ -21,9 +22,7 @@
   FILE_GUID                      = 87eb5df9-722a-4241-ad7f-370d0b3a56d7\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = UsbLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = UefiUsbLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
 \r
 \r
 #\r
@@ -39,5 +38,9 @@
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
+  DebugLib\r
   BaseMemoryLib\r
+  PcdLib\r
 \r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue
\ No newline at end of file