54 lines
1.5 KiB
INI
54 lines
1.5 KiB
INI
## @file
|
|
# This library implements variable related function for PEI.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2013 - 2017, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = PeiVariableLib
|
|
FILE_GUID = 542DB3AD-2BD9-45df-8296-2460B06C66EC
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = VariableLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
PeiVariable.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[Ppis]
|
|
gEfiPeiReadOnlyVariable2PpiGuid
|
|
|
|
[Guids]
|
|
gH2OFlashMapRegionVarDefaultGuid
|
|
gH2OFlashMapRegionVarGuid
|
|
|
|
[LibraryClasses]
|
|
PeiServicesLib
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
VariableSupportLib
|
|
FlashRegionLib
|
|
PcdLib
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdUseEcpVariableStoreHeader |