]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / 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 - 2018, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = IsaBusDxe
19 MODULE_UNI_FILE = IsaBusDxe.uni
20 FILE_GUID = DCBE6D66-D928-4138-8041-358F35CBCF80
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeIsaBus
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30 # DRIVER_BINDING = gIsaBusDriverBinding
31 # COMPONENT_NAME = gIsaBusComponentName
32 # COMPONENT_NAME2 = gIsaBusComponentName2
33 #
34
35 [Sources]
36 IsaBusDxe.h
37 IsaBusDxe.c
38 ComponentName.h
39 ComponentName.c
40
41 [Packages]
42 MdePkg/MdePkg.dec
43
44 [LibraryClasses]
45 UefiDriverEntryPoint
46 UefiBootServicesTableLib
47 BaseLib
48 BaseMemoryLib
49 MemoryAllocationLib
50 UefiLib
51 DebugLib
52
53 [Protocols]
54 ## CONSUMES
55 ## PRODUCES
56 gEfiIsaHcProtocolGuid
57 gEfiIsaHcServiceBindingProtocolGuid ## PRODUCES
58
59 [UserExtensions.TianoCore."ExtraFiles"]
60 IsaBusDxeExtra.uni