2016-02-21 08:55:14 +01:00
|
|
|
// /** @file
|
|
|
|
// Sample UEFI Application Reference EDKII Module.
|
|
|
|
//
|
|
|
|
// This is a sample shell application that will print "UEFI Hello World!" to the
|
|
|
|
// UEFI Console based on PCD setting.
|
|
|
|
//
|
|
|
|
// It demos how to use EDKII PCD mechanism to make code more flexible.
|
|
|
|
//
|
|
|
|
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
|
|
|
//
|
2019-04-04 01:05:13 +02:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2016-02-21 08:55:14 +01:00
|
|
|
//
|
|
|
|
// **/
|
|
|
|
|
|
|
|
/=#
|
|
|
|
|
|
|
|
#langdef en-US "English"
|
|
|
|
|
|
|
|
#string STR_HELLO_WORLD_HELP_INFORMATION #language en-US ""
|
|
|
|
".TH HelloWorld 0 "Displays a \"UEFI Hello World!\" string."\r\n"
|
|
|
|
".SH NAME\r\n"
|
|
|
|
"HelloWorld application.\r\n"
|