]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
CorebootPayloadPkg: Consume PlatformHookLib in PlatformBootManagerLib
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciHostBridgeDxe / PciHostBridgeDxe.inf
CommitLineData
4a50cf4e
RN
1## @file\r
2# Generic PCI Host Bridge driver.\r
3#\r
4# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PciHostBridgeDxe\r
19 FILE_GUID = 128FB770-5E79-4176-9E51-9BB268A17DD1\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = InitializePciHostBridge\r
23\r
24[Sources]\r
25 PciHostBridge.h\r
26 PciRootBridge.h\r
27 PciHostBridge.c\r
28 PciRootBridgeIo.c\r
29 PciHostResource.h\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 DebugLib\r
39 DxeServicesTableLib\r
40 DevicePathLib\r
41 BaseMemoryLib\r
42 BaseLib\r
43 PciSegmentLib\r
44 PciHostBridgeLib\r
45\r
46[Protocols]\r
47 gEfiMetronomeArchProtocolGuid ## CONSUMES\r
48 gEfiCpuIo2ProtocolGuid ## CONSUMES\r
49 gEfiDevicePathProtocolGuid ## BY_START\r
50 gEfiPciRootBridgeIoProtocolGuid ## BY_START\r
51 gEfiPciHostBridgeResourceAllocationProtocolGuid ## BY_START\r
52\r
53[Depex]\r
54 gEfiCpuIo2ProtocolGuid AND\r
55 gEfiMetronomeArchProtocolGuid\r