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