]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PciHostBridgeLibNull / PciHostBridgeLibNull.inf
1 ## @file
2 # Null instance of PCI Host Bridge Library with empty functions.
3 #
4 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PciHostBridgeLibNull
14 MODULE_UNI_FILE = PciHostBridgeLibNull.uni
15 FILE_GUID = A19A6C36-7053-4E2C-8BD0-E8286230E473
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PciHostBridgeLib
19
20 #
21 # The following information is for reference only and not required by the build
22 # tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 PciHostBridgeLibNull.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec