]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciHostBridgeDxe / PciHostBridgeDxe.inf
1 ## @file
2 # Generic PCI Host Bridge driver.
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PciHostBridgeDxe
14 FILE_GUID = 128FB770-5E79-4176-9E51-9BB268A17DD1
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = InitializePciHostBridge
18
19 [Sources]
20 PciHostBridge.h
21 PciRootBridge.h
22 PciHostBridge.c
23 PciRootBridgeIo.c
24 PciHostResource.h
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29
30 [LibraryClasses]
31 UefiDriverEntryPoint
32 UefiBootServicesTableLib
33 DebugLib
34 DxeServicesTableLib
35 DevicePathLib
36 BaseMemoryLib
37 BaseLib
38 PciSegmentLib
39 UefiLib
40 PciHostBridgeLib
41 TimerLib
42
43 [Protocols]
44 gEfiCpuIo2ProtocolGuid ## CONSUMES
45 gEfiDevicePathProtocolGuid ## BY_START
46 gEfiPciRootBridgeIoProtocolGuid ## BY_START
47 gEfiPciHostBridgeResourceAllocationProtocolGuid ## BY_START
48 gEdkiiIoMmuProtocolGuid ## SOMETIMES_CONSUMES
49
50 [Depex]
51 gEfiCpuIo2ProtocolGuid AND
52 gEfiCpuArchProtocolGuid