microsoft/mu_feature_ffa
Publicmirrored from https://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Library/TpmServiceStateTranslationLib/TpmServiceStateTranslationLib.inf
37lines · modecode
| 1 | #/** @file |
| 2 | # |
| 3 | # Component description file for the TPM Service State Translation Library |
| 4 | # |
| 5 | # Copyright (c), Microsoft Corporation. |
| 6 | # |
| 7 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
| 8 | # |
| 9 | #**/ |
| 10 | |
| 11 | [Defines] |
| 12 | INF_VERSION = 1.29 |
| 13 | BASE_NAME = TpmServiceStateTranslationLib |
| 14 | FILE_GUID = 36162cbc-07a4-44b9-bed0-1030ee0ef742 |
| 15 | MODULE_TYPE = BASE |
| 16 | VERSION_STRING = 1.0 |
| 17 | LIBRARY_CLASS = TpmServiceStateTranslationLib |
| 18 | |
| 19 | [Sources.common] |
| 20 | TpmServiceStateTranslationLib.c |
| 21 | |
| 22 | [Packages] |
| 23 | MdePkg/MdePkg.dec |
| 24 | MdeModulePkg/MdeModulePkg.dec |
| 25 | SecurityPkg/SecurityPkg.dec |
| 26 | FfaFeaturePkg/FfaFeaturePkg.dec |
| 27 | |
| 28 | [LibraryClasses] |
| 29 | BaseLib |
| 30 | BaseMemoryLib |
| 31 | IoLib |
| 32 | TimerLib |
| 33 | DebugLib |
| 34 | |
| 35 | [Pcd] |
| 36 | gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc ## CONSUMES |
| 37 | gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES |
| 38 | |