diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-12 22:59:43 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-12 22:59:43 +0000 |
commit | d5b86e43cf23787da85fcf862807c1f6714bfac2 (patch) | |
tree | a0718c5c2a640b577e852b534dab06c8ac28e5c0 /MdePkg/Library/UefiUsbLib | |
parent | ed838d0c5ec4d4f2f1c1898fff1c6c619ff46352 (diff) | |
download | edk2-platforms-d5b86e43cf23787da85fcf862807c1f6714bfac2.tar.xz |
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.c | 15 | ||||
-rw-r--r-- | MdePkg/Library/UefiUsbLib/hid.c | 10 |
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>
|