]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / UefiMemoryAllocationLib / UefiMemoryAllocationLib.inf
1 ## @file
2 # Instance of Memory Allocation Library using EFI Boot Services.
3 #
4 # Memory Allocation Library that uses EFI Boot Services to allocate
5 # and free memory.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = UefiMemoryAllocationLib
17 MODULE_UNI_FILE = UefiMemoryAllocationLib.uni
18 FILE_GUID = 4674739d-3195-4fb2-8094-ac1d22d00194
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = MemoryAllocationLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 MemoryAllocationLib.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 DebugLib
35 BaseMemoryLib
36 UefiBootServicesTableLib
37