From: vanjeff Date: Mon, 30 Jun 2008 09:04:31 +0000 (+0000) Subject: rename files name to match the actual ones. X-Git-Tag: edk2-stable201903~20829 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=2b023999fe8ca69f31f7ee4ae4e5a8a0f45b43de rename files name to match the actual ones. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5387 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf index 78446862e8..6e980c9e3c 100644 --- a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf +++ b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf @@ -2,7 +2,7 @@ # Component description file for Terminal module. # # This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices). -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2008, 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 @@ -36,8 +36,8 @@ [Sources.common] ComponentName.c - vtutf8.c - ansi.c + Vtutf8.c + Ansi.c TerminalConOut.c TerminalConIn.c Terminal.c