]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
CommitLineData
21b404d1 1#/** @file\r
2#\r
3# Component description file a sinngle segment PCI Host Bridge driver.\r
4#\r
5# Copyright (c) 2008 - 2009, Intel Corporation. <BR>\r
6# All rights reserved. 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# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13# \r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PciHostBridge\r
19 FILE_GUID = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x0002000A\r
24\r
25 ENTRY_POINT = InitializePciHostBridge\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
30\r
31[LibraryClasses]\r
32 UefiDriverEntryPoint\r
33 UefiBootServicesTableLib\r
34 DxeServicesTableLib\r
35 UefiLib\r
36 MemoryAllocationLib\r
37 BaseMemoryLib\r
38 BaseLib\r
39 DebugLib\r
40 DevicePathLib\r
41 \r
42[Sources]\r
43 PciHostBridge.c\r
44 PciRootBridgeIo.c\r
45 PciHostBridge.h\r
46\r
47[Protocols]\r
48 gEfiPciHostBridgeResourceAllocationProtocolGuid\r
49 gEfiPciRootBridgeIoProtocolGuid\r
8e9778c9 50 gEfiCpuIo2ProtocolGuid \r
21b404d1 51 gEfiMetronomeArchProtocolGuid\r
52 gEfiDevicePathProtocolGuid\r
53\r
54[depex]\r
8e9778c9 55 gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid\r