]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Application/VariableInfo/VariableInfo.inf
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / Application / VariableInfo / VariableInfo.inf
1 ## @file
2 # This is a shell application that will display statistical information
3 # about variable usage.
4 # Note that if Variable Dxe driver doesn't enable the feature by setting
5 # PcdVariableCollectStatistics as TRUE, The application will not display
6 # variable statistical information.
7 #
8 # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
9 # 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 = B9EF901F-A2A2-4fc8-8D2B-3A2E07B301CC
22 MODULE_TYPE = UEFI_APPLICATION
23 VERSION_STRING = 1.0
24 ENTRY_POINT = UefiMain
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 VariableInfo.c
34
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 SecurityPkg/SecurityPkg.dec
40
41 [LibraryClasses]
42 UefiApplicationEntryPoint
43 UefiLib
44 UefiBootServicesTableLib
45 BaseMemoryLib
46 MemoryAllocationLib
47
48 [Protocols]
49 gEfiSmmCommunicationProtocolGuid
50 gEfiSmmVariableProtocolGuid
51
52 [Guids]
53 gEfiAuthenticatedVariableGuid ## CONSUMES ## Configuration Table Guid
54