mirror of https://github.com/acidanthera/audk.git
code scrub
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6715 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
43fe5cdc70
commit
133e09da3d
|
@ -84,5 +84,5 @@ UefiMain (
|
|||
|
||||
}
|
||||
|
||||
return EFI_SUCCESS;
|
||||
return Status;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue