]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/CryptoPkg.dsc
CryptoPkg/CryptoPkg.dsc: Add build of Crypto libraries/modules
[mirror_edk2.git] / CryptoPkg / CryptoPkg.dsc
1 ## @file
2 # Cryptographic Library Package for UEFI Security Implementation.
3 # PEIM, DXE Driver, and SMM Driver with all crypto services enabled.
4 #
5 # Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 PLATFORM_NAME = CryptoPkg
17 PLATFORM_GUID = E1063286-6C8C-4c25-AEF0-67A9A5B6E6B6
18 PLATFORM_VERSION = 0.98
19 DSC_SPECIFICATION = 0x00010005
20 OUTPUT_DIRECTORY = Build/CryptoPkg
21 SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64
22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
23 SKUID_IDENTIFIER = DEFAULT
24
25 #
26 # Flavor of PEI, DXE, SMM modules to build.
27 # Must be one of ALL, NONE, MIN_PEI, MIN_DXE_MIN_SMM.
28 # Default is ALL that is used for package build verification.
29 # PACKAGE - Package verification build of all components. Null
30 # versions of libraries are used to minimize build times.
31 # ALL - Build PEIM, DXE, and SMM drivers. Protocols and PPIs
32 # publish all services.
33 # NONE - Build PEIM, DXE, and SMM drivers. Protocols and PPIs
34 # publish no services. Used to verify compiler/linker
35 # optimizations are working correctly.
36 # MIN_PEI - Build PEIM with PPI that publishes minimum required
37 # services.
38 # MIN_DXE_MIN_SMM - Build DXE and SMM drivers with Protocols that publish
39 # minimum required services.
40 #
41 DEFINE CRYPTO_SERVICES = PACKAGE
42 !if $(CRYPTO_SERVICES) IN "PACKAGE ALL NONE MIN_PEI MIN_DXE_MIN_SMM"
43 !else
44 !error CRYPTO_SERVICES must be set to one of PACKAGE ALL NONE MIN_PEI MIN_DXE_MIN_SMM.
45 !endif
46
47 ################################################################################
48 #
49 # Library Class section - list of all Library Classes needed by this Platform.
50 #
51 ################################################################################
52 [LibraryClasses]
53 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
54 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
55 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
56 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
57 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
58 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
59 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
60 TlsLib|CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
61 HashApiLib|CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf
62
63 [LibraryClasses.ARM, LibraryClasses.AARCH64]
64 #
65 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
66 # This library provides the instrinsic functions generate by a given compiler.
67 # [LibraryClasses.ARM, LibraryClasses.AARCH64] and NULL mean link this library
68 # into all ARM and AARCH64 images.
69 #
70 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
71
72 # Add support for stack protector
73 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
74
75 [LibraryClasses.common.PEIM]
76 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
77 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
78 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
79 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
80 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
81
82 [LibraryClasses.common.DXE_SMM_DRIVER]
83 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
84 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
85
86 !if $(CRYPTO_SERVICES) IN "ALL NONE MIN_PEI MIN_DXE_MIN_SMM"
87 [LibraryClasses]
88 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
89 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
90 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
91 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
92 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
93 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
94 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
95 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
96 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf #???
97 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf #???
98 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
99 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
100 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
101
102 [LibraryClasses.ARM]
103 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
104
105 [LibraryClasses.common.PEIM]
106 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
107 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
108 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
109 TlsLib|CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
110
111 [LibraryClasses.IA32.PEIM, LibraryClasses.X64.PEIM]
112 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
113
114 [LibraryClasses.ARM.PEIM, LibraryClasses.AARCH64.PEIM]
115 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
116
117 [LibraryClasses.common.DXE_DRIVER]
118 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
119 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
120 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
121
122 [LibraryClasses.common.DXE_SMM_DRIVER]
123 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
124 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
125 TlsLib|CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
126 !endif
127
128 ################################################################################
129 #
130 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
131 #
132 ################################################################################
133 [PcdsFixedAtBuild]
134 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
135 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
136 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
137
138 !if $(CRYPTO_SERVICES) IN "PACKAGE ALL"
139 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacMd5.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
140 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacSha1.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
141 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacSha256.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
142 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Md4.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
143 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Md5.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
144 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
145 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Dh.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
146 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Random.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
147 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
148 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha1.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
149 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha256.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
150 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha384.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
151 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha512.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
152 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.X509.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
153 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Tdes.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
154 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Aes.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
155 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Arc4.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
156 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sm3.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
157 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Hkdf.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
158 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Tls.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
159 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.TlsSet.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
160 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.TlsGet.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
161 !endif
162
163 !if $(CRYPTO_SERVICES) == MIN_PEI
164 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacSha1.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
165 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacSha256.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
166 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha1.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
167 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha256.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
168 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha384.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
169 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha512.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
170 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sm3.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
171 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.Pkcs1Verify | TRUE
172 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.New | TRUE
173 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.Free | TRUE
174 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.SetKey | TRUE
175 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.Pkcs5HashPassword | TRUE
176 !endif
177
178 !if $(CRYPTO_SERVICES) == MIN_DXE_MIN_SMM
179 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacSha1.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
180 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacSha256.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
181 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.Pkcs1v2Encrypt | TRUE
182 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.Pkcs5HashPassword | TRUE
183 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.Pkcs7Verify | TRUE
184 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.VerifyEKUsInPkcs7Signature | TRUE
185 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.Pkcs7GetSigners | TRUE
186 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.Pkcs7FreeSigners | TRUE
187 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Services.AuthenticodeVerify | TRUE
188 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Random.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
189 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.Pkcs1Verify | TRUE
190 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.New | TRUE
191 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.Free | TRUE
192 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.SetKey | TRUE
193 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Rsa.Services.GetPublicKeyFromX509 | TRUE
194 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha1.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
195 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha256.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
196 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Sha256.Services.HashAll | FALSE
197 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.X509.Services.GetSubjectName | TRUE
198 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.X509.Services.GetCommonName | TRUE
199 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.X509.Services.GetOrganizationName | TRUE
200 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.X509.Services.GetTBSCert | TRUE
201 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Tls.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
202 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.TlsSet.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
203 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.TlsGet.Family | PCD_CRYPTO_SERVICE_ENABLE_FAMILY
204 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Aes.Services.Init | TRUE
205 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Aes.Services.CbcEncrypt | TRUE
206 gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Aes.Services.CbcDecrypt | TRUE
207 !endif
208
209 ###################################################################################################
210 #
211 # Components Section - list of the modules and components that will be processed by compilation
212 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
213 #
214 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
215 # into firmware volume images. This section is just a list of modules to compile from
216 # source into UEFI-compliant binaries.
217 # It is the FDF file that contains information on combining binary files into firmware
218 # volume images, whose concept is beyond UEFI and is described in PI specification.
219 # Binary modules do not need to be listed in this section, as they should be
220 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
221 # Logo (Logo.bmp), and etc.
222 # There may also be modules listed in this section that are not required in the FDF file,
223 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
224 # generated for it, but the binary will not be put into any firmware volume.
225 #
226 ###################################################################################################
227 !if $(CRYPTO_SERVICES) == PACKAGE
228 [Components]
229 CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
230 CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
231 CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
232 CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
233 CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
234 CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
235 CryptoPkg/Library/TlsLib/TlsLib.inf
236 CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
237 CryptoPkg/Library/OpensslLib/OpensslLib.inf
238 CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
239 CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf
240
241 CryptoPkg/Library/BaseCryptLibOnProtocolPpi/PeiCryptLib.inf
242 CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf
243 CryptoPkg/Library/BaseCryptLibOnProtocolPpi/SmmCryptLib.inf
244 !endif
245
246 !if $(CRYPTO_SERVICES) IN "PACKAGE ALL NONE MIN_PEI"
247 [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
248 CryptoPkg/Driver/CryptoPei.inf {
249 <Defines>
250 !if $(CRYPTO_SERVICES) == ALL
251 FILE_GUID = 8DF53C2E-3380-495F-A8B7-370CFE28E1C6
252 !elseif $(CRYPTO_SERVICES) == NONE
253 FILE_GUID = E5A97EE3-71CC-407F-9DA9-6BE0C8A6C7DF
254 !elseif $(CRYPTO_SERVICES) == MIN_PEI
255 FILE_GUID = 0F5827A9-35FD-4F41-8D38-9BAFCE594D31
256 !endif
257 }
258 !endif
259
260 !if $(CRYPTO_SERVICES) IN "PACKAGE ALL NONE MIN_DXE_MIN_SMM"
261 [Components.IA32, Components.X64, Components.AARCH64]
262 CryptoPkg/Driver/CryptoDxe.inf {
263 <Defines>
264 !if $(CRYPTO_SERVICES) == ALL
265 FILE_GUID = D9444B06-060D-42C5-9344-F04707BE0169
266 !elseif $(CRYPTO_SERVICES) == NONE
267 FILE_GUID = C7A340F4-A6CC-4F95-A2DA-42BEA4C3944A
268 !elseif $(CRYPTO_SERVICES) == MIN_DXE_MIN_SMM
269 FILE_GUID = DDF5BE9E-159A-4B77-B6D7-82B84B5763A2
270 !endif
271 }
272
273 [Components.IA32, Components.X64]
274 CryptoPkg/Driver/CryptoSmm.inf {
275 <Defines>
276 !if $(CRYPTO_SERVICES) == ALL
277 FILE_GUID = A3542CE8-77F7-49DC-A834-45D37D2EC1FA
278 !elseif $(CRYPTO_SERVICES) == NONE
279 FILE_GUID = 6DCB3127-01E7-4131-A487-DC77A965A541
280 !elseif $(CRYPTO_SERVICES) == MIN_DXE_MIN_SMM
281 FILE_GUID = 85F7EA15-3A2B-474A-8875-180542CD6BF3
282 !endif
283 }
284 !endif
285
286 [BuildOptions]
287 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES