diff options
Diffstat (limited to 'MdePkg/Library/SmmMemLib/SmmMemLib.inf')
-rw-r--r-- | MdePkg/Library/SmmMemLib/SmmMemLib.inf | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/MdePkg/Library/SmmMemLib/SmmMemLib.inf b/MdePkg/Library/SmmMemLib/SmmMemLib.inf index f857cd8e77f6..dd9d76898742 100644 --- a/MdePkg/Library/SmmMemLib/SmmMemLib.inf +++ b/MdePkg/Library/SmmMemLib/SmmMemLib.inf @@ -5,16 +5,10 @@ # to get SMRAM information. In order to use this library instance, the platform should produce # all SMRAM range via SMM_ACCESS2_PROTOCOL, including the range for firmware (like SMM Core # and SMM driver) and/or specific dedicated hardware. -# -# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR> -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# +# +# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> +# SPDX-License-Identifier: BSD-2-Clause-Patent +# ## [Defines] @@ -36,22 +30,27 @@ [Sources] SmmMemLib.c - + [Packages] MdePkg/MdePkg.dec - + [LibraryClasses] SmmServicesTableLib UefiBootServicesTableLib + DxeServicesTableLib DebugLib BaseMemoryLib HobLib MemoryAllocationLib + UefiLib [Protocols] gEfiSmmAccess2ProtocolGuid ## CONSUMES gEfiSmmReadyToLockProtocolGuid ## CONSUMES gEfiSmmEndOfDxeProtocolGuid ## CONSUMES - + +[Guids] + gEfiMemoryAttributesTableGuid ## CONSUMES ## SystemTable + [Depex] gEfiSmmAccess2ProtocolGuid |