]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
Cleanup the license header
[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
f8cd287b 5# Copyright (c) 2007, 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
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = InitializeIsaSerial\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# DRIVER_BINDING = gSerialControllerDriver \r
34# COMPONENT_NAME = gIsaSerialComponentName \r
35#\r
36\r
637ff819 37[Sources.common]\r
38 ComponentName.c\r
39 ComponentName.h\r
40 serial.h\r
41 serial.c\r
42\r
43\r
637ff819 44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48\r
49\r
637ff819 50[LibraryClasses]\r
51 PcdLib\r
52 ReportStatusCodeLib\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 DevicePathLib\r
57 UefiLib\r
58 BaseLib\r
59 UefiDriverEntryPoint\r
60 DebugLib\r
61\r
62\r
637ff819 63[Protocols]\r
64 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
65 gEfiSerialIoProtocolGuid # PROTOCOL BY_START\r
66 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
67\r
68\r
637ff819 69[PcdsFeatureFlag.common]\r
70 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid\r
71\r