microsoft/mu_feature_ffa
Publicmirrored from https://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Applications/FfaPartitionTest/FfaPartitionTestApp.inf
65lines · modeblame
842802a7Kun Qin1 years ago | 1 | ## @file |
| 2 | # FfaPartitionTestApp.inf | |
| 3 | # | |
| 4 | # Test application to verify DeviceId strings are acceptable to Dfci. | |
| 5 | # | |
| 6 | # Copyright (C) Microsoft Corporation. All rights reserved. | |
| 7 | # SPDX-License-Identifier: BSD-2-Clause-Patent | |
| 8 | # | |
| 9 | ## | |
| 10 | | |
| 11 | [Defines] | |
| 12 | INF_VERSION = 0x00010006 | |
| 13 | BASE_NAME = FfaPartitionTestApp | |
| 14 | FILE_GUID = c02b1056-0c82-4c58-9bbc-94a7d5726ff1 | |
| 15 | MODULE_TYPE = UEFI_APPLICATION | |
| 16 | VERSION_STRING = 1.0 | |
| 17 | ENTRY_POINT = FfaPartitionTestAppEntry | |
| 18 | | |
| 19 | # | |
| 20 | # The following information is for reference only and not required by the build tools. | |
| 21 | # | |
| 22 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 | |
| 23 | # | |
| 24 | | |
| 25 | [Sources] | |
| 26 | FfaPartitionTestApp.c | |
| 27 | | |
| 28 | [Packages] | |
| 29 | MdePkg/MdePkg.dec | |
e38fc4efkuqin121 years ago | 30 | MdeModulePkg/MdeModulePkg.dec |
842802a7Kun Qin1 years ago | 31 | ArmPkg/ArmPkg.dec |
| 32 | EmbeddedPkg/EmbeddedPkg.dec | |
073b0d62Kun Qin1 years ago | 33 | SecurityPkg/SecurityPkg.dec |
842802a7Kun Qin1 years ago | 34 | FfaFeaturePkg/FfaFeaturePkg.dec |
e38fc4efkuqin121 years ago | 35 | UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec |
842802a7Kun Qin1 years ago | 36 | |
| 37 | [LibraryClasses] | |
| 38 | BaseLib | |
| 39 | BaseMemoryLib | |
| 40 | DebugLib | |
| 41 | PrintLib | |
| 42 | UefiApplicationEntryPoint | |
| 43 | UefiLib | |
| 44 | ArmSmcLib | |
| 45 | ArmFfaLib | |
| 46 | ArmFfaLibEx | |
| 47 | UefiBootServicesTableLib | |
e38fc4efkuqin121 years ago | 48 | UnitTestLib |
842802a7Kun Qin1 years ago | 49 | |
| 50 | [Protocols] | |
| 51 | gHardwareInterruptProtocolGuid | |
e38fc4efkuqin121 years ago | 52 | gEfiMmCommunication2ProtocolGuid |
842802a7Kun Qin1 years ago | 53 | |
| 54 | [FixedPcd] | |
| 55 | gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase | |
| 56 | | |
| 57 | [Pcd] | |
fc11b776kuqin121 years ago | 58 | gEfiMdeModulePkgTokenSpaceGuid.PcdFfaRxBuffer |
| 59 | gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc | |
1cf65721Raymond-MS1 years ago | 60 | |
| 61 | [Guids] | |
073b0d62Kun Qin1 years ago | 62 | gTpm2ServiceFfaGuid |
1cf65721Raymond-MS1 years ago | 63 | gEfiNotificationServiceFfaGuid |
| 64 | gEfiTestServiceFfaGuid | |
e38fc4efkuqin121 years ago | 65 | gZeroGuid |