Rename the reference library class of UsbLib to UefiUsbLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6524 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-11-13 09:19:18 +00:00
parent ae50ee26b5
commit dfb74df5fd
7 changed files with 7 additions and 7 deletions

View File

@ -35,7 +35,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/MemoryAllocationLib.h> #include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h> #include <Library/PcdLib.h>
#include <Library/UsbLib.h> #include <Library/UefiUsbLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <IndustryStandard/Usb.h> #include <IndustryStandard/Usb.h>

View File

@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#include "KeyBoard.h" #include "KeyBoard.h"
#include <Library/UsbLib.h> #include <Library/UefiUsbLib.h>
// //
// Static English keyboard layout // Static English keyboard layout

View File

@ -54,7 +54,7 @@
ReportStatusCodeLib ReportStatusCodeLib
DebugLib DebugLib
PcdLib PcdLib
UsbLib UefiUsbLib
BaseLib BaseLib
[Guids] [Guids]

View File

@ -36,7 +36,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/MemoryAllocationLib.h> #include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h> #include <Library/PcdLib.h>
#include <Library/UsbLib.h> #include <Library/UefiUsbLib.h>
#include <IndustryStandard/Usb.h> #include <IndustryStandard/Usb.h>

View File

@ -50,7 +50,7 @@
BaseMemoryLib BaseMemoryLib
ReportStatusCodeLib ReportStatusCodeLib
PcdLib PcdLib
UsbLib UefiUsbLib
[Protocols] [Protocols]
gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED

View File

@ -30,7 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/MemoryAllocationLib.h> #include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h> #include <Library/PcdLib.h>
#include <Library/UsbLib.h> #include <Library/UefiUsbLib.h>
#include <IndustryStandard/Usb.h> #include <IndustryStandard/Usb.h>

View File

@ -50,7 +50,7 @@
BaseMemoryLib BaseMemoryLib
ReportStatusCodeLib ReportStatusCodeLib
PcdLib PcdLib
UsbLib UefiUsbLib
[Protocols] [Protocols]