]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/VariableInfo/VariableInfo.inf
MdeModulePkg: Move authenticated variable definition from SecurityPkg
[mirror_edk2.git] / MdeModulePkg / Application / VariableInfo / VariableInfo.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This is a shell application that will display statistical information about variable usage.\r
5e895e6a 3# Note that if Variable Dxe driver doesn't enable the feature by setting PcdVariableCollectStatistics\r
4# as TRUE, The application will not display variable statistical information.\r
5#\r
6036e94d 6# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
cd5ebaa0 7# This program and the accompanying materials\r
33a5a666
A
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
6bfbb5f0 14##\r
33a5a666
A
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = VariableInfo\r
6036e94d 19 MODULE_UNI_FILE = VariableInfo.uni\r
33a5a666
A
20 FILE_GUID = 202A2922-8C27-4943-9855-26180BF9F113\r
21 MODULE_TYPE = UEFI_APPLICATION\r
22 VERSION_STRING = 1.0\r
33a5a666
A
23\r
24 ENTRY_POINT = UefiMain\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
6bfbb5f0 32[Sources]\r
33a5a666
A
33 VariableInfo.c\r
34\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40\r
41[LibraryClasses]\r
33a5a666
A
42 UefiApplicationEntryPoint\r
43 UefiLib\r
33a5a666
A
44\r
45[Guids]\r
6036e94d
SZ
46 gEfiVariableGuid ## CONSUMES ## SystemTable\r
47\r
48[UserExtensions.TianoCore."ExtraFiles"]\r
49 VariableInfoExtra.uni\r