mirror of https://github.com/acidanthera/audk.git
14 lines
600 B
Plaintext
14 lines
600 B
Plaintext
// /** @file
|
|
// Provides firmware device specific services to support updates of a firmware
|
|
// image stored in a firmware device.
|
|
//
|
|
// Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Provides firmware device specific services to support updates of a firmware image stored in a firmware device."
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Provides firmware device specific services to support updates of a firmware image stored in a firmware device."
|