]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
MdeModulePkg: Unify the definitions of size_t
[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 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x0001001B
14 BASE_NAME = BaseHobLibNull
15 MODULE_UNI_FILE = BaseHobLibNull.uni
16 FILE_GUID = a89dea6f-c9a0-40be-903c-7cac2ef8a0e7
17 MODULE_TYPE = BASE
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = HobLib
20
21
22 #
23 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
24 #
25
26 [Sources]
27 BaseHobLibNull.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31
32 [LibraryClasses]
33 DebugLib