]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / RuntimeCryptLib.inf
index 6742da0be4fea9fd3076edc91811a4080466ac7b..07dbc0e7a8bd1ab9be66d8af7e42738d45efcea8 100644 (file)
@@ -13,6 +13,7 @@
 #\r
 #  Copyright (c) 2009 - 2022, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
+#  Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
   Hash/CryptSm3.c\r
   Hash/CryptSha512.c\r
   Hash/CryptParallelHashNull.c\r
-  Hmac/CryptHmacSha256.c\r
+  Hmac/CryptHmac.c\r
   Kdf/CryptHkdf.c\r
   Cipher/CryptAes.c\r
+  Cipher/CryptAeadAesGcmNull.c\r
   Pk/CryptRsaBasic.c\r
   Pk/CryptRsaExtNull.c\r
   Pk/CryptPkcs1OaepNull.c\r
@@ -58,7 +60,9 @@
   Pk/CryptTsNull.c\r
   Pk/CryptRsaPssNull.c\r
   Pk/CryptRsaPssSignNull.c\r
+  Pk/CryptEcNull.c\r
   Pem/CryptPem.c\r
+  Bn/CryptBnNull.c\r
 \r
   SysCall/CrtWrapper.c\r
   SysCall/TimerWrapper.c\r
@@ -79,6 +83,9 @@
 [Sources.RISCV64]\r
   Rand/CryptRand.c\r
 \r
+[Sources.LOONGARCH64]\r
+  Rand/CryptRand.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   CryptoPkg/CryptoPkg.dec\r
@@ -86,7 +93,6 @@
 [LibraryClasses]\r
   BaseLib\r
   BaseMemoryLib\r
-  UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
   DebugLib\r
   OpensslLib\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
-  # -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT\r
-  # --diag_remark=1     : Reduce severity of "#1-D: last line of file ends without a newline"\r
-  RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1\r
-\r
   GCC:*_CLANG35_*_CC_FLAGS = -std=c99\r
   GCC:*_CLANG38_*_CC_FLAGS = -std=c99\r
   GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types\r