]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
retired PcdNtEmulatorEnable.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaSerialDxe / IsaSerialDxe.inf
CommitLineData
637ff819 1#/** @file\r
2# Component description file for IsaSerial module.\r
3#\r
4# Serial driver for standard UARTS on an ISA bus.\r
d63e4c23 5# Copyright (c) 2007 - 2008, Intel Corporation\r
637ff819 6#\r
f8cd287b 7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
637ff819 11#\r
f8cd287b 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
637ff819 14#\r
15#**/\r
16\r
637ff819 17[Defines]\r
18 INF_VERSION = 0x00010005\r
c21fc3e8 19 BASE_NAME = IsaSerialDxe\r
637ff819 20 FILE_GUID = 93B80003-9FB3-11d4-9A3A-0090273FC14D\r
1a8802f7 21 MODULE_TYPE = UEFI_DRIVER\r
637ff819 22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
637ff819 25 ENTRY_POINT = InitializeIsaSerial\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32# DRIVER_BINDING = gSerialControllerDriver \r
33# COMPONENT_NAME = gIsaSerialComponentName \r
34#\r
35\r
637ff819 36[Sources.common]\r
37 ComponentName.c\r
38 ComponentName.h\r
d63e4c23 39 Serial.h\r
40 Serial.c\r
637ff819 41\r
637ff819 42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
888b8afb 46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
637ff819 47\r
637ff819 48[LibraryClasses]\r
49 PcdLib\r
50 ReportStatusCodeLib\r
51 UefiBootServicesTableLib\r
52 MemoryAllocationLib\r
53 BaseMemoryLib\r
54 DevicePathLib\r
55 UefiLib\r
56 BaseLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59\r
637ff819 60[Protocols]\r
61 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
62 gEfiSerialIoProtocolGuid # PROTOCOL BY_START\r
63 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
64\r
b3af5df6 65[FixedPcd.common]\r
66 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
67 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
68 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
69 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
6b88ceec 70\r
1a8802f7 71\r