From 133e09da3d1bb82dfc0d91275b7eae07c03dd352 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Tue, 25 Nov 2008 02:26:17 +0000 Subject: [PATCH] code scrub git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6715 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/Variable/Application/VariableInfo.c | 2 +- .../Universal/Variable/Application/VariableInfo.inf | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/MdeModulePkg/Universal/Variable/Application/VariableInfo.c b/MdeModulePkg/Universal/Variable/Application/VariableInfo.c index cd3f4f4287..86117a63d1 100644 --- a/MdeModulePkg/Universal/Variable/Application/VariableInfo.c +++ b/MdeModulePkg/Universal/Variable/Application/VariableInfo.c @@ -84,5 +84,5 @@ UefiMain ( } - return EFI_SUCCESS; + return Status; } diff --git a/MdeModulePkg/Universal/Variable/Application/VariableInfo.inf b/MdeModulePkg/Universal/Variable/Application/VariableInfo.inf index bc9b45495c..b1af5fb37e 100644 --- a/MdeModulePkg/Universal/Variable/Application/VariableInfo.inf +++ b/MdeModulePkg/Universal/Variable/Application/VariableInfo.inf @@ -1,9 +1,9 @@ #/** @file -# Sample UEFI Application Reference Module -# -# This is a shell application that will display Hello World. -# Copyright (c) 2007, Intel Corporation. -# +# Sample UEFI Application Reference Module. +# This is a shell application that will display statistical information about variable +# usage. +# +# Copyright (c) 2007 - 2008, Intel Corporation. # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -11,7 +11,6 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -# #**/ [Defines] @@ -20,8 +19,6 @@ FILE_GUID = 202A2922-8C27-4943-9855-26180BF9F113 MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = UefiMain -- 2.39.2