56 lines
1.6 KiB
INI
56 lines
1.6 KiB
INI
## @file
|
|
# Provides hddPassword encryption and decryption process.
|
|
#
|
|
#******************************************************************************
|
|
#* 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 = SavedPasswordStringProcessLib
|
|
FILE_GUID = 26DAD8C7-53DE-46DF-9AA8-E91B2F8ACD20
|
|
MODULE_TYPE = COMBINED_SMM_DXE
|
|
LIBRARY_CLASS = SavedPasswordStringProcessLib
|
|
|
|
CONSTRUCTOR = SavedPasswordStringProcessLibConstructor
|
|
|
|
[Sources]
|
|
SavedPasswordStringProcessLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
SecurityPkg/SecurityPkg.dec
|
|
|
|
[LibraryClasses]
|
|
SmmServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
UefiBootServicesTableLib
|
|
H2OLib
|
|
Tpm2CommandLib
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
H2OHddPasswordTableLib
|
|
PcdLib
|
|
LockBoxLib
|
|
HobLib
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdH2OHddPasswordTpmBaseNvIndex
|
|
|
|
[Protocols]
|
|
gCryptoServicesProtocolGuid
|
|
gAcpiRestoreCallbackDoneProtocolGuid
|
|
gEfiSmmSxDispatch2ProtocolGuid
|
|
gEfiHashProtocolGuid
|
|
|
|
[Depex]
|
|
TRUE |