56 lines
1.5 KiB
INI
56 lines
1.5 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2017 - 2021, 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 = BootGuardRecoveryHookPei
|
|
FILE_GUID = D06D425B-EED7-0361-AAD2-8C431409572D
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = BootGuardRecoveryHookEntry
|
|
|
|
[Sources]
|
|
BootGuardRecoveryHook.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(PLATFORMSAMPLE_PACKAGE)/PlatformPkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
BootGuardPlatformLib
|
|
BaseMemoryLib
|
|
PeiServicesTablePointerLib
|
|
HobLib
|
|
|
|
[Ppis]
|
|
gEfiPeiDeviceRecoveryModulePpiGuid
|
|
# gEmuPeiPpiGuid
|
|
|
|
[FeaturePcd]
|
|
gInsydeTokenSpaceGuid.PcdSecureFlashSupported
|
|
|
|
[FixedPcd]
|
|
gInsydeTokenSpaceGuid.PcdFlashAreaSize
|
|
|
|
[Guids]
|
|
gCapsuleBiosImageFileGuid
|
|
gSysFwUpdateProgressGuid
|
|
gArbSvnInfoHobGuid
|
|
|
|
[Depex]
|
|
TRUE
|