Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptoPkg.dsc
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptoPkg.dsc
r48674 r58459 2 2 # Cryptographic Library Package for UEFI Security Implementation. 3 3 # 4 # Copyright (c) 2009 - 201 1, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR> 5 5 # This program and the accompanying materials 6 6 # are licensed and made available under the terms and conditions of the BSD License … … 21 21 PLATFORM_NAME = CryptoPkg 22 22 PLATFORM_GUID = E1063286-6C8C-4c25-AEF0-67A9A5B6E6B6 23 PLATFORM_VERSION = 0.9 223 PLATFORM_VERSION = 0.96 24 24 DSC_SPECIFICATION = 0x00010005 25 25 OUTPUT_DIRECTORY = Build/CryptoPkg 26 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|ARM 26 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|ARM|AARCH64 27 27 BUILD_TARGETS = DEBUG|RELEASE 28 28 SKUID_IDENTIFIER = DEFAULT … … 52 52 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf 53 53 54 [LibraryClasses.ARM ]54 [LibraryClasses.ARM, LibraryClasses.AARCH64] 55 55 # 56 56 # It is not possible to prevent the ARM compiler for generic intrinsic functions. 57 57 # This library provides the instrinsic functions generate by a given compiler. 58 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images. 58 # [LibraryClasses.ARM, LibraryClasses.AARCH64] and NULL mean link this library 59 # into all ARM and AARCH64 images. 59 60 # 60 61 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf 62 63 # Add support for stack protector 64 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf 61 65 62 66 [LibraryClasses.common.PEIM] … … 80 84 [LibraryClasses.common.UEFI_APPLICATION] 81 85 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf 86 87 ############################################################################### 88 # 89 # BuildOptions Section - Define the module specific tool chain flags that 90 # should be used as the default flags for a module. 91 # These flags are appended to any standard flags that 92 # are defined by the build process. 93 # 94 # -JCryptoPkg/Include : To disable the use of the system includes provided by 95 # the RVCT toolchain. 96 # --diag_remark=1 : To make the warning "#1-D: last line of file ends 97 # without a newline" just a remark such that the 98 # build doesn't stop as warnings are considered as 99 # errors. 100 # 101 ################################################################################ 102 [BuildOptions] 103 RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1 82 104 83 105 ################################################################################
Note:
See TracChangeset
for help on using the changeset viewer.