]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
MdeModulePkg/AtaAtapiPassThru: Revert patch to disable Bus Master
[mirror_edk2.git] / MdeModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
CommitLineData
9834b6c1
RN
1## @file\r
2# ISA Bus driver to manage the child devices attached to the ISA Host Controller.\r
3#\r
4# This driver follows UEFI driver model and layers on ISA HC protocol defined\r
5# in PI spec 1.2.1. It consumes the ISA Host Controller protocol produced by\r
6# the ISA Host Controller and installs the ISA Host Controller Service Binding\r
7# protocol on the ISA Host Controller's handle.\r
8#\r
9# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# 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
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = IsaBusDxe\r
d6a55a12 24 MODULE_UNI_FILE = IsaBusDxe.uni\r
9834b6c1
RN
25 FILE_GUID = DCBE6D66-D928-4138-8041-358F35CBCF80\r
26 MODULE_TYPE = UEFI_DRIVER\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = InitializeIsaBus\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35# DRIVER_BINDING = gIsaBusDriverBinding\r
36# COMPONENT_NAME = gIsaBusComponentName\r
37# COMPONENT_NAME2 = gIsaBusComponentName2\r
38#\r
39\r
40[Sources]\r
41 IsaBusDxe.h\r
42 IsaBusDxe.c\r
43 ComponentName.h\r
44 ComponentName.c\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48\r
49[LibraryClasses]\r
50 UefiDriverEntryPoint\r
51 UefiBootServicesTableLib\r
52 BaseLib\r
53 BaseMemoryLib\r
54 MemoryAllocationLib\r
55 UefiLib\r
56 DebugLib\r
57\r
58[Protocols]\r
232bdc0c
QS
59 ## CONSUMES \r
60 ## PRODUCES\r
61 gEfiIsaHcProtocolGuid \r
62 gEfiIsaHcServiceBindingProtocolGuid ## PRODUCES\r
d6a55a12
LG
63\r
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 IsaBusDxeExtra.uni\r