]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Application/VariableInfo/VariableInfo.inf
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / SecurityPkg / Application / VariableInfo / VariableInfo.inf
CommitLineData
0c18794e 1## @file\r
2# This is a shell application that will display statistical information \r
3# about variable usage.\r
4# Note that if Variable Dxe driver doesn't enable the feature by setting \r
5# PcdVariableCollectStatistics as TRUE, The application will not display \r
6# variable statistical information.\r
7#\r
8# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = VariableInfo\r
21 FILE_GUID = B9EF901F-A2A2-4fc8-8D2B-3A2E07B301CC\r
22 MODULE_TYPE = UEFI_APPLICATION\r
23 VERSION_STRING = 1.0\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
32[Sources]\r
33 VariableInfo.c\r
34\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiApplicationEntryPoint\r
43 UefiLib\r
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 MemoryAllocationLib\r
47\r
48[Protocols]\r
49 gEfiSmmCommunicationProtocolGuid\r
50 gEfiSmmVariableProtocolGuid\r
51 \r
52[Guids]\r
53 gEfiAuthenticatedVariableGuid ## CONSUMES ## Configuration Table Guid\r
a0c56a82 54 gEfiVariableGuid ## CONSUMES ## Configuration Table Guid\r