microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e38fc4ef19a5d70d400e93d4aaa01788444b8ba3

Branches

Tags

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

Clone

HTTPS

Download ZIP

FfaFeaturePkg/FfaFeaturePkg.dsc

156lines · modecode

1#/** @file
2# ARM processor package.
3#
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
5# Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>
6# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
7# Copyright (c) Microsoft Corporation.<BR>
8# Copyright (c) 2021, Ampere Computing LLC. All rights reserved.
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12#**/
13
14################################################################################
15#
16# Defines Section - statements that will be processed to create a Makefile.
17#
18################################################################################
19[Defines]
20 PLATFORM_NAME = FfaFeaturePkg
21 PLATFORM_GUID = 497DAF39-DF32-4064-B39A-77FB1BC22DCF
22 PLATFORM_VERSION = 0.1
23 DSC_SPECIFICATION = 0x00010005
24 OUTPUT_DIRECTORY = Build/FfaFeaturePkg
25 SUPPORTED_ARCHITECTURES = ARM|AARCH64
26 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
27 SKUID_IDENTIFIER = DEFAULT
28
29[BuildOptions]
30 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
31
32[PcdsFixedAtBuild]
33 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
34
35!include MdePkg/MdeLibs.dsc.inc
36
37[LibraryClasses.common]
38 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
39 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
40 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
41 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
42 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
43 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
44 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
45 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
46 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
47 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
48 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
49 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
50 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
51 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
52 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
53 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
54 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
55 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
56 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
57 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
58 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
59 FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf
60 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
61
62 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
63 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
64
65 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
66 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
67 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
68 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
69
70 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
71 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
72 ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
73 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
74 OpteeLib|ArmPkg/Library/OpteeLib/OpteeLib.inf
75
76 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
77 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
78 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
79
80 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
81
82 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
83 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
84 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
85
86 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
87
88 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
89 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
90 ArmTransferListLib|ArmPkg/Library/ArmTransferListLib/ArmTransferListLib.inf
91 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaDxeLib.inf
92 ArmFfaLibEx|FfaFeaturePkg/Library/ArmFfaLibEx/ArmFfaLibEx.inf
93 PlatformFfaInterruptLib|FfaFeaturePkg/Library/PlatformFfaInterruptLibNull/PlatformFfaInterruptLib.inf
94 NotificationServiceLib|FfaFeaturePkg/Library/NotificationServiceLib/NotificationServiceLib.inf
95 TestServiceLib|FfaFeaturePkg/Library/TestServiceLib/TestServiceLib.inf
96 TpmServiceLib|FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.inf
97 TpmServiceStateTranslationLib|FfaFeaturePkg/Library/TpmServiceStateTranslationLib/TpmServiceStateTranslationLib.inf
98
99 ArmMtlLib|ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf
100
101 OemMiscLib|ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf
102
103 ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
104 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
105 NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
106 DxeMemoryProtectionHobLib|MdeModulePkg/Library/MemoryProtectionHobLibNull/DxeMemoryProtectionHobLibNull.inf
107
108[LibraryClasses.common.PEIM]
109 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
110 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
111 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
112 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
113 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
114 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaPeiLib.inf
115
116[LibraryClasses.ARM, LibraryClasses.AARCH64]
117 NULL|MdePkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
118
119[LibraryClasses.common.MM_CORE_STANDALONE]
120 StandaloneMmCoreEntryPoint|ArmPkg/Library/ArmStandaloneMmCoreEntryPoint/ArmStandaloneMmCoreEntryPoint.inf
121 HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
122 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
123 MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf
124 ArmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
125
126[LibraryClasses.common.MM_STANDALONE]
127 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
128 HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
129 MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
130 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf
131
132[LibraryClasses.common.UEFI_APPLICATION]
133 UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
134 UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf
135 UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibDebugLib.inf
136
137[Components.common]
138 FfaFeaturePkg/Library/PlatformFfaInterruptLibNull/PlatformFfaInterruptLib.inf
139 FfaFeaturePkg/Library/ArmFfaLibEx/ArmFfaLibEx.inf
140 FfaFeaturePkg/Library/SecurePartitionServicesTableLib/SecurePartitionServicesTableLib.inf
141 FfaFeaturePkg/Library/SecurePartitionMemoryAllocationLib/SecurePartitionMemoryAllocationLib.inf
142
143 FfaFeaturePkg/Library/NotificationServiceLib/NotificationServiceLib.inf
144 FfaFeaturePkg/Library/TestServiceLib/TestServiceLib.inf
145 FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.inf
146 FfaFeaturePkg/Library/TpmServiceStateTranslationLib/TpmServiceStateTranslationLib.inf
147
148 FfaFeaturePkg/Library/ArmArchTimerLibEx/ArmArchTimerLibEx.inf
149
150 FfaFeaturePkg/SecurePartitions/MsSecurePartition/MsSecurePartition.inf
151
152[Components.AARCH64]
153 FfaFeaturePkg/Library/SecurePartitionEntryPoint/SecurePartitionEntryPoint.inf
154
155[Components.common.UEFI_APPLICATION]
156 FfaFeaturePkg/Applications/FfaPartitionTest/FfaPartitionTestApp.inf
157