]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/TlsLib/TlsLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / Library / TlsLib / TlsLib.inf
index ae17a7d87444916cd522d858d4d0ead00acc61e4..4e7b3e535a45dfcc76ce470eb96b2700e8e3eb65 100644 (file)
@@ -1,15 +1,10 @@
 ## @file\r
 #  SSL/TLS Wrapper Library Instance based on OpenSSL.\r
 #\r
-#  Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
-#  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  (C) Copyright 2016-2020 Hewlett Packard Enterprise Development LP<BR>\r
+#  Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
@@ -25,7 +20,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 RISCV64 LOONGARCH64\r
 #\r
 \r
 [Sources]\r
@@ -33,6 +28,7 @@
   TlsInit.c\r
   TlsConfig.c\r
   TlsProcess.c\r
+  SysCall/inet_pton.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseCryptLib\r
-  BaseLib\r
   BaseMemoryLib\r
   DebugLib\r
   IntrinsicLib\r
+  MemoryAllocationLib\r
   OpensslLib\r
-\r
-[BuildOptions]\r
-  #\r
-  # suppress the following warnings so we do not break the build with warnings-as-errors:\r
-  # C4090: 'function' : different 'const' qualifiers\r
-  #\r
-  MSFT:*_*_*_CC_FLAGS = /wd4090\r
-\r
+  SafeIntLib\r