]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
CommitLineData
7b202cb0 1## @file\r
21b404d1 2#\r
3# Component description file a sinngle segment PCI Host Bridge driver.\r
4#\r
7b202cb0 5# Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
21b404d1 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
7b202cb0 14##\r
21b404d1 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
21b404d1 22\r
23 ENTRY_POINT = InitializePciHostBridge\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
28\r
29[LibraryClasses]\r
30 UefiDriverEntryPoint\r
31 UefiBootServicesTableLib\r
32 DxeServicesTableLib\r
33 UefiLib\r
34 MemoryAllocationLib\r
35 BaseMemoryLib\r
36 BaseLib\r
37 DebugLib\r
38 DevicePathLib\r
39 \r
40[Sources]\r
41 PciHostBridge.c\r
42 PciRootBridgeIo.c\r
43 PciHostBridge.h\r
44\r
45[Protocols]\r
46 gEfiPciHostBridgeResourceAllocationProtocolGuid\r
47 gEfiPciRootBridgeIoProtocolGuid\r
8e9778c9 48 gEfiCpuIo2ProtocolGuid \r
21b404d1 49 gEfiMetronomeArchProtocolGuid\r
50 gEfiDevicePathProtocolGuid\r
51\r
52[depex]\r
8e9778c9 53 gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid\r