]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/VariableInfo/VariableInfo.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
cd5ebaa0 10# This program and the accompanying materials\r
33a5a666
A
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
6bfbb5f0 17##\r
33a5a666
A
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = VariableInfo\r
6036e94d 22 MODULE_UNI_FILE = VariableInfo.uni\r
33a5a666
A
23 FILE_GUID = 202A2922-8C27-4943-9855-26180BF9F113\r
24 MODULE_TYPE = UEFI_APPLICATION\r
25 VERSION_STRING = 1.0\r
33a5a666
A
26 ENTRY_POINT = UefiMain\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
de005223 31# VALID_ARCHITECTURES = IA32 X64 EBC\r
33a5a666
A
32#\r
33\r
6bfbb5f0 34[Sources]\r
33a5a666
A
35 VariableInfo.c\r
36\r
33a5a666
A
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
33a5a666 41[LibraryClasses]\r
33a5a666
A
42 UefiApplicationEntryPoint\r
43 UefiLib\r
627e117a
SZ
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 MemoryAllocationLib\r
47\r
48[Protocols]\r
49 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES\r
50\r
51 ## UNDEFINED # Used to do smm communication\r
52 ## SOMETIMES_CONSUMES\r
53 gEfiSmmVariableProtocolGuid\r
33a5a666
A
54\r
55[Guids]\r
faf3de9b
SZ
56 gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
57 gEfiVariableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
58 gEdkiiPiSmmCommunicationRegionTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
6036e94d
SZ
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 VariableInfoExtra.uni\r