]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
Add generic HPET Timer DXE Driver and support libraries
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
... / ...
CommitLineData
1## @file\r
2#\r
3# Component description file a sinngle segment PCI Host Bridge driver.\r
4#\r
5# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
6# 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\r
23 ENTRY_POINT = InitializePciHostBridge\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27\r
28[LibraryClasses]\r
29 UefiDriverEntryPoint\r
30 UefiBootServicesTableLib\r
31 DxeServicesTableLib\r
32 UefiLib\r
33 MemoryAllocationLib\r
34 BaseMemoryLib\r
35 BaseLib\r
36 DebugLib\r
37 DevicePathLib\r
38 IoLib\r
39 PciLib\r
40\r
41[Sources]\r
42 PciHostBridge.c\r
43 PciRootBridgeIo.c\r
44 PciHostBridge.h\r
45\r
46[Protocols]\r
47 gEfiPciHostBridgeResourceAllocationProtocolGuid\r
48 gEfiPciRootBridgeIoProtocolGuid\r
49 gEfiMetronomeArchProtocolGuid\r
50 gEfiDevicePathProtocolGuid\r
51\r
52[depex]\r
53 gEfiMetronomeArchProtocolGuid\r
54\r