summaryrefslogtreecommitdiff
path: root/Bus/Isa
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-16 08:19:29 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-16 08:19:29 +0000
commitb79136c0365f0404f5cf8334c13a66775d28af7a (patch)
tree58e8f7551a10cee887aca91ee4fdaa6557474282 /Bus/Isa
parent297007333074b82f7fa95d805682e72979806038 (diff)
downloadedk2-b79136c0365f0404f5cf8334c13a66775d28af7a.zip
edk2-b79136c0365f0404f5cf8334c13a66775d28af7a.tar.gz
edk2-b79136c0365f0404f5cf8334c13a66775d28af7a.tar.bz2
mass cleanup inf name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkModulePkg@3257 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Bus/Isa')
-rw-r--r--Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.msa (renamed from Bus/Isa/Ps2KeyboardDxe/Ps2keyboard.msa)0
-rw-r--r--Bus/Isa/Ps2MouseDxe/CommPs2.c5
-rw-r--r--Bus/Isa/Ps2MouseDxe/CommPs2.h5
-rw-r--r--Bus/Isa/Ps2MouseDxe/ComponentName.c5
-rw-r--r--Bus/Isa/Ps2MouseDxe/EntryPoint.c5
-rw-r--r--Bus/Isa/Ps2MouseDxe/Ps2Mouse.c5
-rw-r--r--Bus/Isa/Ps2MouseDxe/Ps2Mouse.h18
-rw-r--r--Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf (renamed from Bus/Isa/Ps2MouseDxe/Ps2Mouse.inf)0
-rw-r--r--Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.msa (renamed from Bus/Isa/Ps2MouseDxe/Ps2Mouse.msa)0
9 files changed, 15 insertions, 28 deletions
diff --git a/Bus/Isa/Ps2KeyboardDxe/Ps2keyboard.msa b/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.msa
index dbc4cc5..dbc4cc5 100644
--- a/Bus/Isa/Ps2KeyboardDxe/Ps2keyboard.msa
+++ b/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.msa
diff --git a/Bus/Isa/Ps2MouseDxe/CommPs2.c b/Bus/Isa/Ps2MouseDxe/CommPs2.c
index 5e18d49..e1898bb 100644
--- a/Bus/Isa/Ps2MouseDxe/CommPs2.c
+++ b/Bus/Isa/Ps2MouseDxe/CommPs2.c
@@ -16,11 +16,6 @@ Abstract:
--*/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#include "Ps2Mouse.h"
#include "CommPs2.h"
diff --git a/Bus/Isa/Ps2MouseDxe/CommPs2.h b/Bus/Isa/Ps2MouseDxe/CommPs2.h
index 594e9b8..e7f35e8 100644
--- a/Bus/Isa/Ps2MouseDxe/CommPs2.h
+++ b/Bus/Isa/Ps2MouseDxe/CommPs2.h
@@ -26,11 +26,6 @@ Revision History
#ifndef _COMMPS2_H_
#define _COMMPS2_H_
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#define PS2_PACKET_LENGTH 3
#define PS2_SYNC_MASK 0xc
#define PS2_SYNC_BYTE 0x8
diff --git a/Bus/Isa/Ps2MouseDxe/ComponentName.c b/Bus/Isa/Ps2MouseDxe/ComponentName.c
index 8354580..0e2f523 100644
--- a/Bus/Isa/Ps2MouseDxe/ComponentName.c
+++ b/Bus/Isa/Ps2MouseDxe/ComponentName.c
@@ -17,11 +17,6 @@ Abstract:
--*/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#include "Ps2Mouse.h"
//
diff --git a/Bus/Isa/Ps2MouseDxe/EntryPoint.c b/Bus/Isa/Ps2MouseDxe/EntryPoint.c
index e0ba716..ffd8281 100644
--- a/Bus/Isa/Ps2MouseDxe/EntryPoint.c
+++ b/Bus/Isa/Ps2MouseDxe/EntryPoint.c
@@ -15,10 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
+#include "Ps2Mouse.h"
/**
The user Entry Point for module Ps2Mouse. The user code starts with this function.
diff --git a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c b/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c
index 78061f2..cc01a5c 100644
--- a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c
+++ b/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c
@@ -20,11 +20,6 @@ Abstract:
--*/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#include "Ps2Mouse.h"
#include "CommPs2.h"
diff --git a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h b/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h
index c9a5832..3d91735 100644
--- a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h
+++ b/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h
@@ -24,10 +24,20 @@ Revision History
#ifndef _PS2MOUSE_H
#define _PS2MOUSE_H
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
+#include <PiDxe.h>
+#include <Framework/StatusCode.h>
+
+#include <Protocol/SimplePointer.h>
+#include <Protocol/IsaIo.h>
+#include <Protocol/DevicePath.h>
+
+#include <Library/DebugLib.h>
+#include <Library/UefiDriverEntryPoint.h>
+#include <Library/UefiLib.h>
+#include <Library/BaseMemoryLib.h>
+#include <Library/MemoryAllocationLib.h>
+#include <Library/UefiBootServicesTableLib.h>
+#include <Library/ReportStatusCodeLib.h>
//
// PS/2 mouse sample rate
diff --git a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.inf b/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
index 60a1fcf..60a1fcf 100644
--- a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.inf
+++ b/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
diff --git a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.msa b/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.msa
index 9f12700..9f12700 100644
--- a/Bus/Isa/Ps2MouseDxe/Ps2Mouse.msa
+++ b/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.msa