Last change
on this file since 105681 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
565 bytes
|
Line | |
---|
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."
|
---|
Note:
See
TracBrowser
for help on using the repository browser.