summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-10 03:10:15 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-10 03:10:15 +0000
commitdad608335f432ce7a30a7a0d5496546254633bba (patch)
treeb3717cb3d50d58eeba69e85b6230345456887c05 /MdeModulePkg/Include
parent9dca4c66c26488371c0ebaa1701dfa35377ff067 (diff)
downloadedk2-platforms-dad608335f432ce7a30a7a0d5496546254633bba.tar.xz
1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid.
Consplitter will not install these protocols any more. 2. added logic in Bds to check console handles in System table, if no console handle assigned. Bds module will fill these handles in system table accordingly. 3. fixed one bug before call ConsoleControl->SetMode in FrontPage.c. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7841 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r--MdeModulePkg/Include/Guid/PrimaryConsoleInDevice.h24
-rw-r--r--MdeModulePkg/Include/Guid/PrimaryConsoleOutDevice.h24
-rw-r--r--MdeModulePkg/Include/Guid/PrimaryStandardErrorDevice.h24
3 files changed, 0 insertions, 72 deletions
diff --git a/MdeModulePkg/Include/Guid/PrimaryConsoleInDevice.h b/MdeModulePkg/Include/Guid/PrimaryConsoleInDevice.h
deleted file mode 100644
index 1d60bb5f2e..0000000000
--- a/MdeModulePkg/Include/Guid/PrimaryConsoleInDevice.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/** @file
- This guid is used to specify the primary console in device.
- It will be installed as the protocol guid into the virtual device handle for ConIn Splitter.
-
-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
-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 __PRIMARY_CONSOLE_IN_DEVICE_H__
-#define __PRIMARY_CONSOLE_IN_DEVICE_H__
-
-#define EFI_PRIMARY_CONSOLE_IN_DEVICE_GUID \
- { 0xe451dcbe, 0x96a1, 0x4729, {0xa5, 0xcf, 0x6b, 0x9c, 0x2c, 0xff, 0x47, 0xfd } }
-
-extern EFI_GUID gEfiPrimaryConsoleInDeviceGuid;
-
-#endif
diff --git a/MdeModulePkg/Include/Guid/PrimaryConsoleOutDevice.h b/MdeModulePkg/Include/Guid/PrimaryConsoleOutDevice.h
deleted file mode 100644
index 3ea238b43e..0000000000
--- a/MdeModulePkg/Include/Guid/PrimaryConsoleOutDevice.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/** @file
- This guid is used to specify the primary console out device.
- It will be installed as the protocol guid into the virtual device handle for ConOut Splitter.
-
-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
-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 __PRIMARY_CONSOLE_OUT_DEVICE_H__
-#define __PRIMARY_CONSOLE_OUT_DEVICE_H__
-
-#define EFI_PRIMARY_CONSOLE_OUT_DEVICE_GUID \
- { 0x62bdf38a, 0xe3d5, 0x492c, {0x95, 0xc, 0x23, 0xa7, 0xf6, 0x6e, 0x67, 0x2e } }
-
-extern EFI_GUID gEfiPrimaryConsoleOutDeviceGuid;
-
-#endif
diff --git a/MdeModulePkg/Include/Guid/PrimaryStandardErrorDevice.h b/MdeModulePkg/Include/Guid/PrimaryStandardErrorDevice.h
deleted file mode 100644
index b53f86b7f9..0000000000
--- a/MdeModulePkg/Include/Guid/PrimaryStandardErrorDevice.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/** @file
- This guid is used to specify the primary StdErr device.
- It will be installed as the protocol guid into the virtual device handle for StdErr Splitter.
-
-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
-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 __PRIMARY_STANDARD_ERROR_DEVICE_H__
-#define __PRIMARY_STANDARD_ERROR_DEVICE_H__
-
-#define EFI_PRIMARY_STANDARD_ERROR_DEVICE_GUID \
- { 0x5a68191b, 0x9b97, 0x4752, {0x99, 0x46, 0xe3, 0x6a, 0x5d, 0xa9, 0x42, 0xb1 } }
-
-extern EFI_GUID gEfiPrimaryStandardErrorDeviceGuid;
-
-#endif