]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
Remove WinNtConsole driver since its functionality has already been covered by WinNtG...
[mirror_edk2.git] / Nt32Pkg / WinNtConsoleDxe / WinNtConsoleDxe.inf
diff --git a/Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf b/Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
deleted file mode 100644 (file)
index 2237a7d..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-#/** @file\r
-# Console Dxe driver\r
-#\r
-# Simulate console with WinAPI\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = WinNtConsole\r
-  FILE_GUID                      = 263631d7-5836-4b74-be48-ee22e92ce5d3\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
-  ENTRY_POINT                    = InitializeWinNtConsole\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32\r
-#\r
-#  DRIVER_BINDING                =  gWinNtConsoleDriverBinding                   \r
-#  COMPONENT_NAME                =  gWinNtConsoleComponentName                   \r
-#\r
-\r
-[Sources.common]\r
-  ComponentName.c\r
-  ConsoleOut.c\r
-  ConsoleIn.c\r
-  Console.c\r
-  Console.h\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  Nt32Pkg/Nt32Pkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  MemoryAllocationLib\r
-  UefiBootServicesTableLib\r
-  BaseMemoryLib\r
-  UefiLib\r
-  UefiDriverEntryPoint\r
-  BaseLib\r
-  DebugLib\r
-\r
-\r
-[Guids]\r
-  gEfiWinNtConsoleGuid                          # ALWAYS_CONSUMED\r
-\r
-\r
-[Protocols]\r
-  gEfiSimpleTextInProtocolGuid                  # PROTOCOL BY_START\r
-  gEfiSimpleTextOutProtocolGuid                 # PROTOCOL BY_START\r
-  gEfiWinNtIoProtocolGuid                       # PROTOCOL TO_START\r
-\r