]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerial.inf
Import IsaSerialDxe in IntelFrameworkModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaSerialDxe / IsaSerial.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 # All rights reserved.
8 # This software and associated documentation (if any) is furnished
9 # under a license and may only be used or copied in accordance
10 # with the terms of the license. Except as permitted by such
11 # license, no part of this software or documentation may be
12 # reproduced, stored in a retrieval system, or transmitted in any
13 # form or by any means without the express written consent of
14 # Intel Corporation.
15 #
16 #
17 #**/
18
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = IsaSerial
27 FILE_GUID = 93B80003-9FB3-11d4-9A3A-0090273FC14D
28 MODULE_TYPE = DXE_DRIVER
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = InitializeIsaSerial
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
39 #
40 # DRIVER_BINDING = gSerialControllerDriver
41 # COMPONENT_NAME = gIsaSerialComponentName
42 #
43
44 ################################################################################
45 #
46 # Sources Section - list of files that are required for the build to succeed.
47 #
48 ################################################################################
49
50 [Sources.common]
51 ComponentName.c
52 ComponentName.h
53 serial.h
54 serial.c
55
56
57 ################################################################################
58 #
59 # Package Dependency Section - list of Package files that are required for
60 # this module.
61 #
62 ################################################################################
63
64 [Packages]
65 MdePkg/MdePkg.dec
66 MdeModulePkg/MdeModulePkg.dec
67 IntelFrameworkPkg/IntelFrameworkPkg.dec
68
69
70 ################################################################################
71 #
72 # Library Class Section - list of Library Classes that are required for
73 # this module.
74 #
75 ################################################################################
76
77 [LibraryClasses]
78 PcdLib
79 ReportStatusCodeLib
80 UefiBootServicesTableLib
81 MemoryAllocationLib
82 BaseMemoryLib
83 DevicePathLib
84 UefiLib
85 BaseLib
86 UefiDriverEntryPoint
87 DebugLib
88
89
90 ################################################################################
91 #
92 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
93 # that this module uses or produces.
94 #
95 ################################################################################
96
97 [Protocols]
98 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
99 gEfiSerialIoProtocolGuid # PROTOCOL BY_START
100 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
101
102
103 ################################################################################
104 #
105 # Pcd FEATURE_FLAG - list of PCDs that this module is coded for.
106 #
107 ################################################################################
108
109 [PcdsFeatureFlag.common]
110 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid
111