microsoft/mu_feature_ffa

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ef8c8ffe3e9cd9f6fd3732ade9463d4841c3472e

Branches

Tags

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

Clone

HTTPS

Download ZIP

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