## @file # Extend commands by TPM2. # #****************************************************************************** #* 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 = Tpm2ExtCommandLib FILE_GUID = CE0D0EC2-1CE5-4609-A77A-1DF3ECFEE68B MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = Tpm2ExtCommandLib # # VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] Tpm2Rsa.c [Packages] MdePkg/MdePkg.dec SecurityPkg/SecurityPkg.dec InsydeModulePkg/InsydeModulePkg.dec [LibraryClasses] BaseLib BaseMemoryLib DebugLib Tpm2DeviceLib