edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf:

* Match filename case for Serial.h and Serial.c.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4904 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-03-18 17:21:58 +00:00
parent 17adfa9aef
commit d63e4c2308
1 changed files with 3 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# Component description file for IsaSerial module.
#
# Serial driver for standard UARTS on an ISA bus.
# Copyright (c) 2007, Intel Corporation
# Copyright (c) 2007 - 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
@ -22,7 +22,6 @@
VERSION_STRING = 1.0
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = InitializeIsaSerial
#
@ -37,9 +36,8 @@
[Sources.common]
ComponentName.c
ComponentName.h
serial.h
serial.c
Serial.h
Serial.c
[Packages]
MdePkg/MdePkg.dec
@ -59,7 +57,6 @@
UefiDriverEntryPoint
DebugLib
[Protocols]
gEfiIsaIoProtocolGuid # PROTOCOL TO_START
gEfiSerialIoProtocolGuid # PROTOCOL BY_START
@ -68,11 +65,9 @@
[FeaturePcd.common]
gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable
[FixedPcd.common]
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1