]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.
[mirror_edk2.git] / CryptoPkg / Library / IntrinsicLib / IntrinsicLib.inf
index 0c1f96cd875b391faaec769b1cd948d8d816ded2..cd09f53e263ac254a024632ec4095eda5f66f926 100644 (file)
@@ -1,15 +1,15 @@
 ## @file\r
 #  Intrinsic Routines Wrapper Library Instance.\r
 #\r
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<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
+#\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
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
 [Sources.IA32]\r
   CopyMem.c\r
 \r
+  Ia32/MathLShiftS64.c      | MSFT\r
+  Ia32/MathRShiftU64.c      | MSFT\r
+\r
+  Ia32/MathLShiftS64.c      | INTEL\r
+  Ia32/MathRShiftU64.c      | INTEL\r
+\r
+  Ia32/MathLShiftS64.S      | GCC\r
+  Ia32/MathRShiftU64.S      | GCC\r
+  Ia32/MathLShiftS64.nasm   | GCC\r
+  Ia32/MathRShiftU64.nasm   | GCC\r
+\r
 [Sources.X64]\r
   CopyMem.c\r
 \r
@@ -70,4 +81,4 @@
    MSFT:DEBUG_*_IPF_CC_FLAGS              == /nologo /c /WX /GS- /X /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 /Zi\r
    MSFT:RELEASE_*_IPF_CC_FLAGS            == /nologo /c /WX /GS- /X /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32\r
   INTEL:*_*_*_CC_FLAGS                    =  /Oi-\r
-    GCC:*_*_*_CC_FLAGS                    =  -fno-builtin\r
+    GCC:*_*_*_CC_FLAGS                    =  -fno-builtin
\ No newline at end of file