• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#  Library instance of PciHostBridgeLib library class for coreboot.
3#
4#  Copyright (C) 2016, Red Hat, Inc.
5#  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
6#
7#  This program and the accompanying materials are licensed and made available
8#  under the terms and conditions of the BSD License which accompanies this
9#  distribution. The full text of the license may be found at
10#  http://opensource.org/licenses/bsd-license.php
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
13#  IMPLIED.
14#
15#
16##
17
18[Defines]
19  INF_VERSION                    = 0x00010005
20  BASE_NAME                      = PciHostBridgeLib
21  FILE_GUID                      = 62EE5269-CFFD-43a3-BE3F-622FC79F467E
22  MODULE_TYPE                    = BASE
23  VERSION_STRING                 = 1.0
24  LIBRARY_CLASS                  = PciHostBridgeLib
25
26#
27# The following information is for reference only and not required by the build
28# tools.
29#
30#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
31#
32
33[Sources]
34  PciHostBridge.h
35  PciHostBridgeLib.c
36  PciHostBridgeSupport.c
37
38[Packages]
39  MdeModulePkg/MdeModulePkg.dec
40  MdePkg/MdePkg.dec
41
42[LibraryClasses]
43  BaseMemoryLib
44  DebugLib
45  DevicePathLib
46  MemoryAllocationLib
47  PciLib
48