diff options
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/Variable/Application/VariableInfo.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/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
|