2018-03-22 11:39:04 -07:00
|
|
|
// /** @file
|
|
|
|
|
// Provides services to display completion progress of a firmware update on a
|
|
|
|
|
// text console.
|
|
|
|
|
//
|
|
|
|
|
// Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
|
|
|
|
//
|
2019-04-03 16:05:13 -07:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2018-03-22 11:39:04 -07:00
|
|
|
//
|
|
|
|
|
// **/
|
|
|
|
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Provides services to display completion progress of a firmware update on a text console."
|
|
|
|
|
|
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Provides services to display completion progress of a firmware update on a text console."
|