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// This program and the accompanying materials
12// are licensed and made available under the terms and conditions of the BSD License
13// which accompanies this distribution. The full text of the license may be found at
14// http://opensource.org/licenses/bsd-license.php
15// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17//
18// **/
19
20/=#
21
22#langdef en-US "English"
23
24#string STR_HELLO_WORLD_HELP_INFORMATION        #language en-US ""
25".TH HelloWorld 0 "Displays a \"UEFI Hello World!\" string."\r\n"
26".SH NAME\r\n"
27"HelloWorld application.\r\n"
28