]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
64a169d9eb2d4c4ab5abf2652ba31f993d6f5062
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
1 ## @file
2 # Generates ISA I/O Protocols based on the ISA ACPI Protocol instances.
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 an LPC bridge.
8 #
9 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = IsaBusDxe
17 MODULE_UNI_FILE = IsaBusDxe.uni
18 FILE_GUID = 240612B5-A063-11d4-9A3A-0090273FC14D
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializeIsaBus
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 # DRIVER_BINDING = gIsaBusControllerDriver
26 # COMPONENT_NAME = gIsaBusComponentName;
27 # COMPONENT_NAME2 = gIsaBusComponentName2;
28 #
29
30 [Sources]
31 ComponentName.c
32 IsaIo.c
33 IsaBus.c
34 InternalIsaIo.h
35 InternalIsaBus.h
36 ComponentName.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 IntelFrameworkPkg/IntelFrameworkPkg.dec
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 PcdLib
46 ReportStatusCodeLib
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 DevicePathLib
51 UefiLib
52 UefiDriverEntryPoint
53 DebugLib
54
55 [Protocols]
56 gEfiIsaIoProtocolGuid ## BY_START
57 gEfiDevicePathProtocolGuid ## BY_START
58 gEfiIsaAcpiProtocolGuid ## TO_START
59 gEfiPciIoProtocolGuid ## TO_START
60 gEfiDevicePathProtocolGuid ## TO_START
61 gEfiGenericMemTestProtocolGuid ## TO_START
62
63 [Pcd]
64 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures ## CONSUMES
65
66 [UserExtensions.TianoCore."ExtraFiles"]
67 IsaBusDxeExtra.uni