]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Application/VariableInfo/VariableInfo.inf
Vlv2TbltDevicePkg: Use the merged Variable driver
[mirror_edk2.git] / SecurityPkg / Application / VariableInfo / VariableInfo.inf
1 ## @file
2 # A shell application that displays statistical information about variable usage
3 #
4 # This application can display statistical information about variable usage for SMM variable
5 # driver and non-SMM variable driver.
6 # Note that if Variable Dxe driver doesn't enable the feature by setting PcdVariableCollectStatistics
7 # as TRUE, the application will not display variable statistical information.
8 #
9 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = VariableInfo
22 MODULE_UNI_FILE = VariableInfo.uni
23 FILE_GUID = B9EF901F-A2A2-4fc8-8D2B-3A2E07B301CC
24 MODULE_TYPE = UEFI_APPLICATION
25 VERSION_STRING = 1.0
26 ENTRY_POINT = UefiMain
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources]
35 VariableInfo.c
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 SecurityPkg/SecurityPkg.dec
42
43 [LibraryClasses]
44 UefiApplicationEntryPoint
45 UefiLib
46 UefiBootServicesTableLib
47 BaseMemoryLib
48 MemoryAllocationLib
49
50 [Protocols]
51 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES
52
53 ## UNDEFINED # Used to do smm communication
54 ## SOMETIMES_CONSUMES
55 gEfiSmmVariableProtocolGuid
56
57 [Guids]
58 gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES ## SystemTable
59 gEfiVariableGuid ## CONSUMES ## SystemTable
60
61 [UserExtensions.TianoCore."ExtraFiles"]
62 VariableInfoExtra.uni
63