edk2/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefHii.uni
Alexander Gryanko 70bddc908f EmbeddedPkg: align UNI file headers with UNI Spec standard
The Uni file standard specifies that comments begin with the
characters "//". The following files contained incorrectly
formatted C-style comments and have been updated:

EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefHii.uni
EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformHii.uni
EmbeddedPkg/Drivers/MemoryAttributeManagerDxe/MemoryAttributeManagerDxeHii.uni

The problems were identified during testing of the parser
https://github.com/xpahos/edk2-idea.

Signed-off-by: Alexander Gryanko <xpahos@gmail.com>
2026-03-02 19:32:17 +00:00

21 lines
870 B
Text

// /** @file
//
// Copyright (c) 2017, Linaro, Ltd. All rights reserved.
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
//**/
#langdef en-US "English"
#string STR_FORM_SET_TITLE #language en-US "Console Preference Selection"
#string STR_FORM_SET_TITLE_HELP #language en-US "Press <Enter> to choose between graphical and serial console."
#string STR_MAIN_FORM_TITLE #language en-US "Console Preference Selection"
#string STR_NULL_STRING #language en-US ""
#string STR_CONSOLE_PREF_SELECT_PROMPT #language en-US "Preferred console"
#string STR_CONSOLE_PREF_SELECT_HELP #language en-US "Select the preferred console if both graphical and serial are available."
#string STR_CONSOLE_PREF_GRAPHICAL #language en-US "Graphical"
#string STR_CONSOLE_PREF_SERIAL #language en-US "Serial"