mirror of https://github.com/acidanthera/audk.git
edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe:
Fix filename case(sensitivity) issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4820 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1441142b8b
commit
0c36e4c182
|
@ -19,7 +19,7 @@ Abstract:
|
|||
|
||||
**/
|
||||
|
||||
#include "mousehid.h"
|
||||
#include "MouseHid.h"
|
||||
|
||||
|
||||
//
|
||||
|
|
|
@ -21,7 +21,7 @@ Abstract:
|
|||
#ifndef __MOUSE_HID_H
|
||||
#define __MOUSE_HID_H
|
||||
|
||||
#include "usbmouse.h"
|
||||
#include "UsbMouse.h"
|
||||
|
||||
//
|
||||
// HID Item general structure
|
||||
|
|
|
@ -24,8 +24,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <IndustryStandard/Usb.h>
|
||||
|
||||
|
||||
#include "usbmouse.h"
|
||||
#include "mousehid.h"
|
||||
#include "UsbMouse.h"
|
||||
#include "MouseHid.h"
|
||||
|
||||
//
|
||||
// Prototypes
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
#
|
||||
|
||||
[Sources.common]
|
||||
mousehid.h
|
||||
ComponentName.c
|
||||
usbmouse.c
|
||||
mousehid.c
|
||||
usbmouse.h
|
||||
MouseHid.c
|
||||
MouseHid.h
|
||||
UsbMouse.c
|
||||
UsbMouse.h
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
Loading…
Reference in New Issue