summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-25 02:26:17 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-25 02:26:17 +0000
commit133e09da3d1bb82dfc0d91275b7eae07c03dd352 (patch)
treedd12fb2e7436fe8687c1b424a588ae3fb2df3c06 /MdeModulePkg/Universal/Variable
parent43fe5cdc706dcd2d36c47fdf4a2c9e7ae51fd086 (diff)
downloadedk2-133e09da3d1bb82dfc0d91275b7eae07c03dd352.zip
edk2-133e09da3d1bb82dfc0d91275b7eae07c03dd352.tar.gz
edk2-133e09da3d1bb82dfc0d91275b7eae07c03dd352.tar.bz2
code scrub
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6715 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Variable')
-rw-r--r--MdeModulePkg/Universal/Variable/Application/VariableInfo.c2
-rw-r--r--MdeModulePkg/Universal/Variable/Application/VariableInfo.inf13
2 files changed, 6 insertions, 9 deletions
diff --git a/MdeModulePkg/Universal/Variable/Application/VariableInfo.c b/MdeModulePkg/Universal/Variable/Application/VariableInfo.c
index cd3f4f4..86117a6 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 bc9b454..b1af5fb 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