microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Library/PlatformFfaInterruptLibNull/PlatformFfaInterruptLib.inf
28lines · 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 = PlatformFfaInterruptLibNull |
| 14 | FILE_GUID = CBACEAF7-E5F5-40F9-B236-06C2348B778A |
| 15 | MODULE_TYPE = BASE |
| 16 | VERSION_STRING = 1.0 |
| 17 | LIBRARY_CLASS = PlatformFfaInterruptLib |
| 18 | |
| 19 | [Sources.common] |
| 20 | PlatformFfaInterruptLib.c |
| 21 | |
| 22 | [Packages] |
| 23 | MdePkg/MdePkg.dec |
| 24 | ArmPkg/ArmPkg.dec |
| 25 | FfaFeaturePkg/FfaFeaturePkg.dec |
| 26 | |
| 27 | [LibraryClasses] |
| 28 | DebugLib |
| 29 | |