]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[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. <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
23 ENTRY_POINT = InitializePciHostBridge
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 IntelFrameworkPkg/IntelFrameworkPkg.dec
28
29 [LibraryClasses]
30 UefiDriverEntryPoint
31 UefiBootServicesTableLib
32 DxeServicesTableLib
33 UefiLib
34 MemoryAllocationLib
35 BaseMemoryLib
36 BaseLib
37 DebugLib
38 DevicePathLib
39
40 [Sources]
41 PciHostBridge.c
42 PciRootBridgeIo.c
43 PciHostBridge.h
44
45 [Protocols]
46 gEfiPciHostBridgeResourceAllocationProtocolGuid
47 gEfiPciRootBridgeIoProtocolGuid
48 gEfiCpuIo2ProtocolGuid
49 gEfiMetronomeArchProtocolGuid
50 gEfiDevicePathProtocolGuid
51
52 [depex]
53 gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid