mirror of https://github.com/acidanthera/audk.git
fix comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8845 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
727a4c7101
commit
ea00288c05
|
@ -1,5 +1,6 @@
|
||||||
/** @file
|
/** @file
|
||||||
This is THE shell (application)
|
This is a test application that demonstrates how to use the C-style entry point
|
||||||
|
for a shell application.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
|
@ -13,7 +14,6 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Uefi.h>
|
#include <Uefi.h>
|
||||||
|
|
||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/ShellCEntryLib.h>
|
#include <Library/ShellCEntryLib.h>
|
||||||
|
|
Loading…
Reference in New Issue