]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/HelloWorld/HelloWorld.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Application / HelloWorld / HelloWorld.uni
1 // /** @file
2 // Sample UEFI Application Reference EDKII Module.
3 //
4 // This is a sample shell application that will print "UEFI Hello World!" to the
5 // UEFI Console based on PCD setting.
6 //
7 // It demos how to use EDKII PCD mechanism to make code more flexible.
8 //
9 // Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
10 //
11 // SPDX-License-Identifier: BSD-2-Clause-Patent
12 //
13 // **/
14
15
16 #string STR_MODULE_ABSTRACT #language en-US "Sample UEFI Application Reference EDKII Module"
17
18 #string STR_MODULE_DESCRIPTION #language en-US "This is a sample shell application that will print UEFI Hello World! to the UEFI Console based on PCD setting. It demonstrates how to use the EDKII PCD mechanism to make code more flexible"
19