From 878ddf1fc3540a715f63594ed22b6929e881afb4 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Fri, 21 Apr 2006 22:54:32 +0000 Subject: Initial import. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/Console/Terminal/Dxe/Terminal.msa | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa (limited to 'EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa') diff --git a/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa b/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa new file mode 100644 index 0000000000..6382a8548c --- /dev/null +++ b/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa @@ -0,0 +1,108 @@ + + + + + Terminal + DXE_DRIVER + BS_DRIVER + 9E863906-A40F-4875-977F-5B93FF237FC6 + EDK_RELEASE_VERSION 0x00020000 + Component description file for DiskIo module. + FIX ME! + Copyright (c) 2004-2006, 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. + + EFI_SPECIFICATION_VERSION 0x00000000 + 2006-03-12 17:09 + 2006-03-22 19:05 + + + DebugLib + UefiDriverModelLib + UefiDriverEntryPoint + UefiLib + ReportStatusCodeLib + BaseMemoryLib + MemoryAllocationLib + UefiBootServicesTableLib + UefiRuntimeServicesTableLib + DevicePathLib + + + Terminal.h + Terminal.c + TerminalConIn.c + TerminalConOut.c + ansi.c + vtutf8.c + ComponentName.c + + + MdePkg + EdkModulePkg + + + SimpleTextOut + SimpleTextIn + DevicePath + SerialIo + + + + ConInDev + 0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C + + + ConOutDev + 0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C + + + ErrOutDev + 0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C + + + + + HotPlugDevice + + + GlobalVariable + + + PcAnsi + + + VT100Plus + + + VT100 + + + VTUTF8 + + + + + + + + gTerminalDriverBinding + gTerminalComponentName + + + -- cgit v1.2.3