]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Application/VariableInfo/VariableInfo.inf
MdeModulePkg VariableInfo: Use fixed buffer for smm comm buffer
[mirror_edk2.git] / MdeModulePkg / Application / VariableInfo / VariableInfo.inf
... / ...
CommitLineData
1## @file\r
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
6# Note that if Variable Dxe/Smm driver doesn't enable the feature by setting PcdVariableCollectStatistics\r
7# as TRUE, the application will not display variable statistical information.\r
8#\r
9# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
10# This program and the accompanying materials\r
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
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = VariableInfo\r
22 MODULE_UNI_FILE = VariableInfo.uni\r
23 FILE_GUID = 202A2922-8C27-4943-9855-26180BF9F113\r
24 MODULE_TYPE = UEFI_APPLICATION\r
25 VERSION_STRING = 1.0\r
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
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 VariableInfo.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiApplicationEntryPoint\r
43 UefiLib\r
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
54\r
55[Guids]\r
56 gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
57 gEfiVariableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
58 gEdkiiPiSmmCommunicationRegionTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 VariableInfoExtra.uni\r