]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / GuardUefiMemoryAllocationLib / GuardUefiMemoryAllocationLib.inf
CommitLineData
1d7ac5a6 1## @file\r
2# Instance of Memory Allocation Library using EFI Boot Services.\r
3#\r
4# Memory Allocation Library that uses EFI Boot Services to allocate\r
5# and free memory. Calls OS malloc to enable OS based debug tools\r
6#\r
ba6037f8 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
1d7ac5a6 8#\r
e3ba31da 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
1d7ac5a6 10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = GuardUefiMemoryAllocationLib\r
17 FILE_GUID = DB290230-3EFA-064F-A317-E146925684FE\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
ba6037f8 20 LIBRARY_CLASS = MemoryAllocationLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_CORE\r
1d7ac5a6 21\r
22#\r
ba6037f8 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
1d7ac5a6 24#\r
25\r
26[Sources]\r
27 MemoryAllocationLib.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
bb89ec1a 31 EmulatorPkg/EmulatorPkg.dec\r
1d7ac5a6 32\r
33[LibraryClasses]\r
34 DebugLib\r
35 BaseMemoryLib\r
36 UefiBootServicesTableLib\r
37 EmuThunkLib\r