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