mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
39 lines
1.1 KiB
INI
39 lines
1.1 KiB
INI
## @file
|
|
# Instance of Memory Profile Library using the EDK II Memory Profile Protocol.
|
|
#
|
|
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = UefiMemoryAllocationProfileLib
|
|
MODULE_UNI_FILE = UefiMemoryAllocationProfileLib.uni
|
|
FILE_GUID = 9E8A380A-231E-41E4-AD40-5E706196B853
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = MemoryProfileLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
|
CONSTRUCTOR = MemoryProfileLibConstructor
|
|
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
|
#
|
|
|
|
[Sources]
|
|
DxeMemoryProfileLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
DebugLib
|
|
UefiBootServicesTableLib
|
|
|
|
[Guids]
|
|
gEdkiiMemoryProfileGuid ## SOMETIMES_CONSUMES ## GUID # Locate protocol
|
|
|