Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/TlsLib/TlsLib.inf
- Timestamp:
- Apr 14, 2023 3:17:44 PM (21 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/TlsLib/TlsLib.inf
r85718 r99404 4 4 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> 5 5 # (C) Copyright 2016-2020 Hewlett Packard Enterprise Development LP<BR> 6 # Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR> 6 7 # SPDX-License-Identifier: BSD-2-Clause-Patent 7 8 # … … 20 21 # The following information is for reference only and not required by the build tools. 21 22 # 22 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 23 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 LOONGARCH64 23 24 # 24 25 … … 28 29 TlsConfig.c 29 30 TlsProcess.c 31 SysCall/inet_pton.c 30 32 31 33 [Packages] … … 41 43 OpensslLib 42 44 SafeIntLib 43 44 [BuildOptions]45 #46 # suppress the following warnings so we do not break the build with warnings-as-errors:47 # C4090: 'function' : different 'const' qualifiers48 #49 MSFT:*_*_*_CC_FLAGS = /wd409050
Note:
See TracChangeset
for help on using the changeset viewer.