]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
MdeModulePkg: implement NULL instance of MemoryAllocationLib library class
[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 # 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 = BaseMemoryAllocationLibNull
20 MODULE_UNI_FILE = BaseMemoryAllocationLibNull.uni
21 FILE_GUID = fd56f5d6-f194-448f-be69-c0cbb0c281af
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = MemoryAllocationLib
25
26
27 #
28 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
29 #
30
31 [Sources]
32 BaseMemoryAllocationLibNull.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36
37 [LibraryClasses]
38 DebugLib