16 lines
382 B
Text
16 lines
382 B
Text
|
// /** @file
|
||
|
// Recovery module.
|
||
|
//
|
||
|
// Load Recovery capsule and install FV.
|
||
|
//
|
||
|
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
||
|
//
|
||
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
//
|
||
|
// **/
|
||
|
|
||
|
|
||
|
#string STR_MODULE_ABSTRACT #language en-US "Recovery module."
|
||
|
|
||
|
#string STR_MODULE_DESCRIPTION #language en-US "Load Recovery capsule and install FV."
|