]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/HelloWorld/HelloWorldStr.uni
eb03b78ddc5e74a43a04756adf9b3c4a5f884789
[mirror_edk2.git] / MdeModulePkg / Application / HelloWorld / HelloWorldStr.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) 2016, Intel Corporation. All rights reserved.<BR>
10 //
11 // SPDX-License-Identifier: BSD-2-Clause-Patent
12 //
13 // **/
14
15 /=#
16
17 #langdef en-US "English"
18
19 #string STR_HELLO_WORLD_HELP_INFORMATION #language en-US ""
20 ".TH HelloWorld 0 "Displays a \"UEFI Hello World!\" string."\r\n"
21 ".SH NAME\r\n"
22 "HelloWorld application.\r\n"