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/FfaFeaturePkg.dsc

147lines · 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
61 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
62 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
63
64 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
65 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
66 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
67 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
68
69 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
70 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
71 ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
72 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
73 ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
74 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
75 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
76 OpteeLib|ArmPkg/Library/OpteeLib/OpteeLib.inf
77
78 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
79 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
80 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
81
82 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
83
84 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
85 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
86 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
87
88 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
89
90 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
91 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
92 ArmTransferListLib|ArmPkg/Library/ArmTransferListLib/ArmTransferListLib.inf
93 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaDxeLib.inf
94 ArmFfaLibEx|FfaFeaturePkg/Library/ArmFfaLibEx/ArmFfaLibEx.inf
95 PlatformFfaInterruptLib|FfaFeaturePkg/Library/PlatformFfaInterruptLibNull/PlatformFfaInterruptLib.inf
96 NotificationServiceLib|FfaFeaturePkg/Library/NotificationServiceLib/NotificationServiceLib.inf
97 TestServiceLib|FfaFeaturePkg/Library/TestServiceLib/TestServiceLib.inf
98 TpmServiceLib|FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.inf
99 TpmServiceStateTranslationLib|FfaFeaturePkg/Library/TpmServiceStateTranslationLib/TpmServiceStateTranslationLib.inf
100
101 ArmMtlLib|ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf
102
103 OemMiscLib|ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf
104
105 ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
106 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
107 NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
108 DxeMemoryProtectionHobLib|MdeModulePkg/Library/MemoryProtectionHobLibNull/DxeMemoryProtectionHobLibNull.inf
109
110[LibraryClasses.common.PEIM]
111 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
112 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
113 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
114 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
115 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
116 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaPeiLib.inf
117
118[LibraryClasses.ARM, LibraryClasses.AARCH64]
119 NULL|MdePkg/Library/CompilerIntrinsicsLib/ArmCompilerIntrinsicsLib.inf
120
121[LibraryClasses.common.MM_CORE_STANDALONE]
122 StandaloneMmCoreEntryPoint|ArmPkg/Library/ArmStandaloneMmCoreEntryPoint/ArmStandaloneMmCoreEntryPoint.inf
123 HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
124 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
125 MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf
126 MmServicesTableLib|StandaloneMmPkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLibCore.inf
127 ArmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
128
129[LibraryClasses.common.MM_STANDALONE]
130 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
131 HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
132 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
133 MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
134 ArmFfaLib|ArmPkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf
135
136[Components.common]
137 FfaFeaturePkg/Library/PlatformFfaInterruptLibNull/PlatformFfaInterruptLib.inf
138 FfaFeaturePkg/Library/ArmFfaLibEx/ArmFfaLibEx.inf
139 FfaFeaturePkg/Library/SecurePartitionServicesTableLib/SecurePartitionServicesTableLib.inf
140 FfaFeaturePkg/Library/SecurePartitionMemoryAllocationLib/SecurePartitionMemoryAllocationLib.inf
141
142 FfaFeaturePkg/Library/NotificationServiceLib/NotificationServiceLib.inf
143 FfaFeaturePkg/Library/TestServiceLib/TestServiceLib.inf
144 FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.inf
145
146[Components.AARCH64]
147 FfaFeaturePkg/Library/SecurePartitionEntryPoint/SecurePartitionEntryPoint.inf
148