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