]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
MdeModulePkg: implement NULL instance of HobLib library class
[mirror_edk2.git] / MdeModulePkg / Library / BaseHobLibNull / BaseHobLibNull.inf
1 ## @file
2 # Null instance of HOB Library.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this 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 IMPLIED.
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x0001001B
19 BASE_NAME = BaseHobLibNull
20 MODULE_UNI_FILE = BaseHobLibNull.uni
21 FILE_GUID = a89dea6f-c9a0-40be-903c-7cac2ef8a0e7
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = HobLib
25
26
27 #
28 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
29 #
30
31 [Sources]
32 BaseHobLibNull.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36
37 [LibraryClasses]
38 DebugLib