]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/VariableInfo/VariableInfo.inf
Update PCD help text.
[mirror_edk2.git] / MdeModulePkg / Application / VariableInfo / VariableInfo.inf
CommitLineData
33a5a666 1#/** @file\r
133e09da 2# Sample UEFI Application Reference Module.\r
3# This is a shell application that will display statistical information about variable\r
4# usage.\r
5# \r
6# Copyright (c) 2007 - 2008, Intel Corporation.\r
33a5a666
A
7# All rights reserved. This program and the accompanying materials\r
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
33a5a666
A
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = VariableInfo\r
19 FILE_GUID = 202A2922-8C27-4943-9855-26180BF9F113\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
33a5a666
A
22\r
23 ENTRY_POINT = UefiMain\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources.common]\r
32 VariableInfo.c\r
33\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
33a5a666
A
41 UefiApplicationEntryPoint\r
42 UefiLib\r
33a5a666
A
43\r
44[Guids]\r
88fa231e 45 gEfiVariableInfoGuid ## CONSUMES ## Configuration Table Guid\r