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