mirror of https://github.com/acidanthera/audk.git
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
// /** @file
|
|
// This module provide an SMM CIS compliant implementation of SMM Core.
|
|
//
|
|
// This module provide an SMM CIS compliant implementation of SMM Core.
|
|
//
|
|
// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Provides an SMM CIS compliant implementation of SMM Core"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This module provide an SMM CIS compliant implementation of SMM Core."
|
|
|