mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
e47f2cedc3
commit
2b023999fe
|
@ -2,7 +2,7 @@
|
||||||
# Component description file for Terminal module.
|
# Component description file for Terminal module.
|
||||||
#
|
#
|
||||||
# This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices).
|
# 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
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
ComponentName.c
|
ComponentName.c
|
||||||
vtutf8.c
|
Vtutf8.c
|
||||||
ansi.c
|
Ansi.c
|
||||||
TerminalConOut.c
|
TerminalConOut.c
|
||||||
TerminalConIn.c
|
TerminalConIn.c
|
||||||
Terminal.c
|
Terminal.c
|
||||||
|
|
Loading…
Reference in New Issue