]> 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 f9787dcc9170b42dbdd87344e797875431774e5c..105a54482ec2029cb26afc8893e83ffcfcf161c3 100644 (file)
@@ -1,8 +1,10 @@
 #/** @file\r
-# Component description file for UefiUsb library.\r
+# Instance of Usb Library.\r
 #\r
-# This library provides supports for common USB functions.\r
-# Copyright (c) 2006, Intel Corporation.\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
 #  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
@@ -20,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
@@ -38,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