]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
282e65433f6a23080867da761bf4a726713f7c05
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
1 #/** @file
2 #
3 # Component description file a sinngle segment PCI Host Bridge driver.
4 #
5 # Copyright (c) 2008 - 2009, Intel Corporation. <BR>
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = PciHostBridge
19 FILE_GUID = 2383608E-C6D0-4e3e-858D-45DFAC3543D5
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 EDK_RELEASE_VERSION = 0x00020000
23 EFI_SPECIFICATION_VERSION = 0x0002000A
24
25 ENTRY_POINT = InitializePciHostBridge
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 IntelFrameworkPkg/IntelFrameworkPkg.dec
30
31 [LibraryClasses]
32 UefiDriverEntryPoint
33 UefiBootServicesTableLib
34 DxeServicesTableLib
35 UefiLib
36 MemoryAllocationLib
37 BaseMemoryLib
38 BaseLib
39 DebugLib
40 DevicePathLib
41
42 [Sources]
43 PciHostBridge.c
44 PciRootBridgeIo.c
45 PciHostBridge.h
46
47 [Protocols]
48 gEfiPciHostBridgeResourceAllocationProtocolGuid
49 gEfiPciRootBridgeIoProtocolGuid
50 gEfiCpuIo2ProtocolGuid
51 gEfiMetronomeArchProtocolGuid
52 gEfiDevicePathProtocolGuid
53
54 [depex]
55 gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid