microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.inf
42lines · modecode
| 1 | #/** @file |
| 2 | # |
| 3 | # Component description file for the TPM Service |
| 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 = TpmServiceLib |
| 14 | FILE_GUID = 84002883-0ef6-4c50-908d-f6408386b8fe |
| 15 | MODULE_TYPE = BASE |
| 16 | VERSION_STRING = 1.0 |
| 17 | LIBRARY_CLASS = TpmServiceLib |
| 18 | |
| 19 | [Sources.common] |
| 20 | TpmServiceLib.c |
| 21 | |
| 22 | [Packages] |
| 23 | MdePkg/MdePkg.dec |
| 24 | MdeModulePkg/MdeModulePkg.dec |
| 25 | ArmPkg/ArmPkg.dec |
| 26 | SecurityPkg/SecurityPkg.dec |
| 27 | FfaFeaturePkg/FfaFeaturePkg.dec |
| 28 | |
| 29 | [LibraryClasses] |
| 30 | BaseLib |
| 31 | BaseMemoryLib |
| 32 | DebugLib |
| 33 | PlatformFfaInterruptLib |
| 34 | ArmSvcLib |
| 35 | ArmSmcLib |
| 36 | ArmFfaLib |
| 37 | ArmFfaLibEx |
| 38 | TpmServiceStateTranslationLib |
| 39 | |
| 40 | [Pcd] |
| 41 | gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc ## CONSUMES |
| 42 | gEfiSecurityPkgTokenSpaceGuid.PcdTpmInternalBaseAddress ## CONSUMES |
| 43 | |