]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf:
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaSerialDxe / IsaSerialDxe.inf
index 3b5b81f1a0a9567b10e74879132bdea1789298db..c2a02be98bc581e0a28151f8306d940e6a6a78ab 100644 (file)
@@ -2,7 +2,7 @@
 # Component description file for IsaSerial module.\r
 #\r
 # Serial driver for standard UARTS on an ISA bus.\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2008, Intel Corporation\r
 #\r
 # All rights reserved. This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -22,7 +22,6 @@
   VERSION_STRING                 = 1.0\r
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeIsaSerial\r
 \r
 #\r
@@ -37,9 +36,8 @@
 [Sources.common]\r
   ComponentName.c\r
   ComponentName.h\r
-  serial.h\r
-  serial.c\r
-\r
+  Serial.h\r
+  Serial.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -59,7 +57,6 @@
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
-\r
 [Protocols]\r
   gEfiIsaIoProtocolGuid                         # PROTOCOL TO_START\r
   gEfiSerialIoProtocolGuid                      # PROTOCOL BY_START\r
 [FeaturePcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable\r
 \r
-\r
 [FixedPcd.common]\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
 \r
-  \r