]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
18ad479e7aa882b380304e157873a87f59315541
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaSerialDxe / IsaSerialDxe.inf
1 #/** @file
2 # Component description file for IsaSerial module.
3 #
4 # Serial driver for standard UARTS on an ISA bus.
5 # Copyright (c) 2006 - 2007, Intel Corporation.
6 #
7 # Copyright (c) 2006 - 2007, Intel Corporation<BR>
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = IsaSerialDxe
19 FILE_GUID = 93B80003-9FB3-11d4-9A3A-0090273FC14D
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 EDK_RELEASE_VERSION = 0x00020000
23 EFI_SPECIFICATION_VERSION = 0x00020000
24
25 ENTRY_POINT = InitializeIsaSerial
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32 # DRIVER_BINDING = gSerialControllerDriver
33 # COMPONENT_NAME = gIsaSerialComponentName
34 #
35
36 [Sources.common]
37 ComponentName.c
38 ComponentName.h
39 serial.h
40 serial.c
41
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46 IntelFrameworkPkg/IntelFrameworkPkg.dec
47
48
49 [LibraryClasses]
50 PcdLib
51 ReportStatusCodeLib
52 UefiBootServicesTableLib
53 MemoryAllocationLib
54 BaseMemoryLib
55 DevicePathLib
56 UefiLib
57 BaseLib
58 UefiDriverEntryPoint
59 DebugLib
60
61
62 [Protocols]
63 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
64 gEfiSerialIoProtocolGuid # PROTOCOL BY_START
65 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
66
67
68 [PcdsFeatureFlag.common]
69 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid
70