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

View File

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