]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
Clean up the Isa related DXE in IntelFrameworkMoudlePkg.
[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 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = IsaSerialDxe
24 FILE_GUID = 93B80003-9FB3-11d4-9A3A-0090273FC14D
25 MODULE_TYPE = DXE_DRIVER
26 VERSION_STRING = 1.0
27 EDK_RELEASE_VERSION = 0x00020000
28 EFI_SPECIFICATION_VERSION = 0x00020000
29
30 ENTRY_POINT = InitializeIsaSerial
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
36 #
37 # DRIVER_BINDING = gSerialControllerDriver
38 # COMPONENT_NAME = gIsaSerialComponentName
39 #
40
41 ################################################################################
42 #
43 # Sources Section - list of files that are required for the build to succeed.
44 #
45 ################################################################################
46
47 [Sources.common]
48 ComponentName.c
49 ComponentName.h
50 serial.h
51 serial.c
52
53
54 ################################################################################
55 #
56 # Package Dependency Section - list of Package files that are required for
57 # this module.
58 #
59 ################################################################################
60
61 [Packages]
62 MdePkg/MdePkg.dec
63 MdeModulePkg/MdeModulePkg.dec
64 IntelFrameworkPkg/IntelFrameworkPkg.dec
65
66
67 ################################################################################
68 #
69 # Library Class Section - list of Library Classes that are required for
70 # this module.
71 #
72 ################################################################################
73
74 [LibraryClasses]
75 PcdLib
76 ReportStatusCodeLib
77 UefiBootServicesTableLib
78 MemoryAllocationLib
79 BaseMemoryLib
80 DevicePathLib
81 UefiLib
82 BaseLib
83 UefiDriverEntryPoint
84 DebugLib
85
86
87 ################################################################################
88 #
89 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
90 # that this module uses or produces.
91 #
92 ################################################################################
93
94 [Protocols]
95 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
96 gEfiSerialIoProtocolGuid # PROTOCOL BY_START
97 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
98
99
100 ################################################################################
101 #
102 # Pcd FEATURE_FLAG - list of PCDs that this module is coded for.
103 #
104 ################################################################################
105
106 [PcdsFeatureFlag.common]
107 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid
108