]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/VariableInfo/VariableInfo.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Application / VariableInfo / VariableInfo.inf
CommitLineData
6bfbb5f0 1## @file\r
627e117a
SZ
2# A shell application that displays statistical information about variable usage.\r
3#\r
4# This application can display statistical information about variable usage for SMM variable\r
5# driver and non-SMM variable driver.\r
faf3de9b 6# Note that if Variable Dxe/Smm driver doesn't enable the feature by setting PcdVariableCollectStatistics\r
627e117a 7# as TRUE, the application will not display variable statistical information.\r
5e895e6a 8#\r
de005223 9# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
33a5a666 11#\r
6bfbb5f0 12##\r
33a5a666
A
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = VariableInfo\r
6036e94d 17 MODULE_UNI_FILE = VariableInfo.uni\r
33a5a666
A
18 FILE_GUID = 202A2922-8C27-4943-9855-26180BF9F113\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
33a5a666
A
21 ENTRY_POINT = UefiMain\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
33a5a666
A
27#\r
28\r
6bfbb5f0 29[Sources]\r
33a5a666
A
30 VariableInfo.c\r
31\r
33a5a666
A
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
33a5a666 36[LibraryClasses]\r
33a5a666
A
37 UefiApplicationEntryPoint\r
38 UefiLib\r
627e117a
SZ
39 UefiBootServicesTableLib\r
40 BaseMemoryLib\r
41 MemoryAllocationLib\r
42\r
43[Protocols]\r
789ea79e 44 gEfiMmCommunication2ProtocolGuid ## SOMETIMES_CONSUMES\r
627e117a
SZ
45\r
46 ## UNDEFINED # Used to do smm communication\r
47 ## SOMETIMES_CONSUMES\r
48 gEfiSmmVariableProtocolGuid\r
33a5a666
A
49\r
50[Guids]\r
faf3de9b
SZ
51 gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
52 gEfiVariableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
53 gEdkiiPiSmmCommunicationRegionTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
6036e94d
SZ
54\r
55[UserExtensions.TianoCore."ExtraFiles"]\r
56 VariableInfoExtra.uni\r