62 lines
1.8 KiB
INI
62 lines
1.8 KiB
INI
## @file
|
|
# Provides hddPassword decryption process in PEI phase.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 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 = PeiSavedPasswordStringProcessLib
|
|
FILE_GUID = 62D10D19-9ADA-413F-A94A-CA876D7E6182
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = SavedPasswordStringProcessLib
|
|
CONSTRUCTOR = PeiSavedPasswordStringProcessLibConstructor
|
|
|
|
[Sources]
|
|
PeiSavedPasswordStringProcessLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
SecurityPkg/SecurityPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
PeiServicesLib
|
|
Tpm2CommandLib
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
H2OLib
|
|
PeiServicesTablePointerLib
|
|
H2OHddPasswordTableLib
|
|
Tpm2DeviceLib
|
|
LockBoxLib
|
|
|
|
[Guids]
|
|
gEfiTpmDeviceInstanceNoneGuid
|
|
gEfiTpmDeviceInstanceTpm12Guid
|
|
gEfiTpmDeviceInstanceTcmGuid
|
|
|
|
[Ppis]
|
|
gPeiTpmInitializedPpiGuid
|
|
gPeiTpmInitializationDonePpiGuid
|
|
gH2OCryptoServicesPpiGuid
|
|
|
|
[Pcd]
|
|
gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid
|
|
|
|
[Depex]
|
|
gEfiPeiMasterBootModePpiGuid AND
|
|
gPeiTpmInitializationDonePpiGuid AND
|
|
gEfiTpmDeviceSelectedGuid AND
|
|
gPeiTpmInitializedPpiGuid
|