]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / BaseMemoryAllocationLibNull / BaseMemoryAllocationLibNull.inf
1 ## @file
2 # Null instance of Memory Allocation Library.
3 #
4 # Copyright (c) 2007 - 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 = BaseMemoryAllocationLibNull
15 MODULE_UNI_FILE = BaseMemoryAllocationLibNull.uni
16 FILE_GUID = fd56f5d6-f194-448f-be69-c0cbb0c281af
17 MODULE_TYPE = BASE
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = MemoryAllocationLib
20
21
22 #
23 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
24 #
25
26 [Sources]
27 BaseMemoryAllocationLibNull.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31
32 [LibraryClasses]
33 DebugLib