]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / GuardUefiMemoryAllocationLib / GuardUefiMemoryAllocationLib.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. Calls OS malloc to enable OS based debug tools
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 = GuardUefiMemoryAllocationLib
17 FILE_GUID = DB290230-3EFA-064F-A317-E146925684FE
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = MemoryAllocationLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_CORE
21
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 MemoryAllocationLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 EmulatorPkg/EmulatorPkg.dec
32
33 [LibraryClasses]
34 DebugLib
35 BaseMemoryLib
36 UefiBootServicesTableLib
37 EmuThunkLib