]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
DuetPkg: Convert all .uni files to utf-8
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
... / ...
CommitLineData
1## @file\r
2# The basic interfaces implementation to a single segment PCI Host Bridge\r
3# driver.\r
4#\r
5# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this\r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
14# IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PciHostBridge\r
21 MODULE_UNI_FILE = PciHostBridge.uni\r
22 FILE_GUID = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = InitializePciHostBridge\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.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 IoLib\r
42 PciLib\r
43\r
44[Sources]\r
45 PciHostBridge.c\r
46 PciRootBridgeIo.c\r
47 PciHostBridge.h\r
48 IoFifo.h\r
49\r
50[Sources.IA32]\r
51 Ia32/IoFifo.asm\r
52 Ia32/IoFifo.S\r
53\r
54[Sources.X64]\r
55 X64/IoFifo.asm\r
56 X64/IoFifo.S\r
57\r
58[Protocols]\r
59 gEfiPciHostBridgeResourceAllocationProtocolGuid ## PRODUCES\r
60 gEfiPciRootBridgeIoProtocolGuid ## PRODUCES\r
61 gEfiMetronomeArchProtocolGuid ## CONSUMES\r
62 gEfiDevicePathProtocolGuid ## PRODUCES\r
63\r
64[depex]\r
65 gEfiMetronomeArchProtocolGuid\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 PciHostBridgeExtra.uni\r