microsoft/mu_feature_ffa

Public

mirrored from https://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
89ca181ebb27a1bf7b8d4e233fb5945e10880437

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.inf

39lines · 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 ArmPkg/ArmPkg.dec
25 SecurityPkg/SecurityPkg.dec
26 FfaFeaturePkg/FfaFeaturePkg.dec
27
28[LibraryClasses]
29 DebugLib
30 PlatformFfaInterruptLib
31 ArmSvcLib
32 ArmSmcLib
33 ArmFfaLib
34 ArmFfaLibEx
35 TpmServiceStateTranslationLib
36
37[Pcd]
38 gArmTokenSpaceGuid.PcdFfaLibConduitSmc ## CONSUMES
39 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInternalBaseAddress ## CONSUMES
40