summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-20 04:29:05 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-20 04:29:05 +0000
commit3bdcb9699847a9ace1e6f682ed867a3abe8ff3d6 (patch)
tree37d8bc578e7ba61fe40d582ff5c4b0227a978fd1 /MdeModulePkg
parentbd33fcfbb99ff0cfc01de4712c445ddc912747a5 (diff)
downloadedk2-platforms-3bdcb9699847a9ace1e6f682ed867a3abe8ff3d6.tar.xz
Misuse protocol and guid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5692 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf10
-rw-r--r--MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf4
2 files changed, 8 insertions, 6 deletions
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
index 7e52409391..a3e60f099a 100644
--- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
+++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
@@ -59,11 +59,13 @@
gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"
[Protocols]
- gEfiHotPlugDeviceGuid # PROTOCOL TO_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START
gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START
- gEfiStandardErrorDeviceGuid # PROTOCOL BY_START
- gEfiConsoleOutDeviceGuid # PROTOCOL BY_START
- gEfiConsoleInDeviceGuid # PROTOCOL BY_START
+[Guids]
+ gEfiHotPlugDeviceGuid
+ gEfiStandardErrorDeviceGuid
+ gEfiConsoleOutDeviceGuid
+ gEfiConsoleInDeviceGuid
+ \ No newline at end of file
diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
index 8c80892cd6..8c3c035276 100644
--- a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
+++ b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
@@ -67,9 +67,9 @@
gEfiVT100PlusGuid # SOMETIMES_CONSUMED
gEfiPcAnsiGuid # SOMETIMES_CONSUMED
gSimpleTextInExNotifyGuid # SOMETIMES_CONSUMED
-
-[Protocols]
gEfiHotPlugDeviceGuid # PROTOCOL SOMETIMES_CONSUMED
+
+[Protocols]
gEfiSerialIoProtocolGuid # PROTOCOL TO_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START