mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf:
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h: Fixed filename case to match the actual files. This is needed for case-sensitive file systems. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4757 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9e58aa1d3c
commit
77442a5a27
|
@ -32,7 +32,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <Protocol/UsbIo.h>
|
#include <Protocol/UsbIo.h>
|
||||||
#include <Protocol/DevicePath.h>
|
#include <Protocol/DevicePath.h>
|
||||||
|
|
||||||
#include <library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/UefiDriverEntryPoint.h>
|
#include <Library/UefiDriverEntryPoint.h>
|
||||||
|
|
|
@ -35,14 +35,14 @@
|
||||||
UsbDesc.c
|
UsbDesc.c
|
||||||
UsbEnumer.c
|
UsbEnumer.c
|
||||||
UsbEnumer.h
|
UsbEnumer.h
|
||||||
usbbus.c
|
UsbBus.c
|
||||||
UsbHub.c
|
UsbHub.c
|
||||||
ComponentName.c
|
ComponentName.c
|
||||||
UsbUtility.h
|
UsbUtility.h
|
||||||
UsbHub.h
|
UsbHub.h
|
||||||
UsbUtility.c
|
UsbUtility.c
|
||||||
UsbDesc.h
|
UsbDesc.h
|
||||||
usbbus.h
|
UsbBus.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
Loading…
Reference in New Issue