]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
c21fc3e8 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
6bfbb5f0 9# Copyright (c) 2007 - 2010, 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
6bfbb5f0 18##\r
c21fc3e8 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 ENTRY_POINT = InitializeIsaBus\r
27\r
59f1d892 28#\r
c21fc3e8 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
59f1d892 30# DRIVER_BINDING = gIsaBusControllerDriver\r
31# COMPONENT_NAME = gIsaBusComponentName;\r
32# COMPONENT_NAME2 = gIsaBusComponentName2;\r
33#\r
c21fc3e8 34\r
6bfbb5f0 35[Sources]\r
c21fc3e8 36 ComponentName.c\r
37 IsaIo.c\r
38 IsaBus.c\r
1cf79a5e 39 InternalIsaIo.h\r
40 InternalIsaBus.h\r
c21fc3e8 41 ComponentName.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
888b8afb 46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
c21fc3e8 47 MdeModulePkg/MdeModulePkg.dec\r
48\r
49[LibraryClasses]\r
50 PcdLib\r
c21fc3e8 51 ReportStatusCodeLib\r
52 UefiBootServicesTableLib\r
53 MemoryAllocationLib\r
54 BaseMemoryLib\r
55 DevicePathLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59\r
c21fc3e8 60[Protocols]\r
61 gEfiIsaIoProtocolGuid # PROTOCOL BY_START\r
62 gEfiIsaAcpiProtocolGuid # PROTOCOL TO_START\r
63 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
64 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
65 gEfiGenericMemTestProtocolGuid # PROTOCOL TO_START\r
66\r
6bfbb5f0 67[Pcd]\r
10c1a4ca 68 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures\r
c21fc3e8 69\r
1a8802f7 70\r