mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
17 lines
462 B
Plaintext
17 lines
462 B
Plaintext
|
// /** @file
|
||
|
// Capsule library instance for DXE_DRIVER.
|
||
|
//
|
||
|
// Capsule library instance for DXE_DRIVER module types.
|
||
|
//
|
||
|
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
||
|
//
|
||
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
//
|
||
|
// **/
|
||
|
|
||
|
|
||
|
#string STR_MODULE_ABSTRACT #language en-US "Capsule Support Library"
|
||
|
|
||
|
#string STR_MODULE_DESCRIPTION #language en-US "Capsule library instance for DXE_DRIVER module types."
|
||
|
|