mirror of https://github.com/acidanthera/audk.git
21 lines
484 B
Plaintext
21 lines
484 B
Plaintext
|
// /** @file
|
||
|
// Legacy Boot Manager module is library for BDS phase.
|
||
|
//
|
||
|
// Legacy Boot Manager module is library for BDS phase.
|
||
|
//
|
||
|
// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||
|
//
|
||
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
//
|
||
|
// **/
|
||
|
|
||
|
#string STR_MODULE_ABSTRACT
|
||
|
#language en-US
|
||
|
"Legacy Boot Manager module is library for BDS phase."
|
||
|
|
||
|
#string STR_MODULE_DESCRIPTION
|
||
|
#language en-US
|
||
|
"Legacy Boot Manager module is library for BDS phase."
|
||
|
|
||
|
|