mirror of https://github.com/acidanthera/audk.git
17 lines
487 B
Plaintext
17 lines
487 B
Plaintext
// /** @file
|
|
// EDKII System Capsule library.
|
|
//
|
|
// EDKII System Capsule library instance for DXE/PEI post memory phase.
|
|
//
|
|
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "EDKII System Capsule library."
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "EDKII System Capsule library instance for DXE/PEI post memory phase."
|
|
|