]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
Merge 3 PCDs for the ISA Bus Driver to a single PCD that is a bitmask of features.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
CommitLineData
c21fc3e8 1#/** @file\r
2# Component description file for IsaBus module.\r
3#\r
6fcb2d91 4# Discovers all the ISA Controllers and their resources by using the ISA ACPI \r
5# Protocol, produces an instance of the ISA I/O Protocol for every ISA \r
6# Controller found. This driver is designed to manage a PCI-to-ISA bridge Device\r
7# such as LPC bridge.\r
c21fc3e8 8#\r
4ee6846f 9# Copyright (c) 2007 - 2009, Intel Corporation\r
c21fc3e8 10#\r
f8cd287b 11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
c21fc3e8 15#\r
f8cd287b 16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
c21fc3e8 18#**/\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = IsaBusDxe\r
23 FILE_GUID = 240612B5-A063-11d4-9A3A-0090273FC14D\r
1a8802f7 24 MODULE_TYPE = UEFI_DRIVER\r
c21fc3e8 25 VERSION_STRING = 1.0\r
c21fc3e8 26 EFI_SPECIFICATION_VERSION = 0x00020000\r
c21fc3e8 27 ENTRY_POINT = InitializeIsaBus\r
28\r
59f1d892 29#\r
c21fc3e8 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
59f1d892 31# DRIVER_BINDING = gIsaBusControllerDriver\r
32# COMPONENT_NAME = gIsaBusComponentName;\r
33# COMPONENT_NAME2 = gIsaBusComponentName2;\r
34#\r
c21fc3e8 35\r
36[Sources.common]\r
37 ComponentName.c\r
38 IsaIo.c\r
39 IsaBus.c\r
1cf79a5e 40 InternalIsaIo.h\r
41 InternalIsaBus.h\r
c21fc3e8 42 ComponentName.h\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
888b8afb 47 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
c21fc3e8 48 MdeModulePkg/MdeModulePkg.dec\r
49\r
50[LibraryClasses]\r
51 PcdLib\r
c21fc3e8 52 ReportStatusCodeLib\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 DevicePathLib\r
57 UefiLib\r
58 UefiDriverEntryPoint\r
59 DebugLib\r
60\r
c21fc3e8 61[Protocols]\r
62 gEfiIsaIoProtocolGuid # PROTOCOL BY_START\r
63 gEfiIsaAcpiProtocolGuid # PROTOCOL TO_START\r
64 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
65 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
66 gEfiGenericMemTestProtocolGuid # PROTOCOL TO_START\r
67\r
10c1a4ca 68[Pcd.common]\r
69 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures\r
c21fc3e8 70\r
1a8802f7 71\r