]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Application/VariableInfo/VariableInfo.inf
Vlv2TbltDevicePkg: Use the merged Variable driver
[mirror_edk2.git] / SecurityPkg / Application / VariableInfo / VariableInfo.inf
CommitLineData
0c18794e 1## @file\r
60c944c7 2# A shell application that displays statistical information about variable usage\r
0c18794e 3#\r
60c944c7
DG
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 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) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
0c18794e 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
60c944c7 22 MODULE_UNI_FILE = VariableInfo.uni\r
0c18794e 23 FILE_GUID = B9EF901F-A2A2-4fc8-8D2B-3A2E07B301CC\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\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiApplicationEntryPoint\r
45 UefiLib\r
46 UefiBootServicesTableLib\r
47 BaseMemoryLib\r
48 MemoryAllocationLib\r
49\r
50[Protocols]\r
60c944c7
DG
51 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES\r
52 \r
53 ## UNDEFINED # Used to do smm communication\r
54 ## SOMETIMES_CONSUMES \r
55 gEfiSmmVariableProtocolGuid \r
0c18794e 56 \r
57[Guids]\r
60c944c7
DG
58 gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
59 gEfiVariableGuid ## CONSUMES ## SystemTable\r
60\r
61[UserExtensions.TianoCore."ExtraFiles"]\r
62 VariableInfoExtra.uni\r
63