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