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