microsoft/mu_feature_ffa
Publicmirrored from https://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Library/TestServiceLib/TestServiceLib.inf
37lines · modeblame
ac0f2cf1Raymond-MS1 years ago | 1 | #/** @file |
| 2 | # | |
| 3 | # Component description file for the Test 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 = TestServiceLib | |
| 14 | FILE_GUID = b774be23-7976-49ff-8783-d0ea05f963d6 | |
| 15 | MODULE_TYPE = BASE | |
| 16 | VERSION_STRING = 1.0 | |
| 17 | LIBRARY_CLASS = TestServiceLib | |
| 18 | | |
| 19 | [Sources.common] | |
| 20 | TestServiceLib.c | |
| 21 | | |
| 22 | [Packages] | |
| 23 | MdePkg/MdePkg.dec | |
fc11b776kuqin1212 months ago | 24 | MdeModulePkg/MdeModulePkg.dec |
ac0f2cf1Raymond-MS1 years ago | 25 | FfaFeaturePkg/FfaFeaturePkg.dec |
| 26 | | |
| 27 | [LibraryClasses] | |
| 28 | DebugLib | |
| 29 | PlatformFfaInterruptLib | |
| 30 | ArmSvcLib | |
| 31 | ArmSmcLib | |
| 32 | ArmFfaLib | |
| 33 | ArmFfaLibEx | |
| 34 | NotificationServiceLib | |
| 35 | | |
| 36 | [Pcd] | |
fc11b776kuqin1212 months ago | 37 | gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc |