### @file # Component information file for SaveMemoryConfig module # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# # 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. # ### [Defines] INF_VERSION = 0x00010017 BASE_NAME = SaveMemoryConfig FILE_GUID = E0ECBEC9-B193-4351-A488-36A655F22F9F VERSION_STRING = 1.0 MODULE_TYPE = DXE_DRIVER ENTRY_POINT = SaveMemoryConfigEntryPoint [LibraryClasses] UefiDriverEntryPoint UefiBootServicesTableLib UefiRuntimeServicesTableLib HobLib DebugLib MemoryAllocationLib BaseMemoryLib [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec IntelFsp2Pkg/IntelFsp2Pkg.dec [Sources] SaveMemoryConfig.c [Protocols] gEfiVariableArchProtocolGuid ## CONSUMES gEfiVariableWriteArchProtocolGuid ## CONSUMES gEdkiiVariableLockProtocolGuid [Guids] gFspNonVolatileStorageHobGuid ## CONSUMES [Depex] gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiResetArchProtocolGuid