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