summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiUsbLib
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-12 22:59:43 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-12 22:59:43 +0000
commitd5b86e43cf23787da85fcf862807c1f6714bfac2 (patch)
treea0718c5c2a640b577e852b534dab06c8ac28e5c0 /MdePkg/Library/UefiUsbLib
parented838d0c5ec4d4f2f1c1898fff1c6c619ff46352 (diff)
downloadedk2-d5b86e43cf23787da85fcf862807c1f6714bfac2.tar.gz
edk2-d5b86e43cf23787da85fcf862807c1f6714bfac2.tar.bz2
edk2-d5b86e43cf23787da85fcf862807c1f6714bfac2.zip
Removed MdePkg usage of ModuleName: in file headers
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3217 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib')
-rw-r--r--MdePkg/Library/UefiUsbLib/UsbDxeLib.c15
-rw-r--r--MdePkg/Library/UefiUsbLib/hid.c10
2 files changed, 0 insertions, 25 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
index cb8885396d..9da8005fc2 100644
--- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
+++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
@@ -9,26 +9,11 @@ http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name:
-
- UsbDxeLib.c
-
- Abstract:
-
Common Dxe Libarary for USB
- Revision History
-
-
**/
-//
-// The package level header files this module uses
-//
#include <PiDxe.h>
-//
-// The Library classes this module consumes
-//
#include <Library/BaseMemoryLib.h>
#include <Library/UsbLib.h>
diff --git a/MdePkg/Library/UefiUsbLib/hid.c b/MdePkg/Library/UefiUsbLib/hid.c
index 3156f63143..185fc7b7f5 100644
--- a/MdePkg/Library/UefiUsbLib/hid.c
+++ b/MdePkg/Library/UefiUsbLib/hid.c
@@ -9,16 +9,6 @@ http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name:
-
- hid.c
-
- Abstract:
-
- HID class request
-
- Revision History
-
**/
#include <PiDxe.h>