]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationProfileLib.inf
CommitLineData
e2735692
SZ
1## @file\r
2# Memory Allocation/Profile Library instance dedicated to DXE Core.\r
3# The implementation borrows the DxeCore Memory Allocation/profile services as the primitive\r
4# for memory allocation/profile instead of using UEFI boot services or memory profile protocol in an indirect way.\r
5# It is assumed that this library instance must be linked with DxeCore in this package.\r
6#\r
de005223 7# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
e2735692
SZ
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeCoreMemoryAllocationProfileLib\r
22 MODULE_UNI_FILE = DxeCoreMemoryAllocationProfileLib.uni\r
23 FILE_GUID = 7ADD7147-74E8-4583-BE34-B6BC45353BB5\r
24 MODULE_TYPE = DXE_CORE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = MemoryAllocationLib|DXE_CORE\r
27 LIBRARY_CLASS = MemoryProfileLib|DXE_CORE\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
e2735692
SZ
33#\r
34\r
35[Sources]\r
36 MemoryAllocationLib.c\r
37 DxeCoreMemoryAllocationServices.h\r
38 DxeCoreMemoryProfileLib.c\r
39 DxeCoreMemoryProfileServices.h\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 DebugLib\r
47 BaseMemoryLib\r
48\r