From dad608335f432ce7a30a7a0d5496546254633bba Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 10 Mar 2009 03:10:15 +0000 Subject: 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 --- MdeModulePkg/Include/Guid/PrimaryConsoleInDevice.h | 24 ---------------------- .../Include/Guid/PrimaryConsoleOutDevice.h | 24 ---------------------- .../Include/Guid/PrimaryStandardErrorDevice.h | 24 ---------------------- 3 files changed, 72 deletions(-) delete mode 100644 MdeModulePkg/Include/Guid/PrimaryConsoleInDevice.h delete mode 100644 MdeModulePkg/Include/Guid/PrimaryConsoleOutDevice.h delete mode 100644 MdeModulePkg/Include/Guid/PrimaryStandardErrorDevice.h (limited to 'MdeModulePkg/Include/Guid') 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 -- cgit v1.2.3