summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/ConPlatformDxe
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/Universal/Console/ConPlatformDxe
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/Universal/Console/ConPlatformDxe')
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf10
1 files changed, 6 insertions, 4 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