mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-21 04:34:27 +02:00
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:
parent
ae50ee26b5
commit
dfb74df5fd
@ -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>
|
||||||
|
@ -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
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
DebugLib
|
DebugLib
|
||||||
PcdLib
|
PcdLib
|
||||||
UsbLib
|
UefiUsbLib
|
||||||
BaseLib
|
BaseLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
PcdLib
|
PcdLib
|
||||||
UsbLib
|
UefiUsbLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
PcdLib
|
PcdLib
|
||||||
UsbLib
|
UefiUsbLib
|
||||||
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user