1 | // /** @file
|
---|
2 | // LoadFileOnFv2 Localized Abstract and Description Content
|
---|
3 | //
|
---|
4 | // Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 | //
|
---|
6 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | //
|
---|
8 | // **/
|
---|
9 |
|
---|
10 | #string STR_MODULE_ABSTRACT
|
---|
11 | #language en-US
|
---|
12 | "Allows system to load files from an FV2-based firmware volume"
|
---|
13 |
|
---|
14 | #string STR_MODULE_DESCRIPTION
|
---|
15 | #language en-US
|
---|
16 | "This module allows the system to load a file from an FV2-based firmware "
|
---|
17 | "volume. This version of the module only supports loading of files for the "
|
---|
18 | "purpose of booting from a file."
|
---|