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