]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Application / MemoryProfileInfo / MemoryProfileInfo.inf
1 ## @file
2 # Shell application to dump UEFI memory and SMRAM profile information.
3 #
4 # Note that if the feature is not enabled by setting PcdMemoryProfilePropertyMask,
5 # the application will not display memory profile information.
6 #
7 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = MemoryProfileInfo
15 MODULE_UNI_FILE = MemoryProfileInfo.uni
16 FILE_GUID = 21429B90-5F67-4e93-AF55-1D314D646E12
17 MODULE_TYPE = UEFI_APPLICATION
18 VERSION_STRING = 1.0
19 ENTRY_POINT = UefiMain
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 MemoryProfileInfo.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34 [LibraryClasses]
35 UefiApplicationEntryPoint
36 BaseLib
37 BaseMemoryLib
38 UefiBootServicesTableLib
39 UefiRuntimeServicesTableLib
40 DebugLib
41 UefiLib
42 MemoryAllocationLib
43 DxeServicesLib
44 PrintLib
45
46 [Guids]
47 ## SOMETIMES_CONSUMES ## GUID # Locate protocol
48 ## SOMETIMES_CONSUMES ## GUID # SmiHandlerRegister
49 gEdkiiMemoryProfileGuid
50 gEdkiiPiSmmCommunicationRegionTableGuid ## SOMETIMES_CONSUMES ## SystemTable
51
52 [Protocols]
53 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES
54
55 [UserExtensions.TianoCore."ExtraFiles"]
56 MemoryProfileInfoExtra.uni