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/ArmFfaLibEx/ArmFfaLibEx.inf

34lines · modecode

1#/** @file
2#
3# Component description file for FfaHelperLib module
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 = ArmFfaLibEx
14 FILE_GUID = CC121A12-7C90-46BB-89B8-5F5BAEEFFF12
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = ArmFfaLibEx
18
19[Sources.common]
20 ArmFfaLibEx.c
21
22[Packages]
23 MdePkg/MdePkg.dec
24 ArmPkg/ArmPkg.dec
25 FfaFeaturePkg/FfaFeaturePkg.dec
26
27[LibraryClasses]
28 DebugLib
29 PlatformFfaInterruptLib
30 ArmSvcLib
31 ArmSmcLib
32
33[Pcd]
34 gArmTokenSpaceGuid.PcdFfaLibConduitSmc
35