summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiUsbLib
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-10 16:13:56 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-10 16:13:56 +0000
commit859b72fa7e3ff1cf1d7476a3446af4ebbb5fe3e6 (patch)
tree0a07f91581e3731e9ab1955051bdc2dabdf05f6f /MdePkg/Library/UefiUsbLib
parenta7e089430e023298b4b84cf95bd9bd3b739b702a (diff)
downloadedk2-859b72fa7e3ff1cf1d7476a3446af4ebbb5fe3e6.tar.gz
edk2-859b72fa7e3ff1cf1d7476a3446af4ebbb5fe3e6.tar.bz2
edk2-859b72fa7e3ff1cf1d7476a3446af4ebbb5fe3e6.zip
Removed CommonHeader.h from MdePkg & MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3180 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib')
-rw-r--r--MdePkg/Library/UefiUsbLib/CommonHeader.h29
-rw-r--r--MdePkg/Library/UefiUsbLib/UsbDxeLib.c5
-rw-r--r--MdePkg/Library/UefiUsbLib/hid.c5
3 files changed, 2 insertions, 37 deletions
diff --git a/MdePkg/Library/UefiUsbLib/CommonHeader.h b/MdePkg/Library/UefiUsbLib/CommonHeader.h
deleted file mode 100644
index 83a6a4301f..0000000000
--- a/MdePkg/Library/UefiUsbLib/CommonHeader.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/**@file
- Common header file shared by all source files.
-
- This file includes package header files, library classes and protocol, PPI & GUID definitions.
-
- Copyright (c) 2006, Intel Corporation.
- All rights reserved. This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- 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.
-**/
-
-#ifndef __COMMON_HEADER_H_
-#define __COMMON_HEADER_H_
-
-
-//
-// The package level header files this module uses
-//
-#include <PiDxe.h>
-//
-// The Library classes this module consumes
-//
-#include <Library/UsbLib.h>
-#include <Library/BaseMemoryLib.h>
-
-#endif
diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
index 6686291aa2..626fa22290 100644
--- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
+++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
@@ -21,10 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
--*/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
+#include "UefiUsbLibInternal.h"
//
// Get Device Descriptor
diff --git a/MdePkg/Library/UefiUsbLib/hid.c b/MdePkg/Library/UefiUsbLib/hid.c
index a98fbfb9a1..a1019a0f2d 100644
--- a/MdePkg/Library/UefiUsbLib/hid.c
+++ b/MdePkg/Library/UefiUsbLib/hid.c
@@ -21,10 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
--*/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
+#include "UefiUsbLibInternal.h"
//
// Function to get HID descriptor