mirror of https://github.com/acidanthera/audk.git
16 lines
451 B
Plaintext
16 lines
451 B
Plaintext
// /** @file
|
|
// SystemFirmware FMP update driver.
|
|
//
|
|
// Produce FMP instance to update system firmware.
|
|
//
|
|
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "SystemFirmware FMP update driver."
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Produce FMP instance to update system firmware."
|