diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-01 02:52:17 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-01 02:52:17 +0000 |
commit | 9937b36506924de4b721f03addc50ed318474a5e (patch) | |
tree | 28ad549bf01fb4277233efefac80b86de35032d1 /MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf | |
parent | c44fb9d331af80b8424fd25b97ac8176bd79430c (diff) | |
download | edk2-platforms-9937b36506924de4b721f03addc50ed318474a5e.tar.xz |
1. retired console control protocol.
2. removed NULL console device from consplitter module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7995 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf')
-rw-r--r-- | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf index fcb42475f1..0d6ac27cb7 100644 --- a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf +++ b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf @@ -10,7 +10,7 @@ # Note: If only UGA Draw protocol is installed in system table, PcdUgaConsumeSupport
# should be set to TRUE.
#
-# Copyright (c) 2006 - 2008, Intel Corporation
+# Copyright (c) 2006 - 2009, 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
@@ -76,7 +76,6 @@ [Protocols]
- gEfiConsoleControlProtocolGuid ## PRODUCES
gEfiSimplePointerProtocolGuid ## BY_START
gEfiAbsolutePointerProtocolGuid ## BY_START
gEfiSimpleTextInProtocolGuid ## BY_START
@@ -95,10 +94,3 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
-# [Event]
-# ##
-# # mConIn.LockEvent, used to record and check key sequence on StdIn. Periodic is 25ms.
-# #
-# EVENT_TYPE_PREIODIC_TIMER ## PRODUCES
-#
-#
\ No newline at end of file |