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