]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
bed1d3725297e5fbe83f0c5e974da96743bbfb3e
[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 - 2010, Intel Corporation. All rights reserved.<BR>
6 # 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
23 ENTRY_POINT = InitializePciHostBridge
24
25 [Packages]
26 MdePkg/MdePkg.dec
27
28 [LibraryClasses]
29 UefiDriverEntryPoint
30 UefiBootServicesTableLib
31 DxeServicesTableLib
32 UefiLib
33 MemoryAllocationLib
34 BaseMemoryLib
35 BaseLib
36 DebugLib
37 DevicePathLib
38 IoLib
39 PciLib
40
41 [Sources]
42 PciHostBridge.c
43 PciRootBridgeIo.c
44 PciHostBridge.h
45 IoFifo.h
46
47 [Sources.IA32]
48 Ia32/IoFifo.asm
49 Ia32/IoFifo.S
50
51 [Sources.X64]
52 X64/IoFifo.asm
53 X64/IoFifo.S
54
55 [Protocols]
56 gEfiPciHostBridgeResourceAllocationProtocolGuid
57 gEfiPciRootBridgeIoProtocolGuid
58 gEfiMetronomeArchProtocolGuid
59 gEfiDevicePathProtocolGuid
60
61 [depex]
62 gEfiMetronomeArchProtocolGuid
63