microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0585e78f1afa24d3c50c412af8a8d0b220cf4312

Branches

Tags

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

Clone

HTTPS

Download ZIP

FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.inf

40lines · 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 Tpm2DeviceLib
36
37[Pcd]
38 gArmTokenSpaceGuid.PcdFfaLibConduitSmc ## CONSUMES
39 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## SOMETIMES_CONSUMES
40 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInternalBaseAddress ## CONSUMES
41